diff options
Diffstat (limited to 'gtk/gtktextiter.h')
-rw-r--r-- | gtk/gtktextiter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextiter.h b/gtk/gtktextiter.h index 57ce274f8e..58f1274786 100644 --- a/gtk/gtktextiter.h +++ b/gtk/gtktextiter.h @@ -131,7 +131,7 @@ gint gtk_text_iter_get_visible_line_index (const GtkTextIter *iter); /* - * "Dereference" operators + * “Dereference” operators */ GDK_AVAILABLE_IN_ALL gunichar gtk_text_iter_get_char (const GtkTextIter *iter); @@ -348,7 +348,7 @@ void gtk_text_iter_set_visible_line_index (GtkTextIter *iter, gint byte_on_line); /* returns TRUE if a toggle was found; NULL for the tag pointer - * means "any tag toggle", otherwise the next toggle of the + * means “any tag toggle”, otherwise the next toggle of the * specified tag is located. */ GDK_AVAILABLE_IN_ALL |