From 294f16f76c9b5f6370a2662484f73cfeb1487c2f Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 2 Apr 2024 08:44:08 +0400 Subject: Fix typo in comment --- src/input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input.rs b/src/input.rs index 835c0b64..f8b753b8 100644 --- a/src/input.rs +++ b/src/input.rs @@ -1406,7 +1406,7 @@ impl State { // Move the mouse pointer here to avoid discontinuity. // // Plus, Wayland SDL2 currently warps the pointer into some weird - // location on proximity out, so this shuold help it a little. + // location on proximity out, so this should help it a little. if let Some(pos) = self.niri.tablet_cursor_location { self.move_cursor(pos); } -- cgit