From a493ea5d07845772466f77b08a313fc2dba3ab23 Mon Sep 17 00:00:00 2001 From: Bennett Hardwick Date: Sun, 16 Sep 2018 08:15:44 +0000 Subject: [PATCH] Updated: jumping cursor documentation link --- src/evdev-mt-touchpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index afdd3e9d..1670ff2a 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -1741,7 +1741,7 @@ tp_process_state(struct tp_dispatch *tp, uint64_t time) if (!tp->semi_mt) evdev_log_bug_kernel(tp->device, "Touch jump detected and discarded.\n" - "See %stouchpad-jumping-cursor.html for details\n", + "See %stouchpad-jumping-cursors.html for details\n", HTTP_DOC_LINK); tp_motion_history_reset(t); }