diff --git a/legacy/eina/src/include/eina_convert.h b/legacy/eina/src/include/eina_convert.h index 2d257cf724..6493964a2f 100644 --- a/legacy/eina/src/include/eina_convert.h +++ b/legacy/eina/src/include/eina_convert.h @@ -83,7 +83,7 @@ * * To convert a double to a string, eina_convert_dtoa() should be * used. Like with the integer functions, a buffer must be used. The - * resulting string ghas the following format (which is the result + * resulting string has the following format (which is the result * obtained with snprintf() and the @%a modifier): * * @code