diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:01:26 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:06:10 -0500 |
commit | 7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e (patch) | |
tree | 7b75aa3eebb772a7cf28f4b639f84b273fbbca62 /gdk/gdkkeys.c | |
parent | f116f0071e3a0f03c973532bceee30b3221e5b3f (diff) | |
download | gtk+-7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e.tar.gz |
docs: use proper apostrophe
https://wiki.gnome.org/Design/OS/Typography
Diffstat (limited to 'gdk/gdkkeys.c')
-rw-r--r-- | gdk/gdkkeys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c index e3297dc787..145a2e0629 100644 --- a/gdk/gdkkeys.c +++ b/gdk/gdkkeys.c @@ -80,7 +80,7 @@ * two Hebrew characters. The Hebrew characters will be printed on the key next to * the English characters. * - * In order to use a keymap to interpret a key event, it's necessary to first + * In order to use a keymap to interpret a key event, it’s necessary to first * convert the keyboard state into an effective group and level. This is done via a * set of rules that varies widely according to type of keyboard and user * configuration. The function gdk_keymap_translate_keyboard_state() accepts a @@ -649,7 +649,7 @@ gdk_keymap_real_get_modifier_mask (GdkKeymap *keymap, * @keymap: a #GdkKeymap * @intent: the use case for the modifier mask * - * Returns the modifier mask the @keymap's windowing system backend + * Returns the modifier mask the @keymap’s windowing system backend * uses for a particular purpose. * * Note that this function always returns real hardware modifiers, not |