Fix comment typo
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 11 Sep 2013 02:01:05 +0000 (12:01 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 11 Sep 2013 02:06:08 +0000 (12:06 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.h

index d31a6b3..2e8af10 100644 (file)
@@ -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 */
 };