aboutsummaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
Diffstat (limited to 'src/input')
-rw-r--r--src/input/mod.rs2
1 files changed, 1 insertions, 1 deletions
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,