From 34679c75a4735b11a0a42509201e6ea57f260e27 Mon Sep 17 00:00:00 2001 From: bbb651 Date: Wed, 29 Jan 2025 23:43:25 +0200 Subject: misc: Fix typos Using [`typos`](https://github.com/crate-ci/typos) cli --- src/input/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input') diff --git a/src/input/mod.rs b/src/input/mod.rs index 2604fd72..aea4b409 100644 --- a/src/input/mod.rs +++ b/src/input/mod.rs @@ -2973,7 +2973,7 @@ fn should_intercept_key( } } (_, false) => { - // By this point, we know that the key was supressed on press. Even if we're inhibiting + // By this point, we know that the key was suppressed on press. Even if we're inhibiting // shortcuts, we should still suppress the release. // But we don't need to check for shortcuts inhibition here, because // if it was inhibited on press (forwarded to the client), it wouldn't be suppressed, -- cgit