aboutsummaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/util/feed_reject_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/vespa/document/util/feed_reject_helper.h b/document/src/vespa/document/util/feed_reject_helper.h
index a8ba37eb775..411a050d2aa 100644
--- a/document/src/vespa/document/util/feed_reject_helper.h
+++ b/document/src/vespa/document/util/feed_reject_helper.h
@@ -10,7 +10,7 @@ class ValueUpdate;
/**
- * Tells wether an operation should be blocked when resourcelimits have been reached.
+ * Tells whether an operation should be blocked when resource limits have been reached.
* It looks at the operation type and also the content if it is an 'update' operation.
*/
class FeedRejectHelper {