From: devilhorns Date: Fri, 25 Feb 2011 18:41:37 +0000 (+0000) Subject: Ecore_Thread: Fix doxy typo. X-Git-Tag: accepted/2.0/20130306.224007~195^2~188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b1aab685ac16286d74ece0706c427a623b41c5b;p=profile%2Fivi%2Fecore.git Ecore_Thread: Fix doxy typo. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@57325 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore/ecore_thread.c b/src/lib/ecore/ecore_thread.c index 27f6252..49c49f8 100644 --- a/src/lib/ecore/ecore_thread.c +++ b/src/lib/ecore/ecore_thread.c @@ -1024,7 +1024,7 @@ ecore_thread_check(Ecore_Thread *thread) * @param func_end The function that will be called in the main loop if the thread terminate correctly. * @param func_cancel The function that will be called in the main loop if the thread is cancelled. * @param data User context data to pass to all callback. - * @param try_no_queue If you wan't to run outside of the thread pool. + * @param try_no_queue If you want to run outside of the thread pool. * @return A reference to the newly created thread instance, or NULL if it failed. * * ecore_thread_feedback_run provide a facility for easily managing heavy task in a