diff options
author | Andrei Pavel <andrei@isc.org> | 2021-01-22 00:36:41 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-01-25 12:52:09 +0100 |
commit | 96f049b111ba175c74397d79ab6aff574ece900d (patch) | |
tree | 314f11706d923f372c8edc6b89b0e7906c524db1 /src/lib/stats | |
parent | [#1656] 1.9.4 release: dos2unix SVGs (diff) | |
download | kea-96f049b111ba175c74397d79ab6aff574ece900d.tar.xz kea-96f049b111ba175c74397d79ab6aff574ece900d.zip |
[#1656] 1.9.4 release: spelling check
Diffstat (limited to 'src/lib/stats')
-rw-r--r-- | src/lib/stats/tests/observation_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/stats/tests/observation_unittest.cc b/src/lib/stats/tests/observation_unittest.cc index b360cfa0eb..ccd48a9253 100644 --- a/src/lib/stats/tests/observation_unittest.cc +++ b/src/lib/stats/tests/observation_unittest.cc @@ -292,7 +292,7 @@ TEST_F(ObservationTest, setCountLimit) { ASSERT_EQ(c.getSize(), 20); ASSERT_EQ(d.getSize(), 20); - // And whether storaged values are correct + // And whether stored values are correct uint32_t i = 20; // index of the last element in array of test's samples for (std::list<IntegerSample>::iterator it = samples_int.begin(); it != samples_int.end(); ++it) { EXPECT_EQ((*it).first, int_samples[i]); |