From: Josh Soref Date: Sun, 23 Jul 2017 21:08:49 +0000 (-0400) Subject: spelling: underscore X-Git-Tag: trac5124a_base~35^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64f34cc928275acff8d79b7b0441a5e2f568768c;p=thirdparty%2Fkea.git spelling: underscore --- diff --git a/src/lib/dhcp/tests/option_definition_unittest.cc b/src/lib/dhcp/tests/option_definition_unittest.cc index 588cd286db..7d756c0c56 100644 --- a/src/lib/dhcp/tests/option_definition_unittest.cc +++ b/src/lib/dhcp/tests/option_definition_unittest.cc @@ -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);