]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: update
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:07:25 +0000 (17:07 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:07:25 +0000 (17:07 -0400)
src/bin/dhcp6/tests/fqdn_unittest.cc

index 72fea71cd557fc30fbbee65b8f005fd9c3fc9164..250f3d0b586d4dd2809d4667f82b90182494ea47 100644 (file)
@@ -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.