summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp6
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2015-10-26 06:25:45 +0100
committerShawn Routhier <sar@isc.org>2015-10-26 06:25:45 +0100
commit292c9a036c44a3b7c006e292da2acbe078c2174b (patch)
tree9f04605f5e3cc97123cea793eb109423876034aa /src/bin/dhcp6
parent[3977] Added system_messages program to .gitignore. (diff)
downloadkea-292c9a036c44a3b7c006e292da2acbe078c2174b.tar.xz
kea-292c9a036c44a3b7c006e292da2acbe078c2174b.zip
[trac3977] Tidy up some typos
Diffstat (limited to 'src/bin/dhcp6')
-rw-r--r--src/bin/dhcp6/dhcp6_srv.h4
-rw-r--r--src/bin/dhcp6/tests/fqdn_unittest.cc6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/bin/dhcp6/dhcp6_srv.h b/src/bin/dhcp6/dhcp6_srv.h
index d185784199..e7c20b0424 100644
--- a/src/bin/dhcp6/dhcp6_srv.h
+++ b/src/bin/dhcp6/dhcp6_srv.h
@@ -525,10 +525,10 @@ protected:
/// The @c isc::dhcp_ddns::NameChangeRequest class encapsulates the request
/// from the DHCPv6 server to the DHCP-DDNS module to perform DNS Update.
/// The FQDN option carries response to the client about DNS updates that
- /// server intents to perform for the DNS client. Based on this, the
+ /// server intends to perform for the DNS client. Based on this, the
/// function will create zero or more @c isc::dhcp_ddns::NameChangeRequest
/// objects and store them in the internal queue. Requests created by this
- /// function are only adding or updating DNS records. If DNS updates are
+ /// function are only for adding or updating DNS records. If DNS updates are
/// disabled, this method returns immediately.
///
/// @todo Add support for multiple IAADDR options in the IA_NA.
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.");