From 19bf111c722f9cbafd380958df3f028a512eeccc Mon Sep 17 00:00:00 2001 From: devilhorns Date: Fri, 25 Feb 2011 18:42:44 +0000 Subject: [PATCH] Ecore_Thread: Fix yet another doxy typo. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@57326 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore/ecore_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore/ecore_thread.c b/src/lib/ecore/ecore_thread.c index 49c49f8..49059b8 100644 --- a/src/lib/ecore/ecore_thread.c +++ b/src/lib/ecore/ecore_thread.c @@ -1032,7 +1032,7 @@ ecore_thread_check(Ecore_Thread *thread) * that will do the heavy work in another thread (so you should not use the * EFL in it except Eina and Eet if you are careful). The second one, func_notify, * will receive the data send from the thread function (func_heavy) by ecore_thread_notify - * in the main loop (and so, can use all the EFL). Tje third, func_end, + * in the main loop (and so, can use all the EFL). The third, func_end, * that will be called in Ecore main loop when func_heavy is done. So you * can use all the EFL inside this function. The last one, func_cancel, will * be called in the main loop also, if the thread is cancelled or could not run at all. -- 2.7.4