Fix comment typo

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-09-11 12:01:05 +10:00
parent dab889781b
commit 37a69d5675

View 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 */
};