]> git.proxmox.com Git - mirror_frr.git/blobdiff - doc/developer/hooks.rst
doc: add libtool note
[mirror_frr.git] / doc / developer / hooks.rst
index 4140a0d171e4f940b6b55a5cacef66f593fe8db6..10fe6b9c43605b656e94978a6df37455128eec61 100644 (file)
@@ -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: