summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2016-12-09 19:58:20 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2016-12-09 19:58:54 +0900
commitfdbc5a401991cf21e115fafe529e701bd40a2e1a (patch)
tree216218ecbf0592aa809b61fb82b7967aa48d305b
parentd46829f0f9f938e81e9265ec543cd0ca0522c306 (diff)
downloadefl-fdbc5a401991cf21e115fafe529e701bd40a2e1a.tar.gz
Fix typo in doxygen about ecore_idler_add
-rw-r--r--src/lib/ecore/Ecore_Legacy.h2
1 files changed, 1 insertions, 1 deletions
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);