diff options
| author | bbb651 <bar.ye651@gmail.com> | 2025-01-29 23:43:25 +0200 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-01-30 07:18:42 +0300 |
| commit | 34679c75a4735b11a0a42509201e6ea57f260e27 (patch) | |
| tree | 811269708423f6c5da187dcbea0d3d1e851b4f43 /src/input | |
| parent | 1d3820a064f1f3b686eb6e8a1aab155681a96457 (diff) | |
| download | niri-34679c75a4735b11a0a42509201e6ea57f260e27.tar.gz niri-34679c75a4735b11a0a42509201e6ea57f260e27.tar.bz2 niri-34679c75a4735b11a0a42509201e6ea57f260e27.zip | |
misc: Fix typos
Using [`typos`](https://github.com/crate-ci/typos) cli
Diffstat (limited to 'src/input')
| -rw-r--r-- | src/input/mod.rs | 2 |
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, |
