mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 16:10:07 +01:00
evdev: fix typo in log message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 58b89fbf2e)
This commit is contained in:
parent
2d243cc8a9
commit
c17ab4dacd
1 changed files with 1 additions and 1 deletions
|
|
@ -2617,7 +2617,7 @@ evdev_configure_device(struct evdev_device *device)
|
|||
|
||||
if (udev_tags & EVDEV_UDEV_TAG_TOUCHPAD) {
|
||||
dispatch = evdev_mt_touchpad_create(device);
|
||||
evdev_log_info(device, "device is a atouchpad\n");
|
||||
evdev_log_info(device, "device is a touchpad\n");
|
||||
return dispatch;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue