summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@verizonmedia.com>2021-02-18 14:15:54 +0000
committerTor Brede Vekterli <vekterli@verizonmedia.com>2021-02-18 14:15:54 +0000
commit11bd7169dae06b8e0562f20a8eb6959d45870e43 (patch)
tree1ed47668f9c38a97b57078499543aba252cf44bc /storage
parent847b722bb05b9e823cd147cbc0b4003447bef62a (diff)
Fix typo
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-distributormanager.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/config/stor-distributormanager.def b/storage/src/vespa/storage/config/stor-distributormanager.def
index 6efaf8f8558..d1c4f35e929 100644
--- a/storage/src/vespa/storage/config/stor-distributormanager.def
+++ b/storage/src/vespa/storage/config/stor-distributormanager.def
@@ -266,7 +266,7 @@ prioritize_global_bucket_merges bool default=true
## and this feature is intended to prevent nodes in stale groups (whose buckets are
## likely to be out of sync) from serving query traffic until they have gotten back
## into sync.
-## Up to to the given number of groups can have their replica activation inhibited
+## Up to the given number of groups can have their replica activation inhibited
## by this feature. If zero, the feature is functionally disabled.
## If more groups are out of sync than the configured number N, the inhibited groups
## will be the N first groups present in the distribution config.