From: lucas Date: Mon, 9 May 2011 11:53:45 +0000 (+0000) Subject: grammar fix X-Git-Tag: build/2012-07-04.173327~1198 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=737e5208b8d88818e401558226ac68e109003c78;p=profile%2Fivi%2Fecore.git grammar fix git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@59292 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_file/ecore_file.c b/src/lib/ecore_file/ecore_file.c index d934bda..f4bcea4 100644 --- a/src/lib/ecore_file/ecore_file.c +++ b/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.