summaryrefslogtreecommitdiff
path: root/gdk/gdkkeys.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-12-26 04:20:28 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-12-26 04:20:28 +0000
commit8ea8b1ee480bd7efe3eb936fb2f039f518417fa5 (patch)
tree2790f1c9909c1ef42dd2d80db12fa306ca743864 /gdk/gdkkeys.c
parentb38f2c127cf556cd9eaec1be6ad6c325bfcafbd4 (diff)
downloadgtk+-8ea8b1ee480bd7efe3eb936fb2f039f518417fa5.tar.gz
Typo fixes and small doc improvements
svn path=/trunk/; revision=21929
Diffstat (limited to 'gdk/gdkkeys.c')
-rw-r--r--gdk/gdkkeys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c
index d3e4d1b8f3..130dbac608 100644
--- a/gdk/gdkkeys.c
+++ b/gdk/gdkkeys.c
@@ -88,8 +88,8 @@ gdk_keymap_class_init (GdkKeymapClass *klass)
* @keymap: the object on which the signal is emitted
*
* The ::state-changed signal is emitted when the state of the
- * keyboard changes, e.g when the Caps Lock is turned on or off.
- * See gdk_keyboard_get_caps_lock_state().
+ * keyboard changes, e.g when Caps Lock is turned on or off.
+ * See gdk_keymap_get_caps_lock_state().
*
* Since: 2.16
*/