Ecore: Fix grammar in doxy.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Feb 2012 16:49:34 +0000 (16:49 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Feb 2012 16:49:34 +0000 (16:49 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68353 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/Ecore.h

index 0b3e343..289855d 100644 (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: