From: Josh Soref Date: Sun, 23 Jul 2017 17:56:47 +0000 (-0400) Subject: spelling: libraries X-Git-Tag: trac5124a_base~35^2~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dff7c017249f5ab9bd627d59dc3860af97e1a2de;p=thirdparty%2Fkea.git spelling: libraries --- diff --git a/src/bin/agent/parser_context.cc b/src/bin/agent/parser_context.cc index 46c47a1db2..946ce71e17 100644 --- a/src/bin/agent/parser_context.cc +++ b/src/bin/agent/parser_context.cc @@ -130,7 +130,7 @@ ParserContext::contextName() case SOCKET_TYPE: return ("socket-type"); case HOOKS_LIBRARIES: - return ("hooks-librairies"); + return ("hooks-libraries"); case LOGGERS: return ("loggers"); case OUTPUT_OPTIONS: diff --git a/src/bin/dhcp4/parser_context.cc b/src/bin/dhcp4/parser_context.cc index d3a08dfe8c..fd3689f236 100644 --- a/src/bin/dhcp4/parser_context.cc +++ b/src/bin/dhcp4/parser_context.cc @@ -138,7 +138,7 @@ Parser4Context::contextName() case HOST_RESERVATION_IDENTIFIERS: return ("host-reservation-identifiers"); case HOOKS_LIBRARIES: - return ("hooks-librairies"); + return ("hooks-libraries"); case SUBNET4: return ("subnet4"); case RESERVATION_MODE: diff --git a/src/bin/dhcp4/tests/hooks_unittest.cc b/src/bin/dhcp4/tests/hooks_unittest.cc index 944927736e..7c99176fe4 100644 --- a/src/bin/dhcp4/tests/hooks_unittest.cc +++ b/src/bin/dhcp4/tests/hooks_unittest.cc @@ -1904,7 +1904,7 @@ TEST_F(HooksDhcpv4SrvTest, host4_identifier_hwaddr) { // The callout libraries write their library index number to a marker // file upon load and unload, making it simple to test whether or not // the load and unload callouts have been invoked. -TEST_F(LoadUnloadDhcpv4SrvTest, unloadLibaries) { +TEST_F(LoadUnloadDhcpv4SrvTest, unloadLibraries) { ASSERT_NO_THROW(server_.reset(new NakedDhcpv4Srv())); diff --git a/src/bin/dhcp6/parser_context.cc b/src/bin/dhcp6/parser_context.cc index 71f89b6ee6..b56a9259be 100644 --- a/src/bin/dhcp6/parser_context.cc +++ b/src/bin/dhcp6/parser_context.cc @@ -138,7 +138,7 @@ Parser6Context::contextName() case HOST_RESERVATION_IDENTIFIERS: return ("host-reservation-identifiers"); case HOOKS_LIBRARIES: - return ("hooks-librairies"); + return ("hooks-libraries"); case SUBNET6: return ("subnet6"); case RESERVATION_MODE: diff --git a/src/bin/dhcp6/tests/hooks_unittest.cc b/src/bin/dhcp6/tests/hooks_unittest.cc index dffbb207f2..3f6ebefa3c 100644 --- a/src/bin/dhcp6/tests/hooks_unittest.cc +++ b/src/bin/dhcp6/tests/hooks_unittest.cc @@ -2441,7 +2441,7 @@ TEST_F(HooksDhcpv6SrvTest, host6Identifier_hwaddr) { // The callout libraries write their library index number to a marker // file upon load and unload, making it simple to test whether or not // the load and unload callouts have been invoked. -TEST_F(LoadUnloadDhcpv6SrvTest, unloadLibaries) { +TEST_F(LoadUnloadDhcpv6SrvTest, unloadLibraries) { ASSERT_NO_THROW(server_.reset(new NakedDhcpv6Srv(0)));