]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: libraries
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:56:47 +0000 (13:56 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:56:47 +0000 (13:56 -0400)
src/bin/agent/parser_context.cc
src/bin/dhcp4/parser_context.cc
src/bin/dhcp4/tests/hooks_unittest.cc
src/bin/dhcp6/parser_context.cc
src/bin/dhcp6/tests/hooks_unittest.cc

index 46c47a1db22804d07f354384b5f89a7f682423e4..946ce71e171bcb0bef84cdacb084eee37cc88e80 100644 (file)
@@ -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:
index d3a08dfe8c34639522909eeb3aa4bf7cb3a101b4..fd3689f2361e703c6741c3948e48584806812a68 100644 (file)
@@ -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:
index 944927736edf21a3a072b55f7612061c5d2839e5..7c99176fe4d9696e74c05c6f48d6ef440bbf5f0b 100644 (file)
@@ -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()));
 
index 71f89b6ee6736dad8132eed90ebb3cae999bd26a..b56a9259be69b6c3e614715a18e825f82932edbf 100644 (file)
@@ -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:
index dffbb207f271355cebb23663878a24f0568a5b36..3f6ebefa3c1866d5e2d7cbe1df20fed5510f59e5 100644 (file)
@@ -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)));