From 37a69d5675c7b1b7569a0329d5703c8dd53999f6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 11 Sep 2013 12:01:05 +1000 Subject: [PATCH] Fix comment typo 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 d31a6b3..2e8af10 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -356,7 +356,7 @@ void libevdev_free(struct libevdev *dev); * @ingroup init */ enum libevdev_log_priority { - LIBEVDEV_LOG_ERROR = 10, /**< cricitical errors and application bugs */ + LIBEVDEV_LOG_ERROR = 10, /**< critical errors and application bugs */ LIBEVDEV_LOG_INFO = 20, /**< informational messages */ LIBEVDEV_LOG_DEBUG = 30, /**< debug information */ }; -- 2.7.4