From 01e42f86abb5d060437af68fab5c8b5afe267d08 Mon Sep 17 00:00:00 2001 From: Srivardhan Hebbar Date: Thu, 8 Oct 2015 12:26:04 +0200 Subject: [PATCH] ecore_exe: correcting spelling mistake in comment. Summary: Corrected the spelling mistake of mechanism. Signed-off-by: Srivardhan Hebbar Reviewers: cedric Reviewed By: cedric Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D3152 Signed-off-by: Cedric BAIL --- 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 9e64cba1a4..e416e23b6d 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);