From 9c5bb6a1a6920ef62a2e26a80b7848c9c9bae8d5 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Wed, 14 Feb 2018 14:10:56 +0000 Subject: Fix comment. --- storage/src/tests/distributor/bucketdbupdatertest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- cgit v1.2.3