From 4b9ad76a8132412b2072aa859551b2aa163b7d6a Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Fri, 3 Jan 2025 18:44:41 +0000 Subject: [PATCH] typo in Config.zig --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index e1a7483ea..8283c2a22 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -2916,7 +2916,7 @@ pub fn loadCliArgs(self: *Config, alloc_gpa: Allocator) !void { self.@"config-default-files" = true; // Keep track of the replay steps up to this point so we - // can replay if we are disgarding the default files. + // can replay if we are discarding the default files. const replay_len_start = self._replay_steps.items.len; // Keep track of font families because if they are set from the CLI