diff options
author | Francis Dupont <fdupont@isc.org> | 2015-10-16 23:00:35 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-10-16 23:00:35 +0200 |
commit | 27d083a0bb833a97fdef78eff19608e10ff8ef95 (patch) | |
tree | 74c34748e58b3fceec598768dbbc623fc3654e35 /src/bin/dhcp6/tests | |
parent | [3978] commands-list -> list-commands (diff) | |
download | kea-27d083a0bb833a97fdef78eff19608e10ff8ef95.tar.xz kea-27d083a0bb833a97fdef78eff19608e10ff8ef95.zip |
[3978] spelling
Diffstat (limited to 'src/bin/dhcp6/tests')
-rw-r--r-- | src/bin/dhcp6/tests/config_parser_unittest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/dhcp6/tests/config_parser_unittest.cc b/src/bin/dhcp6/tests/config_parser_unittest.cc index f2e945191a..108902698e 100644 --- a/src/bin/dhcp6/tests/config_parser_unittest.cc +++ b/src/bin/dhcp6/tests/config_parser_unittest.cc @@ -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); |