Fix typo : events instead of evets

This commit is contained in:
Azat Khuzhin 2012-09-18 15:17:29 +04:00
parent 8827dbc3e9
commit 05f1aca598

View 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.