summaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-04-03 12:29:31 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-04-03 12:29:31 +0000
commit2539844cda5a0b8bfbac36ffe127fce27b6f5591 (patch)
tree5f4a70b562b7bcbc86a1b809b33d8302b5cba282 /searchcorespi
parent2e50c8f9da602756d9c6aa310d1a6507342b8ff3 (diff)
Fix typo.
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h b/searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h
index 31707643649..03d9ba8d55c 100644
--- a/searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h
+++ b/searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h
@@ -153,7 +153,7 @@ public:
virtual Time getLastFlushTime() const = 0;
/**
- * Return if the traget itself is in bad need for a flush.
+ * Return if the target itself is in bad need for a flush.
*
* @return true if an urgent flush is needed
*/