Fix a typo in the documentation
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 4 Dec 2013 09:46:50 +0000 (19:46 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 4 Dec 2013 21:53:10 +0000 (07:53 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.h

index 72b1419..93d3524 100644 (file)
@@ -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().
  *