From 0a060e2644b15be2c0e4bcb8065305fbb4697980 Mon Sep 17 00:00:00 2001 From: Michael BOUCHAUD Date: Wed, 25 Apr 2012 10:17:31 +0000 Subject: [PATCH] eina: fix typo in doc SVN revision: 70465 --- legacy/eina/src/include/eina_convert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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