mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-31 02:32:13 +00:00
chore: clean up typos
This commit is contained in:
@@ -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 = .{};
|
||||
|
||||
Reference in New Issue
Block a user