various spelling fixes

This commit is contained in:
Maarten Bosmans 2009-04-01 12:35:44 +02:00 committed by Lennart Poettering
parent ccaf765260
commit 8bcb9c6910
21 changed files with 37 additions and 37 deletions

View file

@ -50,7 +50,7 @@ struct pollfd;
*
* -# Prepare - Build a list of file descriptors
* that need to be monitored and calculate the next timeout.
* -# Poll - Execute the actuall poll() system call.
* -# Poll - Execute the actual poll() system call.
* -# Dispatch - Dispatch any events that have fired.
*
* When using the main loop, the application can either execute each