diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-07-23 23:07:25 +0200 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-07-23 23:07:25 +0200 |
commit | 827ceb4e30a376b3f40faf7e6fa1767ceb43db74 (patch) | |
tree | 7d72cfcce4e07cf93146355a354a98815c74bbec /src/bin/dhcp6/tests/fqdn_unittest.cc | |
parent | spelling: unusable (diff) | |
download | kea-827ceb4e30a376b3f40faf7e6fa1767ceb43db74.tar.xz kea-827ceb4e30a376b3f40faf7e6fa1767ceb43db74.zip |
spelling: update
Diffstat (limited to 'src/bin/dhcp6/tests/fqdn_unittest.cc')
-rw-r--r-- | src/bin/dhcp6/tests/fqdn_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/dhcp6/tests/fqdn_unittest.cc b/src/bin/dhcp6/tests/fqdn_unittest.cc index 72fea71cd5..250f3d0b58 100644 --- a/src/bin/dhcp6/tests/fqdn_unittest.cc +++ b/src/bin/dhcp6/tests/fqdn_unittest.cc @@ -554,7 +554,7 @@ public: /// /// @param type An expected type of the NameChangeRequest (Add or Remove). /// @param reverse An expected setting of the reverse update flag. - /// @param forward An expected setting of the forward udpate flag. + /// @param forward An expected setting of the forward update flag. /// @param addr A string representation of the IPv6 address held in the /// NameChangeRequest. /// @param dhcid An expected DHCID value. @@ -791,7 +791,7 @@ TEST_F(FqdnDhcpv6SrvTest, createNameChangeRequests) { // Checks that NameChangeRequests to add entries are not // created when ddns updates are disabled. TEST_F(FqdnDhcpv6SrvTest, noAddRequestsWhenDisabled) { - // Disable DDNS udpates. + // Disable DDNS updates. disableD2(); // Create Reply message with Client Id and Server id. |