aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-02-14 14:10:56 +0000
committerTor Egge <Tor.Egge@oath.com>2018-02-14 14:10:56 +0000
commit9c5bb6a1a6920ef62a2e26a80b7848c9c9bae8d5 (patch)
treefb4d5fed485b0bc539a2409978a1984bdb4593ff
parentd26d2cf6779191921bd070a3709e45d4acc25640 (diff)
Fix comment.
-rw-r--r--storage/src/tests/distributor/bucketdbupdatertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/bucketdbupdatertest.cpp b/storage/src/tests/distributor/bucketdbupdatertest.cpp
index bdbc3aed01c..92495b37494 100644
--- a/storage/src/tests/distributor/bucketdbupdatertest.cpp
+++ b/storage/src/tests/distributor/bucketdbupdatertest.cpp
@@ -2099,7 +2099,7 @@ BucketDBUpdaterTest::testClusterStateAlwaysSendsFullFetchWhenDistributionChangeP
CPPUNIT_ASSERT_EQUAL(12 * _bucketSpaces.size(), _sender.commands.size());
- // Send replies for first 6 * _bucketSpaces.siz() (outdated requests).
+ // Send replies for first 6 * _bucketSpaces.size() (outdated requests).
int numBuckets = 10;
for (uint32_t i = 0; i < 6 * _bucketSpaces.size(); ++i) {
fakeBucketReply(lib::ClusterState("distributor:6 storage:6"),