diff options
Diffstat (limited to 'gtk/gtktextutil.c')
-rw-r--r-- | gtk/gtktextutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextutil.c b/gtk/gtktextutil.c index dc05880d41..145ef2b5fe 100644 --- a/gtk/gtktextutil.c +++ b/gtk/gtktextutil.c @@ -406,7 +406,7 @@ layout_get_char_width (PangoLayout *layout) * @layout: a #PangoLayout * @index: index at which cursor is located * @pos: cursor location - * @at_line_end: whether cursor i sdrawn at line end, not over some + * @at_line_end: whether cursor is drawn at line end, not over some * character * * Returns: whether cursor should actually be drawn as a rectangle. |