]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: underscore
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:08:49 +0000 (17:08 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:08:49 +0000 (17:08 -0400)
src/lib/dhcp/tests/option_definition_unittest.cc

index 588cd286db5648223412bc418da0ac64c77fac21..7d756c0c5649ae10862fd92a01c0829d56e1532d 100644 (file)
@@ -291,7 +291,7 @@ TEST_F(OptionDefinitionTest, validate) {
     OptionDefinition opt_def9("option-clientid", D6O_CLIENTID, "string");
     EXPECT_NO_THROW(opt_def9.validate());
 
-    // Using hyphen or undescore at the beginning or at the end
+    // Using hyphen or underscore at the beginning or at the end
     // of the option name is not allowed.
     OptionDefinition opt_def10("-option-clientid", D6O_CLIENTID, "string");
     EXPECT_THROW(opt_def10.validate(), MalformedOptionDefinition);