]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: registers
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:02:35 +0000 (16:02 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:02:35 +0000 (16:02 -0400)
src/lib/config/hooked_command_mgr.h
src/lib/dhcpsrv/timer_mgr.h

index bfa2ada933a9f144dfdaa0d869254b837deedbca..4be85419208925e41af5561c203d28835b141e52 100644 (file)
@@ -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
index 28ba36f85d6d9c6ef523c393abb86626456198a0..ec5b9e3933a2be1e09b141b828d96325e89acc76 100644 (file)
@@ -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();