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/gdkdevice.h | |
parent | f116f0071e3a0f03c973532bceee30b3221e5b3f (diff) | |
download | gtk+-7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e.tar.gz |
docs: use proper apostrophe
https://wiki.gnome.org/Design/OS/Typography
Diffstat (limited to 'gdk/gdkdevice.h')
-rw-r--r-- | gdk/gdkdevice.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdkdevice.h b/gdk/gdkdevice.h index f9f853d6a4..a67f4b5890 100644 --- a/gdk/gdkdevice.h +++ b/gdk/gdkdevice.h @@ -64,9 +64,9 @@ typedef enum /** * GdkInputMode: * @GDK_MODE_DISABLED: the device is disabled and will not report any events. - * @GDK_MODE_SCREEN: the device is enabled. The device's coordinate space + * @GDK_MODE_SCREEN: the device is enabled. The device’s coordinate space * maps to the entire screen. - * @GDK_MODE_WINDOW: the device is enabled. The device's coordinate space + * @GDK_MODE_WINDOW: the device is enabled. The device’s coordinate space * is mapped to a single window. The manner in which this window * is chosen is undefined, but it will typically be the same * way in which the focus window for key events is determined. @@ -132,7 +132,7 @@ typedef enum { /** * GdkTimeCoord: * @time: The timestamp for this event. - * @axes: the values of the device's axes. + * @axes: the values of the device’s axes. * * A #GdkTimeCoord stores a single event in a motion history. */ |