eio: fix a doc typo.
authorCedric BAIL <cedric.bail@free.fr>
Mon, 13 Feb 2012 09:06:28 +0000 (09:06 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Mon, 13 Feb 2012 09:06:28 +0000 (09:06 +0000)
SVN revision: 67877

legacy/eio/src/lib/Eio.h

index 1f09345..f7538be 100644 (file)
@@ -229,7 +229,7 @@ EAPI Eio_File *eio_file_stat_ls(const char *dir,
  * @param data Data passed to callback and not modified at all by eio_dir_stat_find.
  * @return A reference to the IO operation.
  *
- * eio_dir_stat_find() run eina_file_stat_ls() recursivly in a separated thread using
+ * eio_dir_stat_ls() run eina_file_stat_ls() recursivly in a separated thread using
  * ecore_thread_feedback_run. This prevent any lock in your apps.
  */
 EAPI Eio_File *eio_dir_stat_ls(const char *dir,