diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 14:50:22 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 15:08:42 -0500 |
commit | 47469eb2966a7695f64fce1dbb8441f4b3ac6ecb (patch) | |
tree | dcb3ac50eb13b95facd5612dc7f7d24982f6e0e1 /gdk/gdkdevicemanager.c | |
parent | 2a45418b673d10f60e9334ebcfa493f125d26e02 (diff) | |
download | gtk+-47469eb2966a7695f64fce1dbb8441f4b3ac6ecb.tar.gz |
Use proper quotes in gdk
Diffstat (limited to 'gdk/gdkdevicemanager.c')
-rw-r--r-- | gdk/gdkdevicemanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdevicemanager.c b/gdk/gdkdevicemanager.c index 89a1b23b30..63d4fff175 100644 --- a/gdk/gdkdevicemanager.c +++ b/gdk/gdkdevicemanager.c @@ -75,7 +75,7 @@ * * There may be several virtual devices, and several physical devices could * be controlling each of these virtual devices. Physical devices may also - * be "floating", which means they are not attached to any virtual device. + * be “floating”, which means they are not attached to any virtual device. * * # Master and slave devices * |