From b3d621e2789c0c5d5ae2c2bc932ecf1bf92a00bd Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 21 Apr 2014 19:20:39 +0200 Subject: [PATCH] Fix doc typo Signed-off-by: Carlos Garnacho Signed-off-by: Peter Hutterer --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index fb297e3a..e0892cc9 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -59,7 +59,7 @@ enum libinput_log_priority { * * Capabilities on a device. A device may have one or more capabilities * at a time, and capabilities may appear or disappear during the - * lifteime of the device. + * lifetime of the device. */ enum libinput_device_capability { LIBINPUT_DEVICE_CAP_KEYBOARD = 0,