Ecore: Fix grammar in doxy.

SVN revision: 68353
This commit is contained in:
Christopher Michael 2012-02-23 16:49:34 +00:00
parent 0dbc99f33a
commit 6b51a11d0d
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ EAPI void ecore_exe_hup(Ecore_Exe *exe);
*
* An @ref Ecore_Fd_Handler can be used to watch on a file
* descriptor without blocking, still being able to receive events,
* expire timers, and other watch for other things that happen in
* expire timers, and watch for other things that happen in
* the Ecore main loop.
*
* Example of use of a file descriptor handler: