This commit is contained in:
Mitchell Hashimoto
2026-03-23 09:17:34 -07:00
parent 51f878417f
commit 409f05c927

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.