diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:37:09 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:37:09 -0500 |
commit | a4b5929e81b526cbc92e47a6fa1096a0e44209cb (patch) | |
tree | f92648322be6c849c69dacf8755bb8b6ee0de8a3 /gtk/gtktextiter.c | |
parent | 285d216d3e100496e4c732c2e15741c4bb50ddbc (diff) | |
download | gtk+-a4b5929e81b526cbc92e47a6fa1096a0e44209cb.tar.gz |
docs: use apostrophe in *'re
Diffstat (limited to 'gtk/gtktextiter.c')
-rw-r--r-- | gtk/gtktextiter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextiter.c b/gtk/gtktextiter.c index bfaa09b5f7..c9798938a3 100644 --- a/gtk/gtktextiter.c +++ b/gtk/gtktextiter.c @@ -2069,7 +2069,7 @@ at_last_indexable_segment (GtkTextRealIter *real) } /* Goes back to the start of the next segment, even if - * we're not at the start of the current segment (always + * we’re not at the start of the current segment (always * ends up on a different segment if it returns TRUE) */ gboolean @@ -5377,7 +5377,7 @@ gtk_text_iter_equal (const GtkTextIter *lhs, * @rhs: another #GtkTextIter * * A qsort()-style function that returns negative if @lhs is less than - * @rhs, positive if @lhs is greater than @rhs, and 0 if they're equal. + * @rhs, positive if @lhs is greater than @rhs, and 0 if they’re equal. * Ordering is in character offset order, i.e. the first character in the buffer * is less than the second character in the buffer. * |