eina: fix typo in doc
authoryoz <yoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Apr 2012 10:17:31 +0000 (10:17 +0000)
committeryoz <yoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Apr 2012 10:17:31 +0000 (10:17 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@70465 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_convert.h

index 2d257cf..6493964 100644 (file)
@@ -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