From: Josh Soref Date: Sun, 23 Jul 2017 21:07:25 +0000 (-0400) Subject: spelling: update X-Git-Tag: trac5124a_base~35^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=827ceb4e30a376b3f40faf7e6fa1767ceb43db74;p=thirdparty%2Fkea.git spelling: update --- 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.