From 14af49ab3914b2b687d07d66270d039311d555d3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 4 Dec 2013 19:46:50 +1000 Subject: [PATCH] Fix a typo in the documentation Signed-off-by: Peter Hutterer --- libevdev/libevdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(). * -- 2.7.4