summaryrefslogtreecommitdiffstats
path: root/src/lib/hooks/callout_handle.h
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2020-02-07 12:35:41 +0100
committerRazvan Becheriu <razvan@isc.org>2020-02-07 12:35:41 +0100
commit4f3d1b38e0ef120c42439d3cdbeb05272e9e24dc (patch)
tree2e38247d51fcf237ad484b92d0d0519e01b76f4c /src/lib/hooks/callout_handle.h
parent[#957] addressed review (diff)
downloadkea-4f3d1b38e0ef120c42439d3cdbeb05272e9e24dc.tar.xz
kea-4f3d1b38e0ef120c42439d3cdbeb05272e9e24dc.zip
[#957] addressed review
Diffstat (limited to 'src/lib/hooks/callout_handle.h')
-rw-r--r--src/lib/hooks/callout_handle.h4
1 files changed, 2 insertions, 2 deletions
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) {