summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Herrera <fherrera@onirica.com>2010-11-17 14:22:44 +0100
committerJavier Jardón <jjardon@gnome.org>2010-11-30 03:58:26 +0100
commit00f61837ebb516435894dc4002bb7d8515d97a69 (patch)
treebd1c98c5e71e8470d9f493c9890aa6cbd0fed0a5
parent50e0decdf79483d9a1e6d583039ad44748e7d0bb (diff)
downloadatk-00f61837ebb516435894dc4002bb7d8515d97a69.tar.gz
Fix documentation for atk_get_text_after_offset for BOUNDARY_LINE_END
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=635069
-rwxr-xr-xatk/atktext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atktext.c b/atk/atktext.c
index 12a6a16..23cf800 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -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.
**/