]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4497] spelling
authorFrancis Dupont <fdupont@isc.org>
Fri, 8 Jul 2016 17:04:23 +0000 (19:04 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 8 Jul 2016 17:04:23 +0000 (19:04 +0200)
src/bin/dhcp6/tests/hooks_unittest.cc
src/lib/dhcp/tests/pkt4o6_unittest.cc

index c79fa836e2701a3b77e7bdccddc2ab17070cc6cf..65539128608d160aa8acf2d4c4d5b9327b9f5b5f 100644 (file)
@@ -356,7 +356,7 @@ public:
         return pkt6_send_callout(callout_handle);
     }
 
-    /// @brief Test callback that stores reponse packet.
+    /// @brief Test callback that stores response packet.
     /// @param callout_handle handle passed by the hooks framework.
     /// @return always 0
     static int
index d22d0ddb0d8c47d89b432d64cf254ae7ac9f88a4..d4758907134278010f59821b8b5f52f0b8043e1f 100644 (file)
@@ -97,7 +97,7 @@ TEST_F(Pkt4o6Test, pack) {
 // should be copied is transferred between the DHCPv4 packet and the
 // DHCPv6 packet being a member of Pkt4o6 class.
 TEST_F(Pkt4o6Test, setCopyRetrievedOptions) {
-    // Create Pkt4o6 and initially expect taht the flag is set to false.
+    // Create Pkt4o6 and initially expect that the flag is set to false.
     Pkt4o6 pkt4o6(pkt4_, pkt6_);
     ASSERT_FALSE(pkt4o6.isCopyRetrievedOptions());
     Pkt6Ptr pkt6 = pkt4o6.getPkt6();