From: Josh Soref Date: Sun, 23 Jul 2017 19:19:22 +0000 (-0400) Subject: spelling: overlapping X-Git-Tag: trac5124a_base~35^2~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56bcfd0843e7a34689d51d0948caa13c5e711ac6;p=thirdparty%2Fkea.git spelling: overlapping --- diff --git a/src/bin/dhcp4/tests/config_parser_unittest.cc b/src/bin/dhcp4/tests/config_parser_unittest.cc index 00cf122ef9..a793d33830 100644 --- a/src/bin/dhcp4/tests/config_parser_unittest.cc +++ b/src/bin/dhcp4/tests/config_parser_unittest.cc @@ -881,7 +881,7 @@ TEST_F(Dhcp4ParserTest, multipleSubnetsExplicitIDs) { } // Check that the configuration with two subnets having the same id is rejected. -TEST_F(Dhcp4ParserTest, multipleSubnetsOverlapingIDs) { +TEST_F(Dhcp4ParserTest, multipleSubnetsOverlappingIDs) { ConstElementPtr x; // Four subnets, two of them having the same id. string config = "{ " + genIfaceConfig() + "," + diff --git a/src/bin/dhcp6/tests/config_parser_unittest.cc b/src/bin/dhcp6/tests/config_parser_unittest.cc index 0e1d358272..9b71b08cca 100644 --- a/src/bin/dhcp6/tests/config_parser_unittest.cc +++ b/src/bin/dhcp6/tests/config_parser_unittest.cc @@ -967,7 +967,7 @@ TEST_F(Dhcp6ParserTest, multipleSubnetsExplicitIDs) { } // CHeck that the configuration with two subnets having the same id is rejected. -TEST_F(Dhcp6ParserTest, multipleSubnetsOverlapingIDs) { +TEST_F(Dhcp6ParserTest, multipleSubnetsOverlappingIDs) { ConstElementPtr x; // Four subnets, two of them have the same id. string config = "{ " + genIfaceConfig() + ","