]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: reclaim
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:56:00 +0000 (15:56 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:56:00 +0000 (15:56 -0400)
src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc

index ca6d27c07fcc8f7d357045629a0655387052da08..0dc0559f631bd793bce46807b3ee703dce8355ed 100644 (file)
@@ -599,7 +599,7 @@ TEST_F(AllocEngine4Test, requestReuseExpiredLease4) {
 
     // Check that the stats declined stats were modified correctly.  Note, because
     // added the lease directly, assigned-leases never bumped to one, so when we
-    // reclaime it gets decremented to -1, then on assignment back to 0.
+    // reclaim it gets decremented to -1, then on assignment back to 0.
     EXPECT_TRUE(testStatistics("assigned-addresses", 0, subnet_->getID()));
     EXPECT_TRUE(testStatistics("reclaimed-leases", 1));
     EXPECT_TRUE(testStatistics("reclaimed-leases", 1, subnet_->getID()));