From cfae43f754522a9bf25f34e325946530e393c085 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 9 May 2011 11:53:45 +0000 Subject: [PATCH] grammar fix SVN revision: 59292 --- legacy/ecore/src/lib/ecore_file/ecore_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file.c b/legacy/ecore/src/lib/ecore_file/ecore_file.c index d934bda526..f4bcea4e38 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file.c +++ b/legacy/ecore/src/lib/ecore_file/ecore_file.c @@ -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.