summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) {