From: tasn Date: Sun, 5 Sep 2010 07:04:59 +0000 (+0000) Subject: Evas textblock: Fixed documentation typos. Patch by Jihoon Kim. X-Git-Tag: submit/trunk/20120815.174732~2420 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c517155ccd0a42c6e2a78d3d25bb67ab5717c3a;p=profile%2Fivi%2Fevas.git Evas textblock: Fixed documentation typos. Patch by Jihoon Kim. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@51896 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/canvas/evas_object_textblock.c b/src/lib/canvas/evas_object_textblock.c index b4e1004..1f2f99c 100644 --- a/src/lib/canvas/evas_object_textblock.c +++ b/src/lib/canvas/evas_object_textblock.c @@ -4507,7 +4507,7 @@ evas_textblock_cursor_paragraph_next(Evas_Textblock_Cursor *cur) } /** - * Advances to the the end of the next text node + * Advances to the the end of the previous text node * * @param cur the cursor to update * @return #EINA_TRUE if it managed to advance a paragraph, #EINA_FALSE otherwise. @@ -7017,7 +7017,7 @@ evas_object_textblock_clear(Evas_Object *obj) * the textblock to the current size of the object. * The main difference between this and @ref evas_object_textblock_size_native_get * is that the "native" function does not wrapping into account - * it just calculates the real wdith of the objcet if it was placed on an + * it just calculates the real width of the object if it was placed on an * infinite canvas, while this function gives the size after wrapping * according to the size restrictions of the object. * @@ -7047,7 +7047,7 @@ evas_object_textblock_size_formatted_get(const Evas_Object *obj, Evas_Coord *w, * the current size of the object. * The main difference between this and @ref evas_object_textblock_size_formatted_get * is that the "native" function does not take wrapping into account - * it just calculates the real wdith of the objcet if it was placed on an + * it just calculates the real width of the object if it was placed on an * infinite canvas, while the "formatted" function gives the size after * wrapping text according to the size restrictions of the object. *