From: Francis Dupont Date: Fri, 16 Oct 2015 21:01:02 +0000 (+0200) Subject: [3978] spelling X-Git-Tag: fdfb_base~5^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f5ca179e1f563df62e4780eae25033e5ddeadcb;p=thirdparty%2Fkea.git [3978] spelling --- diff --git a/src/bin/dhcp4/tests/config_parser_unittest.cc b/src/bin/dhcp4/tests/config_parser_unittest.cc index 933146facc..d89c8a2ba4 100644 --- a/src/bin/dhcp4/tests/config_parser_unittest.cc +++ b/src/bin/dhcp4/tests/config_parser_unittest.cc @@ -3665,7 +3665,7 @@ TEST_F(Dhcp4ParserTest, 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()); @@ -3687,7 +3687,7 @@ TEST_F(Dhcp4ParserTest, 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()); @@ -3738,7 +3738,7 @@ TEST_F(Dhcp4ParserTest, 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);