mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 14:00:29 +01:00
evdev: fix typo in log message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6ba530f2d8
commit
58b89fbf2e
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