From 0f67549e041986c7aba33a96285a0341d1e93027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 11 Oct 2020 18:22:29 +0200 Subject: [PATCH] =?UTF-8?q?input:=20comment:=20=E2=80=98fast=E2=80=99=20->?= =?UTF-8?q?=20=E2=80=98faster=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.c b/input.c index a486ca8b..c5d6b662 100644 --- a/input.c +++ b/input.c @@ -1343,7 +1343,7 @@ wl_pointer_motion(void *data, struct wl_pointer *wl_pointer, * * The speed of the scrolling is proportional to the * distance between the mouse and the grid; the - * further away the mouse is, the fast we scroll. + * further away the mouse is, the faster we scroll. * * Note that the speed is measures in ‘intervals (in * ns) between each timed scroll of a single line’.