summaryrefslogtreecommitdiff
path: root/libevdev/libevdev.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-12-04 19:46:50 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-12-05 07:53:10 +1000
commit14af49ab3914b2b687d07d66270d039311d555d3 (patch)
tree482d5c1d829ecdad79f765962a7ae69e1b3ae117 /libevdev/libevdev.h
parentcc54b786a79ad997b8e86735350904e301bb7b31 (diff)
downloadlibevdev-14af49ab3914b2b687d07d66270d039311d555d3.tar.gz
Fix a typo in the documentation
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'libevdev/libevdev.h')
-rw-r--r--libevdev/libevdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h
index 72b1419..93d3524 100644
--- a/libevdev/libevdev.h
+++ b/libevdev/libevdev.h
@@ -225,7 +225,7 @@ extern "C" {
* Input properties
* ================
* If the kernel does not support input properties, specifically the
- * EVIOCGPROPS ioclt, libevdev does not expose input properties to the caller.
+ * EVIOCGPROPS ioctl, libevdev does not expose input properties to the caller.
* Specifically, libevdev_has_property() will always return 0 unless the
* property has been manually set with libevdev_enable_property().
*