diff options
author | Shawn Routhier <sar@isc.org> | 2015-10-26 06:25:45 +0100 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2015-10-26 06:25:45 +0100 |
commit | 292c9a036c44a3b7c006e292da2acbe078c2174b (patch) | |
tree | 9f04605f5e3cc97123cea793eb109423876034aa /src/bin/dhcp6/tests | |
parent | [3977] Added system_messages program to .gitignore. (diff) | |
download | kea-292c9a036c44a3b7c006e292da2acbe078c2174b.tar.xz kea-292c9a036c44a3b7c006e292da2acbe078c2174b.zip |
[trac3977] Tidy up some typos
Diffstat (limited to 'src/bin/dhcp6/tests')
-rw-r--r-- | src/bin/dhcp6/tests/fqdn_unittest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/dhcp6/tests/fqdn_unittest.cc b/src/bin/dhcp6/tests/fqdn_unittest.cc index ed8087bc48..ef449021ec 100644 --- a/src/bin/dhcp6/tests/fqdn_unittest.cc +++ b/src/bin/dhcp6/tests/fqdn_unittest.cc @@ -655,7 +655,7 @@ TEST_F(FqdnDhcpv6SrvTest, createNameChangeRequestsNoAddr) { ASSERT_NO_THROW(srv_->createNameChangeRequests(answer)); - // We didn't add any IAs, so there should be no NameChangeRequests in th + // We didn't add any IAs, so there should be no NameChangeRequests in the // queue. ASSERT_EQ(0, d2_mgr_.getQueueSize()); } @@ -961,8 +961,8 @@ TEST_F(FqdnDhcpv6SrvTest, processRequestRelease) { 0, 4000); // Client may send Release message. In this case the lease should be - // removed and all existing DNS entries for this lease should be - // also removed. Therefore, we expect that single NameChangeRequest to + // removed and all existing DNS entries for this lease should also + // be removed. Therefore, we expect that single NameChangeRequest to // remove DNS entries is generated. testProcessMessage(DHCPV6_RELEASE, "otherhost.example.com", "otherhost.example.com."); |