summaryrefslogtreecommitdiff
path: root/atspi/atspi-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'atspi/atspi-device.c')
-rw-r--r--atspi/atspi-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-device.c b/atspi/atspi-device.c
index 555c01ee..7b1bbf94 100644
--- a/atspi/atspi-device.c
+++ b/atspi/atspi-device.c
@@ -344,7 +344,7 @@ atspi_device_unmap_modifier (AtspiDevice *device, gint keycode)
* @device: the device.
* @keycode: the keycode to map.
*
- * Gets the modifier for a given keycode, if one exists. Does not creatt a new
+ * Gets the modifier for a given keycode, if one exists. Does not create a new
* mapping. This function should be used when the intention is to query a
* locking modifier such as num lock via atspi_device_get_locked_modifiers,
* rather than to add key grabs.