summaryrefslogtreecommitdiff
path: root/doc/developer/hooks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/hooks.rst')
-rw-r--r--doc/developer/hooks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/hooks.rst b/doc/developer/hooks.rst
index 4140a0d171..10fe6b9c43 100644
--- a/doc/developer/hooks.rst
+++ b/doc/developer/hooks.rst
@@ -6,7 +6,7 @@ Hooks
Libfrr provides type-safe subscribable hook points where other pieces of
code can add one or more callback functions. "type-safe" in this case
applies to the function pointers used for subscriptions. The
-implementations checks (at compile-time) wheter a callback to be added has
+implementations checks (at compile-time) whether a callback to be added has
the appropriate function signature (parameters) for the hook.
Example: