summaryrefslogtreecommitdiff
path: root/atspi/atspi-registry.c
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-12-21 17:27:26 -0500
committerMike Gorse <mgorse@novell.com>2010-12-21 17:27:26 -0500
commitdc111c3d341e267cca49dcb6ed37084840c3f669 (patch)
treeaed259ce76008af8bf71cb720b305895a4862a15 /atspi/atspi-registry.c
parentde1be6e2a562c77aff988cd2c16927b680afe9b7 (diff)
downloadat-spi2-core-dc111c3d341e267cca49dcb6ed37084840c3f669.tar.gz
Fix a few warnings and documentation issues
Diffstat (limited to 'atspi/atspi-registry.c')
-rw-r--r--atspi/atspi-registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-registry.c b/atspi/atspi-registry.c
index 86bde7d9..84bd4d88 100644
--- a/atspi/atspi-registry.c
+++ b/atspi/atspi-registry.c
@@ -106,7 +106,7 @@ atspi_get_desktop_list ()
* events with multiple modifier combinations you must call
* register_keystroke_listener() once for each
* combination.
- * @eventmask: an #AtspiKeyMaskType mask indicating which
+ * @modmask: an #AtspiKeyMaskType mask indicating which
* types of key events are requested (#ATSPI_KEY_PRESSED, etc.).
* @sync_type: a #AtspiKeyListenerSyncType parameter indicating
* the behavior of the notification/listener transaction.