From: devilhorns Date: Thu, 23 Feb 2012 16:49:34 +0000 (+0000) Subject: Ecore: Fix grammar in doxy. X-Git-Tag: 2.0_alpha~68^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1bfb186f6652e63fcc499cf3ce43fb13c239cff1;p=framework%2Fuifw%2Fecore.git Ecore: Fix grammar in doxy. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68353 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index 0b3e343..289855d 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h @@ -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: