Evas text: Fixed mistake in comment.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 12 Jul 2011 15:04:03 +0000 (15:04 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 12 Jul 2011 15:04:03 +0000 (15:04 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61299 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 1a1dba9..2f974bd 100644 (file)
@@ -6785,7 +6785,7 @@ EAPI const char       *evas_object_text_bidi_delimiters_get(const Evas_Object *o
  * @param cw   A pointer to an @c Evas_Coord to store the Width value in (can be NULL).
  * @param ch   A pointer to an @c Evas_Coord to store the Height value in (can be NULL).
  *
- * @returns EINA_FALSE on error, EINA_TRUE on success.
+ * @returns EINA_FALSE on sucess, EINA_TRUE on error.
  */
 EAPI Eina_Bool         evas_object_text_char_pos_get     (const Evas_Object *obj, int pos, Evas_Coord *cx, Evas_Coord *cy, Evas_Coord *cw, Evas_Coord *ch) EINA_ARG_NONNULL(1);
    EAPI int               evas_object_text_char_coords_get  (const Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord *cx, Evas_Coord *cy, Evas_Coord *cw, Evas_Coord *ch) EINA_ARG_NONNULL(1);