Fix typo in doxygen about ecore_idler_add

This commit is contained in:
Jihoon Kim 2016-12-09 19:58:20 +09:00
parent d46829f0f9
commit fdbc5a4019
1 changed files with 1 additions and 1 deletions

View File

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