From: Peter Hutterer Date: Wed, 11 Sep 2013 02:01:05 +0000 (+1000) Subject: Fix comment typo X-Git-Tag: libevdev-0.4~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37a69d5675c7b1b7569a0329d5703c8dd53999f6;p=platform%2Fupstream%2Flibevdev.git Fix comment typo Signed-off-by: Peter Hutterer --- 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 */ };