]> granicus.if.org Git - libevent/commitdiff
Fix typo : events instead of evets
authorAzat Khuzhin <a3at.mail@gmail.com>
Tue, 18 Sep 2012 11:17:29 +0000 (15:17 +0400)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 18 Sep 2012 11:17:29 +0000 (15:17 +0400)
include/event2/event.h

index 36a42df1f6c18704458ab17a50d34d4906c1c8c7..6e2ded4bcf1bbd046fcfe987eb104393f360e9e5 100644 (file)
@@ -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.