diff options
Diffstat (limited to 'gtk/gtktextiter.c')
-rw-r--r-- | gtk/gtktextiter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextiter.c b/gtk/gtktextiter.c index c9798938a3..49bda5d89c 100644 --- a/gtk/gtktextiter.c +++ b/gtk/gtktextiter.c @@ -1747,7 +1747,7 @@ gtk_text_iter_get_bytes_in_line (const GtkTextIter *iter) * * Computes the effect of any tags applied to this spot in the * text. The @values parameter should be initialized to the default - * settings you wish to use if no tags are in effect. You'd typically + * settings you wish to use if no tags are in effect. You’d typically * obtain the defaults from gtk_text_view_get_default_attributes(). * * gtk_text_iter_get_attributes () will modify @values, applying the |