]> granicus.if.org Git - libevent/commitdiff
Fix typo : Dispatching instead of Dispaching
authorVolker Lendecke <vl@samba.org>
Thu, 17 Jan 2013 14:01:32 +0000 (15:01 +0100)
committerNick Mathewson <nickm@torproject.org>
Thu, 17 Jan 2013 15:22:33 +0000 (10:22 -0500)
include/event2/event.h

index 288ce39cf22ac0686192ee5fc03619ac143cc3b2..7b952278547daf81d9abc70bdefa2825393876dc 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 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.