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 /gdk/gdkvisual.c | |
parent | 285d216d3e100496e4c732c2e15741c4bb50ddbc (diff) | |
download | gtk+-a4b5929e81b526cbc92e47a6fa1096a0e44209cb.tar.gz |
docs: use apostrophe in *'re
Diffstat (limited to 'gdk/gdkvisual.c')
-rw-r--r-- | gdk/gdkvisual.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkvisual.c b/gdk/gdkvisual.c index 89fa04589d..77a14fedca 100644 --- a/gdk/gdkvisual.c +++ b/gdk/gdkvisual.c @@ -82,7 +82,7 @@ gdk_visual_class_init (GdkVisualClass *visual_class) * For example, a visual might support 24-bit color, or 8-bit color, * and might expect pixels to be in a certain format. * - * Call g_list_free() on the return value when you're finished with it. + * Call g_list_free() on the return value when you’re finished with it. * * Return value: (transfer container) (element-type GdkVisual): * a list of visuals; the list must be freed, but not its contents |