:: commit 5c13284558015caec60fc83b9ec46cbf8afe91ee

mintsuki <mintsuki@protonmail.com> — 2023-07-26 22:00

parents: eda35f4e9b

host/limine-enroll-config: Fix typo

diff --git a/host/limine-enroll-config.c b/host/limine-enroll-config.c
index 7e173970..9f0f3ea9 100644
--- a/host/limine-enroll-config.c
+++ b/host/limine-enroll-config.c
@@ -14,7 +14,7 @@
 static void usage(const char *name) {
     printf("Usage: %s <Limine executable> <BLAKE2B of config file>\n", name);
     printf("\n");
-    printf("    --reset      Remove enrolled BLAKE2B, will not check config intergrity\n");
+    printf("    --reset      Remove enrolled BLAKE2B, will not check config integrity\n");
     printf("\n");
     printf("    --quiet      Do not print verbose diagnostic messages\n");
     printf("\n");
tab: 248 wrap: offon