From 64f34cc928275acff8d79b7b0441a5e2f568768c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 17:08:49 -0400 Subject: [PATCH] spelling: underscore --- src/lib/dhcp/tests/option_definition_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2