]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3978] spelling
authorFrancis Dupont <fdupont@isc.org>
Fri, 16 Oct 2015 21:00:35 +0000 (23:00 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 16 Oct 2015 21:00:35 +0000 (23:00 +0200)
src/bin/dhcp6/tests/config_parser_unittest.cc

index f2e945191a3ffd7076c24edaf5edad1a8637fe31..108902698e3b35eb9bf1d4e6ce288d01f575e519 100644 (file)
@@ -3999,7 +3999,7 @@ TEST_F(Dhcp6ParserTest, declineTimerDefault) {
     // returned value should be 0 (success)
     checkResult(status, 0);
 
-    // The value of decline-probation-perion must be equal to the
+    // The value of decline-probation-period must be equal to the
     // default value.
     EXPECT_EQ(DEFAULT_DECLINE_PROBATION_PERIOD,
               CfgMgr::instance().getStagingCfg()->getDeclinePeriod());
@@ -4021,7 +4021,7 @@ TEST_F(Dhcp6ParserTest, declineTimer) {
     // returned value should be 0 (success)
     checkResult(status, 0);
 
-    // The value of decline-probation-perion must be equal to the
+    // The value of decline-probation-period must be equal to the
     // value specified.
     EXPECT_EQ(12345,
               CfgMgr::instance().getStagingCfg()->getDeclinePeriod());
@@ -4072,7 +4072,7 @@ TEST_F(Dhcp6ParserTest, expiredLeasesProcessing) {
     // Returned value should be 0 (success)
     checkResult(status, 0);
 
-    // The value of decline-probation-perion must be equal to the
+    // The value of decline-probation-period must be equal to the
     // value specified.
     CfgExpirationPtr cfg = CfgMgr::instance().getStagingCfg()->getCfgExpiration();
     ASSERT_TRUE(cfg);