Fix typo in doc.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 11 Feb 2010 17:38:24 +0000 (17:38 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 11 Feb 2010 17:38:24 +0000 (17:38 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@46083 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_file.c

index a1a6fe8..f826c8b 100644 (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,