]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5357] Corrected some little typos as a result of review.
authorMarcin Siodelski <marcin@isc.org>
Wed, 13 Sep 2017 12:17:37 +0000 (14:17 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 13 Sep 2017 12:17:37 +0000 (14:17 +0200)
src/bin/dhcp4/json_config_parser.cc
src/bin/dhcp4/tests/config_parser_unittest.cc
src/bin/dhcp6/json_config_parser.cc
src/bin/dhcp6/tests/config_parser_unittest.cc

index b6cef5569157dc5127c5c47f940bedcc736528b6..e64920ac0ead3d0310962046d2dbce121033d23c 100644 (file)
@@ -129,7 +129,7 @@ public:
 
     /// @brief Conducts global sanity checks
     ///
-    /// This method is very simply now, but more sanity checks are expected
+    /// This method is very simple now, but more sanity checks are expected
     /// in the future.
     ///
     /// @param cfg - the parsed structure
index a8fce5b4b721a7fbd7b6eb0adbc165d37b55bc72..b24a7fd0b3d8d007003891c6b6d070329cf5608c 100644 (file)
@@ -5134,7 +5134,7 @@ TEST_F(Dhcp4ParserTest, sharedNetworks1subnet) {
     checkSubnet(*subs, "192.0.2.0/24", 1000, 2000, 4000);
 }
 
-// Test verifies that a proper shared-network (three subnets) is
+// Test verifies that a proper shared-network (three subnets) is
 // accepted. It verifies several things:
 // - that more than one subnet can be added to shared subnets
 // - that each subnet being part of the shared subnets is also stored in
index 9a6cb969fea8b616f67bd7d8472746d6e5d9ae22..026d8ed829b27ffb9db9bcc5785e4cb75a654a17 100644 (file)
@@ -205,7 +205,7 @@ public:
 
     /// @brief Conducts global sanity checks
     ///
-    /// This method is very simply now, but more sanity checks are expected
+    /// This method is very simple now, but more sanity checks are expected
     /// in the future.
     ///
     /// @param cfg - the parsed structure
index 3f3c1a2908a7d502b9d765a94ce630809cbc8061..9482a119457415c9aa12db2a262881eaa741589b 100644 (file)
@@ -5481,7 +5481,7 @@ TEST_F(Dhcp6ParserTest, sharedNetworks1subnet) {
     checkSubnet(*subs, "2001:db8::/48", 900, 1800, 3600, 7200);
 }
 
-// Test verifies that a proper shared-network (three subnets) is
+// Test verifies that a proper shared-network (three subnets) is
 // accepted. It verifies several things:
 // - that more than one subnet can be added to shared subnets
 // - that each subnet being part of the shared subnets is also stored in