diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 13:07:34 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 15:08:42 -0500 |
commit | 2a45418b673d10f60e9334ebcfa493f125d26e02 (patch) | |
tree | bd459a39a8aae3ade27524b5e1199eb38d972c25 /gtk/gtktextiter.h | |
parent | c3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff) | |
download | gtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz |
docs: use proper quotes
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 |