mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
spelling: registers
This commit is contained in:
@@ -23,7 +23,7 @@ namespace config {
|
|||||||
/// The command handlers are registered by a hook library by calling
|
/// The command handlers are registered by a hook library by calling
|
||||||
/// @ref isc::hooks::LibraryHandle::registerCommandCallout. This call
|
/// @ref isc::hooks::LibraryHandle::registerCommandCallout. This call
|
||||||
/// creates a hook point for this command (if one doesn't exist) and then
|
/// 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
|
/// receives a command for processing it calls the
|
||||||
/// @ref isc::hooks::HooksManager::commandHandlersPresent to check if there
|
/// @ref isc::hooks::HooksManager::commandHandlersPresent to check if there
|
||||||
/// are handlers present for this command. If so, the @ref HookedCommandMgr
|
/// are handlers present for this command. If so, the @ref HookedCommandMgr
|
||||||
|
@@ -59,7 +59,7 @@ public:
|
|||||||
|
|
||||||
/// @brief Destructor.
|
/// @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.
|
/// registered timers.
|
||||||
~TimerMgr();
|
~TimerMgr();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user