From f3d978e04c54b3720069d51ad87a4a2ccf90dfe1 Mon Sep 17 00:00:00 2001 From: Shuhrat Dehkanov Date: Mon, 29 Feb 2016 07:02:20 -0500 Subject: [PATCH] Update documentation text Summary: The word 'english' has several issues: - the whole documentation and source code is in English, there is no point in mentioning here specifically - the character 'E' needs to be capitalized, as in Ecore, Evas, Elementary Reviewers: zmike, herdsman Subscribers: cedric, seoz, jpeg Differential Revision: https://phab.enlightenment.org/D3740 --- src/lib/evas/Evas_Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 9713e0e2c2..63f9d4a928 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -5055,7 +5055,7 @@ EAPI void evas_cserve_disconnect(void); /** * Converts the given Evas image load error code into a string - * describing it in english. + * describing it in human-readable text. * * @param error the error code, a value in ::Evas_Load_Error. * @return Always returns a valid string. If the given @p error is not