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/gdkscreen.c | |
parent | 285d216d3e100496e4c732c2e15741c4bb50ddbc (diff) | |
download | gtk+-a4b5929e81b526cbc92e47a6fa1096a0e44209cb.tar.gz |
docs: use apostrophe in *'re
Diffstat (limited to 'gdk/gdkscreen.c')
-rw-r--r-- | gdk/gdkscreen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkscreen.c b/gdk/gdkscreen.c index 10afdd1c7a..cafa95af55 100644 --- a/gdk/gdkscreen.c +++ b/gdk/gdkscreen.c @@ -846,7 +846,7 @@ gdk_screen_get_monitor_workarea (GdkScreen *screen, * 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 @@ -1089,7 +1089,7 @@ gdk_screen_get_setting (GdkScreen *screen, * on very high density outputs this can be a higher value (often 2). * * This can be used if you want to create pixel based data for a - * particula monitor, but most of the time you're drawing to a window + * particula monitor, but most of the time you’re drawing to a window * where it is better to use gdk_window_get_scale_factor() instead. * * Since: 3.10 |