From: Li Yuan Date: Mon, 30 May 2011 06:19:20 +0000 (+0800) Subject: Fix doc of atk_text_get_text_before_offset. X-Git-Tag: ATK_2_0_1~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4cca0bfe4cbcb03abbec884f2361b9fc714cc1dd;p=platform%2Fupstream%2Fatk.git Fix doc of atk_text_get_text_before_offset. Bug #551489. --- diff --git a/atk/atktext.c b/atk/atktext.c index 800cba5..3674aad 100755 --- a/atk/atktext.c +++ b/atk/atktext.c @@ -471,16 +471,16 @@ atk_text_get_text_at_offset (AtkText *text, * offset is returned. * * If the boundary_type is ATK_TEXT_BOUNDARY_WORD_START the returned string - * is from the word start before the word start before the offset to - * the word start before the offset. + * is from the word start before the word start before or at the offset to + * the word start before or at the offset. * * The returned string will contain the word before the offset if the offset * is inside a word and will contain the word before the word before the * offset if the offset is not inside a word. * * If the boundary_type is ATK_TEXT_BOUNDARY_WORD_END the returned string - * is from the word end before the word end at or before the offset to the - * word end at or before the offset. + * is from the word end before the word end before the offset to the word + * end before the offset. * * The returned string will contain the word before the offset if the offset * is inside a word or if the offset is not inside a word.