diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-27 20:41:05 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-27 20:41:05 +0000 |
commit | 5b10c877c109efc1166639d6acf7a3824ee973b5 (patch) | |
tree | 242e034d87c5690ba3a70909b629d82105bf1751 /gdk/x11/gdkinput.c | |
parent | ec0997df71becfc7a2f943476ebba3b78d736243 (diff) | |
download | gtk+-5b10c877c109efc1166639d6acf7a3824ee973b5.tar.gz |
Typo fix. Updates. Document the special values <none> and <parent> for
* gdk/x11/gdkinput.c: Typo fix.
* gdk/tmpl/input_devices.sgml: Updates.
* gtk/tmpl/gtkrc.sgml: Document the special values <none> and
<parent> for bg_pixmap.
Diffstat (limited to 'gdk/x11/gdkinput.c')
-rw-r--r-- | gdk/x11/gdkinput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkinput.c b/gdk/x11/gdkinput.c index 4f16a4f62a..13f7722e21 100644 --- a/gdk/x11/gdkinput.c +++ b/gdk/x11/gdkinput.c @@ -364,7 +364,7 @@ _gdk_input_exit (void) * Interprets an array of double as axis values for a given device, * and locates the value in the array for a given axis use. * - * Return value: %TRUE if the given axis use was found, otherwies %FALSE + * Return value: %TRUE if the given axis use was found, otherwise %FALSE **/ gboolean gdk_device_get_axis (GdkDevice *device, |