diff options
| author | Łukasz Niemier <lukasz@niemier.pl> | 2024-08-05 13:56:57 +0200 |
|---|---|---|
| committer | Łukasz Niemier <lukasz@niemier.pl> | 2024-08-05 13:56:57 +0200 |
| commit | f9be02a20f9f77649efad3f6fda3dd15639ef252 (patch) | |
| tree | 36e55ace910ec449a57787887bccf95e3f2bf027 /src/input/KeyEncoder.zig | |
| parent | 1b386faee977abb532626ec03197d396ad5fa253 (diff) | |
chore: clean up typos
Diffstat (limited to 'src/input/KeyEncoder.zig')
| -rw-r--r-- | src/input/KeyEncoder.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/KeyEncoder.zig b/src/input/KeyEncoder.zig index 8d056b932..9236eacec 100644 --- a/src/input/KeyEncoder.zig +++ b/src/input/KeyEncoder.zig @@ -692,7 +692,7 @@ const CsiUMods = packed struct(u3) { return raw + 1; } - test "modifer sequence values" { + test "modifier sequence values" { // This is all sort of trivially seen by looking at the code but // we want to make sure we never regress this. var mods: CsiUMods = .{}; @@ -775,7 +775,7 @@ const KittyMods = packed struct(u8) { return raw + 1; } - test "modifer sequence values" { + test "modifier sequence values" { // This is all sort of trivially seen by looking at the code but // we want to make sure we never regress this. var mods: KittyMods = .{}; |
