From: Peter Hutterer Date: Wed, 4 Dec 2013 09:46:50 +0000 (+1000) Subject: Fix a typo in the documentation X-Git-Tag: libevdev-0.6~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14af49ab3914b2b687d07d66270d039311d555d3;p=platform%2Fupstream%2Flibevdev.git Fix a typo in the documentation Signed-off-by: Peter Hutterer --- 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(). *