From 7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Fri, 7 Feb 2014 13:01:26 -0500 Subject: docs: use proper apostrophe https://wiki.gnome.org/Design/OS/Typography --- gdk/gdkdevice.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdk/gdkdevice.h') 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. */ -- cgit v1.2.1