jayji pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=198326fbd270e1c10a7ab02ecf01ef0f3e387287

commit 198326fbd270e1c10a7ab02ecf01ef0f3e387287
Author: Jean Guyomarc'h <jean.guyoma...@gmail.com>
Date:   Mon Apr 11 22:41:03 2016 +0200

    ecore: fix typo in documentation of Ecore_Exe_Event_Del
---
 src/lib/ecore/Ecore_Common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h
index 7d7164a..6877e26 100644
--- a/src/lib/ecore/Ecore_Common.h
+++ b/src/lib/ecore/Ecore_Common.h
@@ -987,7 +987,7 @@ struct _Ecore_Exe_Event_Del
    Ecore_Exe *exe; /**< The handle to the exited process, or @c NULL if not 
found */
    int        exit_signal; /**< The signal that caused the process to exit */
    Eina_Bool  exited    : 1; /**< Set to 1 if the process exited of its own 
accord */
-   Eina_Bool  signalled : 1; /**< Set to 1 id the process exited due to 
uncaught signal */
+   Eina_Bool  signalled : 1; /**< Set to 1 if the process exited due to 
uncaught signal */
    void      *ext_data; /**< Extension data - not used */
 #if !defined (_WIN32) && !defined (__lv2ppu__) && !defined (EXOTIC_NO_SIGNAL)
    siginfo_t  data; /**< Signal info */

-- 


Reply via email to