aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/bucketdbupdatertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/bucketdbupdatertest.cpp')
-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"),