summaryrefslogtreecommitdiff
path: root/atspi/atspi-device.c
diff options
context:
space:
mode:
authorHarald Sitter <sitter@kde.org>2023-03-06 18:30:41 +0100
committerHarald Sitter <sitter@kde.org>2023-03-06 18:30:41 +0100
commit1c66257f0e04c0ad43da3992b15aef3d7d4c36c2 (patch)
tree7b02d68036e2f8d2d86628cffef6cb80bd11f801 /atspi/atspi-device.c
parentf7fdcb9ddb054724657794b2ee944dcf53fe77db (diff)
downloadat-spi2-core-1c66257f0e04c0ad43da3992b15aef3d7d4c36c2.tar.gz
typos--
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.