Fix typo in doc.

SVN revision: 46083
This commit is contained in:
Christopher Michael 2010-02-11 17:38:24 +00:00
parent c3ec1a38f7
commit e9bc23874c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ void *alloca (size_t);
* @param recursive Iterate recursively in the directory.
* @param cb The callback to be called.
* @param data The data to pass to the callback.
* @return #EINA_TRUE on success, #EINA_FALSE oterwise.
* @return #EINA_TRUE on success, #EINA_FALSE otherwise.
*
* This function lists all the files in @p dir. To list also all the
* sub directoris recursively, @p recursive must be set to #EINA_TRUE,