aboutsummaryrefslogtreecommitdiff
path: root/libunbound/unbound-event.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunbound/unbound-event.h')
-rw-r--r--libunbound/unbound-event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunbound/unbound-event.h b/libunbound/unbound-event.h
index 4d694b8b4c5d..a5d5c038b68f 100644
--- a/libunbound/unbound-event.h
+++ b/libunbound/unbound-event.h
@@ -41,7 +41,7 @@
*
* Use ub_ctx_create_event_ub_base() to create an unbound context that uses
* the user provided event base API. Then, use the ub_resolve_event call
- * to add DNS resolve queries to the context. Those then run whith the
+ * to add DNS resolve queries to the context. Those then run with the
* provided event_base, and when they are done you get a function callback.
*
* This method does not fork another process or create a thread, the effort