From 00f642a28f3da30287cfa3080f17cf981727802a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 18 Aug 2024 19:34:11 -0700 Subject: [PATCH] typos --- src/config/theme.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/theme.zig b/src/config/theme.zig index 0054ae089..fdb5dd08a 100644 --- a/src/config/theme.zig +++ b/src/config/theme.zig @@ -35,7 +35,7 @@ pub const Location = enum { arena_alloc, .{ .subdir = subdir }, ) catch |err| { - // We need to do some comptime trick sot get the right + // We need to do some comptime tricks to get the right // error set since some platforms don't support some // error types. const Error = @TypeOf(err) || switch (builtin.os.tag) {