From: Azat Khuzhin Date: Tue, 18 Sep 2012 11:17:29 +0000 (+0400) Subject: Fix typo : events instead of evets X-Git-Tag: release-2.1.2-alpha~23^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05f1aca5980279a710d94c57074d238f61403b24;p=libevent Fix typo : events instead of evets --- diff --git a/include/event2/event.h b/include/event2/event.h index 36a42df1..6e2ded4b 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 evets. + @section loop Dispaching events. Finally, you call event_base_dispatch() to loop and dispatch events. You can also use event_base_loop() for more fine-grained control.