From: Marcin Siodelski Date: Wed, 13 Sep 2017 12:17:37 +0000 (+0200) Subject: [5357] Corrected some little typos as a result of review. X-Git-Tag: trac5073a_base~9^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de94f82ba0e1623db2a36655c906bbf055d89699;p=thirdparty%2Fkea.git [5357] Corrected some little typos as a result of review. --- diff --git a/src/bin/dhcp4/json_config_parser.cc b/src/bin/dhcp4/json_config_parser.cc index b6cef55691..e64920ac0e 100644 --- a/src/bin/dhcp4/json_config_parser.cc +++ b/src/bin/dhcp4/json_config_parser.cc @@ -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 diff --git a/src/bin/dhcp4/tests/config_parser_unittest.cc b/src/bin/dhcp4/tests/config_parser_unittest.cc index a8fce5b4b7..b24a7fd0b3 100644 --- a/src/bin/dhcp4/tests/config_parser_unittest.cc +++ b/src/bin/dhcp4/tests/config_parser_unittest.cc @@ -5134,7 +5134,7 @@ TEST_F(Dhcp4ParserTest, sharedNetworks1subnet) { checkSubnet(*subs, "192.0.2.0/24", 1000, 2000, 4000); } -// Test verifies that a 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 diff --git a/src/bin/dhcp6/json_config_parser.cc b/src/bin/dhcp6/json_config_parser.cc index 9a6cb969fe..026d8ed829 100644 --- a/src/bin/dhcp6/json_config_parser.cc +++ b/src/bin/dhcp6/json_config_parser.cc @@ -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 diff --git a/src/bin/dhcp6/tests/config_parser_unittest.cc b/src/bin/dhcp6/tests/config_parser_unittest.cc index 3f3c1a2908..9482a11945 100644 --- a/src/bin/dhcp6/tests/config_parser_unittest.cc +++ b/src/bin/dhcp6/tests/config_parser_unittest.cc @@ -5481,7 +5481,7 @@ TEST_F(Dhcp6ParserTest, sharedNetworks1subnet) { checkSubnet(*subs, "2001:db8::/48", 900, 1800, 3600, 7200); } -// Test verifies that a 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