From: Volker Lendecke Date: Thu, 17 Jan 2013 14:01:32 +0000 (+0100) Subject: Fix typo : Dispatching instead of Dispaching X-Git-Tag: release-2.1.3-alpha~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c2bacca43ffe452d4f5cdc4b57fd29a7795777d;p=libevent Fix typo : Dispatching instead of Dispaching --- diff --git a/include/event2/event.h b/include/event2/event.h index 288ce39c..7b952278 100644 --- a/include/event2/event.h +++ b/include/event2/event.h @@ -90,7 +90,7 @@ remain allocated as long as it is active, so it should generally be allocated on the heap. - @section loop Dispaching events. + @section loop Dispatching events. Finally, you call event_base_dispatch() to loop and dispatch events. You can also use event_base_loop() for more fine-grained control.