From 23835207a9a00e2a22d822797862f983f14fa4d1 Mon Sep 17 00:00:00 2001 From: devilhorns Date: Fri, 25 Feb 2011 18:41:37 +0000 Subject: [PATCH] Ecore_Thread: Fix doxy typo. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57325 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 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 -- 2.7.4