Browse Source

spelling: registers

Josh Soref 7 years ago
parent
commit
416fa97a98
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/lib/config/hooked_command_mgr.h
  2. 1 1
      src/lib/dhcpsrv/timer_mgr.h

+ 1 - 1
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

+ 1 - 1
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();