Fix documentation for atk_get_text_after_offset for BOUNDARY_LINE_END
authorFernando Herrera <fherrera@onirica.com>
Wed, 17 Nov 2010 13:22:44 +0000 (14:22 +0100)
committerJavier Jardón <jjardon@gnome.org>
Tue, 30 Nov 2010 02:58:26 +0000 (03:58 +0100)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=635069

atk/atktext.c

index 12a6a16..23cf800 100755 (executable)
@@ -300,7 +300,7 @@ atk_text_get_character_at_offset (AtkText      *text,
  * string is from the line start after the offset to the next line start.
  *
  * If the boundary_type is ATK_TEXT_BOUNDARY_LINE_END the returned string
- * is from the line end at or after the offset to the next line start.
+ * is from the line end at or after the offset to the next line end.
  *
  * Returns: the text after @offset bounded by the specified @boundary_type.
  **/