From 409f05c92750e94c376b0c42ae7c70b2d9fbd62c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 23 Mar 2026 09:17:34 -0700 Subject: [PATCH] typos --- src/config/formatter_file.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/formatter_file.zig b/src/config/formatter_file.zig index 4bc44c0e5..37beb7b54 100644 --- a/src/config/formatter_file.zig +++ b/src/config/formatter_file.zig @@ -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.