case SOCKET_TYPE:
return ("socket-type");
case HOOKS_LIBRARIES:
- return ("hooks-librairies");
+ return ("hooks-libraries");
case LOGGERS:
return ("loggers");
case OUTPUT_OPTIONS:
case HOST_RESERVATION_IDENTIFIERS:
return ("host-reservation-identifiers");
case HOOKS_LIBRARIES:
- return ("hooks-librairies");
+ return ("hooks-libraries");
case SUBNET4:
return ("subnet4");
case RESERVATION_MODE:
// 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()));
case HOST_RESERVATION_IDENTIFIERS:
return ("host-reservation-identifiers");
case HOOKS_LIBRARIES:
- return ("hooks-librairies");
+ return ("hooks-libraries");
case SUBNET6:
return ("subnet6");
case RESERVATION_MODE:
// 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)));