grammar fix

SVN revision: 59292
This commit is contained in:
Lucas De Marchi 2011-05-09 11:53:45 +00:00
parent b15093851e
commit cfae43f754
1 changed files with 1 additions and 1 deletions

View 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.