From 0c2bacca43ffe452d4f5cdc4b57fd29a7795777d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 17 Jan 2013 15:01:32 +0100 Subject: [PATCH] Fix typo : Dispatching instead of Dispaching --- include/event2/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.