Ecore_Thread: Fix doxy typo.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 25 Feb 2011 18:41:37 +0000 (18:41 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 25 Feb 2011 18:41:37 +0000 (18:41 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@57325 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_thread.c

index 27f6252..49c49f8 100644 (file)
@@ -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