From 84713ac15b9ffed722ed019aea4bb572dbfb3bb6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 17 Jul 2015 11:02:34 +1000 Subject: [PATCH] touchpad: fix typo Signed-off-by: Peter Hutterer --- 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 92023798..ef94d463 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -616,7 +616,7 @@ tp_thumb_detect(struct tp_dispatch *tp, struct tp_touch *t) return; /* Note: a thumb at the edge of the touchpad won't trigger the - * threshold, the surface areas is usually too small. + * threshold, the surface area is usually too small. */ if (t->pressure < tp->thumb.threshold) return;