From fdbc5a401991cf21e115fafe529e701bd40a2e1a Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 9 Dec 2016 19:58:20 +0900 Subject: [PATCH] Fix typo in doxygen about ecore_idler_add --- src/lib/ecore/Ecore_Legacy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore/Ecore_Legacy.h b/src/lib/ecore/Ecore_Legacy.h index ca47e0784f..3db194a074 100644 --- a/src/lib/ecore/Ecore_Legacy.h +++ b/src/lib/ecore/Ecore_Legacy.h @@ -259,7 +259,7 @@ EAPI void ecore_timer_thaw(Ecore_Timer *timer); * long as it returns @c 1 (or ECORE_CALLBACK_RENEW). A return of @c 0 * (or ECORE_CALLBACK_CANCEL) deletes the idler. * - * Idlers are useful for progressively prossessing data without blocking. + * Idlers are useful for progressively processing data without blocking. */ EAPI Ecore_Idler *ecore_idler_add(Ecore_Task_Cb func, const void *data);