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);