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/dhcp6_srv.h | |
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/dhcp6_srv.h')
-rw-r--r-- | src/bin/dhcp6/dhcp6_srv.h | 4 |
1 files changed, 2 insertions, 2 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. |