diff options
Diffstat (limited to 'src/lib/process/d_controller.h')
-rw-r--r-- | src/lib/process/d_controller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/process/d_controller.h b/src/lib/process/d_controller.h index 51d66c71f3..305a102020 100644 --- a/src/lib/process/d_controller.h +++ b/src/lib/process/d_controller.h @@ -113,7 +113,7 @@ public: /// @brief returns Kea version on stdout and exit. /// redeclaration/redefinition. @ref isc::dhcp::Daemon::getVersion() static std::string getVersion(bool extended); - + /// @brief Acts as the primary entry point into the controller execution /// and provides the outermost application control logic: /// @@ -179,7 +179,7 @@ public: /// /// The method extracts the set of configuration elements for the /// module-name which matches the controller's app_name_ and passes that - /// set into @c udpateConfig(). + /// set into @c updateConfig(). /// /// The file may contain an arbitrary number of other modules. /// |