From db36a596fb649bb2ca217fd876bbf91c7335ed0a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 23 Aug 2024 20:00:34 -0700 Subject: [PATCH] typos --- 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 160e76dfb..10b2e9524 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -55,7 +55,7 @@ const c = @cImport({ /// will be searched for stylistic variants. If a stylistic variant is not /// found, Ghostty will use the regular style. This prevents falling back to a /// different font family just to get a style such as bold. This also applies -/// if you explictly speciy a font family for a style. For example, if you +/// if you explicitly specify a font family for a style. For example, if you /// set `font-family-bold = FooBar` and "FooBar" cannot be found, Ghostty will /// use whatever font is set for `font-family` for the bold style. ///