grammar fix
authorlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 May 2011 11:53:45 +0000 (11:53 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 May 2011 11:53:45 +0000 (11:53 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@59292 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_file/ecore_file.c

index d934bda..f4bcea4 100644 (file)
@@ -451,7 +451,7 @@ _ecore_file_mkpath_if_not_exists(const char *path)
  * @param  path The path to create
  * @return EINA_TRUE on success, EINA_FALSE otherwise.
  *
- * This function create @p path and all the subdirectories it
+ * This function creates @p path and all the subdirectories it
  * contains. The separator is '/' or '\'. If @p path exists, this
  * function returns EINA_TRUE immediatly. It returns EINA_TRUE on
  * success, EINA_FALSE otherwise.