From 727b21f3668c2133011a033b71aef27678ace34d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 13 Dec 2013 14:40:33 +1000 Subject: [PATCH] Fix typo in comment Signed-off-by: Peter Hutterer --- src/evdev-touchpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev-touchpad.c b/src/evdev-touchpad.c index 778dcf9b..c12c4426 100644 --- a/src/evdev-touchpad.c +++ b/src/evdev-touchpad.c @@ -500,7 +500,7 @@ touchpad_update_state(struct touchpad_dispatch *touchpad, uint32_t time) touchpad->event_mask_filter = TOUCHPAD_EVENT_ABSOLUTE_ANY; touchpad->event_mask = 0; - /* Avoid noice by moving center only when delta reaches a threshold + /* Avoid noise by moving center only when delta reaches a threshold * distance from the old center. */ if (touchpad->motion_count > 0) { center_x = hysteresis(touchpad->hw_abs.x,