summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r--pango/pango-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 8066c646..5ed398a6 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -3889,7 +3889,7 @@ pango_layout_line_x_to_index (PangoLayoutLine *line,
}
while (last_offset > first_offset && !layout->log_attrs[last_offset].is_cursor_position);
- /* This is a HACK. If a program only keeps track if cursor (etc)
+ /* This is a HACK. If a program only keeps track of cursor (etc)
* indices and not the trailing flag, then the trailing index of the
* last character on a wrapped line is identical to the leading
* index of the next line. So, we fake it and set the trailing flag