From 1a29f7f309cdd6a88bc7d32aa1877f52ae46bc73 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 13 Feb 2012 09:06:28 +0000 Subject: [PATCH] eio: fix a doc typo. SVN revision: 67877 --- legacy/eio/src/lib/Eio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eio/src/lib/Eio.h b/legacy/eio/src/lib/Eio.h index 1f09345492..f7538be2d6 100644 --- a/legacy/eio/src/lib/Eio.h +++ b/legacy/eio/src/lib/Eio.h @@ -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,