From 1bfb186f6652e63fcc499cf3ce43fb13c239cff1 Mon Sep 17 00:00:00 2001 From: devilhorns Date: Thu, 23 Feb 2012 16:49:34 +0000 Subject: [PATCH] Ecore: Fix grammar in doxy. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68353 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore/Ecore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.7.4