From 56bcfd0843e7a34689d51d0948caa13c5e711ac6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 15:19:22 -0400 Subject: [PATCH] spelling: overlapping --- src/bin/dhcp4/tests/config_parser_unittest.cc | 2 +- src/bin/dhcp6/tests/config_parser_unittest.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() + "," -- 2.47.2