fallback: fix a comment typo
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 5 Feb 2019 23:05:48 +0000 (09:05 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 5 Feb 2019 23:38:29 +0000 (09:38 +1000)
src/evdev-fallback.c

index 9d15a91..3470a77 100644 (file)
@@ -903,7 +903,7 @@ fallback_flush_mt_events(struct fallback_dispatch *dispatch,
 
                /* Any palm state other than PALM_NEW means we've either
                 * already cancelled the touch or the touch was never
-                * a finger anyway and we didn't send the being.
+                * a finger anyway and we didn't send the begin.
                 */
                if (slot->palm_state == PALM_NEW) {
                        if (slot->state != SLOT_STATE_BEGIN)