From 416fa97a98e450d371741ed13f53c5dc12640d5f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 16:02:35 -0400 Subject: [PATCH] spelling: registers --- src/lib/config/hooked_command_mgr.h | 2 +- src/lib/dhcpsrv/timer_mgr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/config/hooked_command_mgr.h b/src/lib/config/hooked_command_mgr.h index bfa2ada933..4be8541920 100644 --- a/src/lib/config/hooked_command_mgr.h +++ b/src/lib/config/hooked_command_mgr.h @@ -23,7 +23,7 @@ namespace config { /// The command handlers are registered by a hook library by calling /// @ref isc::hooks::LibraryHandle::registerCommandCallout. This call /// creates a hook point for this command (if one doesn't exist) and then -/// registeres the specified handler(s). When the @ref HookedCommandMgr +/// registers the specified handler(s). When the @ref HookedCommandMgr /// receives a command for processing it calls the /// @ref isc::hooks::HooksManager::commandHandlersPresent to check if there /// are handlers present for this command. If so, the @ref HookedCommandMgr diff --git a/src/lib/dhcpsrv/timer_mgr.h b/src/lib/dhcpsrv/timer_mgr.h index 28ba36f85d..ec5b9e3933 100644 --- a/src/lib/dhcpsrv/timer_mgr.h +++ b/src/lib/dhcpsrv/timer_mgr.h @@ -59,7 +59,7 @@ public: /// @brief Destructor. /// - /// Stops the worker thread if it is running and unregisteres any + /// Stops the worker thread if it is running and unregisters any /// registered timers. ~TimerMgr(); -- 2.47.2