]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#957] addressed review
authorRazvan Becheriu <razvan@isc.org>
Fri, 7 Feb 2020 11:35:41 +0000 (13:35 +0200)
committerRazvan Becheriu <razvan@isc.org>
Fri, 7 Feb 2020 11:35:41 +0000 (13:35 +0200)
src/lib/hooks/callout_handle.h

index 164c4acf7657d388b0dce7474c5c1a5dbb17b19e..a1a7d0d5f6e9ee3a353888b4807cbb75fb41b703 100644 (file)
@@ -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) {