mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-30 18:50:09 +01:00
Fix comment typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
dab889781b
commit
37a69d5675
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue