From 08720a6d23d71c9b4fd8ae5324a205122e6809b9 Mon Sep 17 00:00:00 2001 From: Nadir Fejzic Date: Sat, 9 Nov 2024 12:49:53 +0100 Subject: [PATCH] chore: fix typo --- 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 aef589571..4cc943859 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -290,7 +290,7 @@ const c = @cImport({ /// Freetype load flags to enable. The format of this is a list of flags to /// enable separated by commas. If you prefix a flag with `no-` then it is /// disabled. If you omit a flag, it's default value is used, so you must -/// explicitely disable flags you don't want. You can also use `true` or `false` +/// explicitly disable flags you don't want. You can also use `true` or `false` /// to turn all flags on or off. /// /// Available flags: