From 05f1aca5980279a710d94c57074d238f61403b24 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Tue, 18 Sep 2012 15:17:29 +0400 Subject: [PATCH] Fix typo : events instead of evets --- 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 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.