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/gtktextmark.c | |
parent | 285d216d3e100496e4c732c2e15741c4bb50ddbc (diff) | |
download | gtk+-a4b5929e81b526cbc92e47a6fa1096a0e44209cb.tar.gz |
docs: use apostrophe in *'re
Diffstat (limited to 'gtk/gtktextmark.c')
-rw-r--r-- | gtk/gtktextmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c index 0f502fd556..d0fddd3bf9 100644 --- a/gtk/gtktextmark.c +++ b/gtk/gtktextmark.c @@ -236,7 +236,7 @@ gtk_text_mark_get_property (GObject *object, * right gravity (@left_gravity = %FALSE), the mark will end up on the * right of newly-inserted text. The standard left-to-right cursor is a * mark with right gravity (when you type, the cursor stays on the right - * side of the text you're typing). + * side of the text you’re typing). * * Return value: new #GtkTextMark * |