summaryrefslogtreecommitdiff
path: root/atk/atktext.c
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atktext.c')
-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.
**/