diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-26 04:20:28 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-26 04:20:28 +0000 |
commit | 8ea8b1ee480bd7efe3eb936fb2f039f518417fa5 (patch) | |
tree | 2790f1c9909c1ef42dd2d80db12fa306ca743864 /gdk/x11/gdkkeys-x11.c | |
parent | b38f2c127cf556cd9eaec1be6ad6c325bfcafbd4 (diff) | |
download | gtk+-8ea8b1ee480bd7efe3eb936fb2f039f518417fa5.tar.gz |
Typo fixes and small doc improvements
svn path=/trunk/; revision=21929
Diffstat (limited to 'gdk/x11/gdkkeys-x11.c')
-rw-r--r-- | gdk/x11/gdkkeys-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkkeys-x11.c b/gdk/x11/gdkkeys-x11.c index c08baf370e..002341be6c 100644 --- a/gdk/x11/gdkkeys-x11.c +++ b/gdk/x11/gdkkeys-x11.c @@ -813,7 +813,7 @@ gdk_keymap_have_bidi_layouts (GdkKeymap *keymap) * gdk_keymap_get_caps_lock_state: * @keymap: a #GdkKeymap * - * Returns wether the Caps Lock modifer is locked. + * Returns whether the Caps Lock modifer is locked. * * Returns: %TRUE if Caps Lock is on * |