aboutsummaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2021-01-19 12:30:54 +0000
committerGeir Storli <geirst@verizonmedia.com>2021-01-19 12:30:54 +0000
commita2a032e2cd01124298977abc7dc6796111b4e049 (patch)
treef5a0fd34e63285d4b5b480ca8ec8d86733351d94 /document
parent4b4938c47dd4c1cbb37ac22e7436f0ec2d2754fe (diff)
Reject non-trivial updates if feed is blocked in the cluster.
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 {