Browse Source

[master] spelling

Francis Dupont 8 years ago
parent
commit
ea9e74114e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/bin/dhcp4/tests/parser_unittest.cc
  2. 1 1
      src/bin/dhcp6/tests/parser_unittest.cc

+ 1 - 1
src/bin/dhcp4/tests/parser_unittest.cc

@@ -86,7 +86,7 @@ TEST(ParserTest, nestedLists) {
 }
 
 TEST(ParserTest, listsInMaps) {
-    string txt = "{ \"constellations\": { \"orion\": [ \"rigel\", \"betelguese\" ], "
+    string txt = "{ \"constellations\": { \"orion\": [ \"rigel\", \"betelgeuse\" ], "
                     "\"cygnus\": [ \"deneb\", \"albireo\"] } }";
     testParser(txt, Parser4Context::PARSER_JSON);
 }

+ 1 - 1
src/bin/dhcp6/tests/parser_unittest.cc

@@ -86,7 +86,7 @@ TEST(ParserTest, nestedLists) {
 }
 
 TEST(ParserTest, listsInMaps) {
-    string txt = "{ \"constellations\": { \"orion\": [ \"rigel\", \"betelguese\" ], "
+    string txt = "{ \"constellations\": { \"orion\": [ \"rigel\", \"betelgeuse\" ], "
                     "\"cygnus\": [ \"deneb\", \"albireo\"] } }";
     testParser(txt, Parser6Context::PARSER_JSON);
 }