]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: overlapping
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:19:22 +0000 (15:19 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:19:22 +0000 (15:19 -0400)
src/bin/dhcp4/tests/config_parser_unittest.cc
src/bin/dhcp6/tests/config_parser_unittest.cc

index 00cf122ef9d80aba7f39de1cbe03a0701f9d8101..a793d33830e3483ff15d22721fc2076b8966dc51 100644 (file)
@@ -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() + "," +
index 0e1d3582727aab51d1fe12082596c5a3a1ce7d6a..9b71b08cca65e97750fede9b1f701dbeed81bdeb 100644 (file)
@@ -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() + ","