Fix typo in comment
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 13 Dec 2013 04:40:33 +0000 (14:40 +1000)
committerJonas Ådahl <jadahl@gmail.com>
Sat, 21 Dec 2013 11:10:38 +0000 (12:10 +0100)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-touchpad.c

index 778dcf9..c12c442 100644 (file)
@@ -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,