pull/11778/head
Mitchell Hashimoto 2026-03-23 09:17:34 -07:00
parent 51f878417f
commit 409f05c927
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const Key = @import("key.zig").Key;
const help_strings = @import("help_strings");
const formatter = @import("formatter.zig");
// IMPORTANT: This is in a seperate file from formatter.zig because it
// IMPORTANT: This is in a separate file from formatter.zig because it
// puts a build-time dependency on Config.zig which brings in too much
// into libghostty-vt tests which reference some formattable types.