cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=01e42f86abb5d060437af68fab5c8b5afe267d08

commit 01e42f86abb5d060437af68fab5c8b5afe267d08
Author: Srivardhan Hebbar <sri.heb...@samsung.com>
Date:   Thu Oct 8 12:26:04 2015 +0200

    ecore_exe: correcting spelling mistake in comment.
    
    Summary:
    Corrected the spelling mistake of mechanism.
    
    Signed-off-by: Srivardhan Hebbar <sri.heb...@samsung.com>
    
    Reviewers: cedric
    
    Reviewed By: cedric
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D3152
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/lib/ecore/ecore_exe_posix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore/ecore_exe_posix.c b/src/lib/ecore/ecore_exe_posix.c
index 9e64cba..e416e23 100644
--- a/src/lib/ecore/ecore_exe_posix.c
+++ b/src/lib/ecore/ecore_exe_posix.c
@@ -1193,7 +1193,7 @@ _ecore_exe_data_generic_handler(void             *data,
                 * died, this won't do any harm as it must have died
                 * recently and the pid has not had a chance to recycle.
                 * It is also a paranoid catchall, coz the usual ecore_signal
-                * mechenism should kick in.  But let's give it a good
+                * mechanism should kick in.  But let's give it a good
                 * kick in the head anyway.
                 */
                ecore_exe_terminate(obj);

-- 


Reply via email to