From: Razvan Becheriu Date: Fri, 7 Feb 2020 11:35:41 +0000 (+0200) Subject: [#957] addressed review X-Git-Tag: Kea-1.7.5~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3d1b38e0ef120c42439d3cdbeb05272e9e24dc;p=thirdparty%2Fkea.git [#957] addressed review --- diff --git a/src/lib/hooks/callout_handle.h b/src/lib/hooks/callout_handle.h index 164c4acf76..a1a7d0d5f6 100644 --- a/src/lib/hooks/callout_handle.h +++ b/src/lib/hooks/callout_handle.h @@ -334,7 +334,7 @@ public: return (current_library_); } - /// @brief Set cureent library index + /// @brief Set current library index /// /// @param library_index The library index void setCurrentLibrary(int library_index) { @@ -348,7 +348,7 @@ public: return (current_hook_); } - /// @brief Set cureent hook index + /// @brief Set current hook index /// /// @param hook_index The hook index void setCurrentHook(int hook_index) {