]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: doesn't
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:16:30 +0000 (12:16 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:16:30 +0000 (12:16 -0400)
src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc

index 5fee83ec14885ebe01fdfd258b772b7da398aa42..e722963815c4fcf00e4573292071d390992bd807 100644 (file)
@@ -1899,7 +1899,7 @@ TEST_F(AllocEngine6Test, requestReuseDeclinedLease6Stats) {
     // assigned-nas should NOT get incremented. Currently we do not adjust assigned
     // counts when we declines
     // declined-addresses will -1, as the artificial creation of declined lease
-    // doens't increment it from zero.  reclaimed-declined-addresses will be 1
+    // doesn't increment it from zero.  reclaimed-declined-addresses will be 1
     // because the leases are implicitly reclaimed before they can be assigned.
     EXPECT_TRUE(testStatistics("assigned-nas", 0, subnet_->getID()));
     EXPECT_TRUE(testStatistics("declined-addresses", -1));