Fix typo : Dispatching instead of Dispaching

This commit is contained in:
Volker Lendecke 2013-01-17 15:01:32 +01:00 committed by Nick Mathewson
parent bf7a0ff268
commit 0c2bacca43

View File

@ -90,7 +90,7 @@
remain allocated as long as it is active, so it should generally be remain allocated as long as it is active, so it should generally be
allocated on the heap. allocated on the heap.
@section loop Dispaching events. @section loop Dispatching events.
Finally, you call event_base_dispatch() to loop and dispatch events. Finally, you call event_base_dispatch() to loop and dispatch events.
You can also use event_base_loop() for more fine-grained control. You can also use event_base_loop() for more fine-grained control.