:: commit 1f82dd89c70bc31ee09403abbb60b3fa95b3e6f6

mintsuki <mintsuki@protonmail.com> — 2023-07-10 16:57

parents: 93942a3334

host/limine: Fix typo

diff --git a/host/limine.c b/host/limine.c
index d8a1baa1..3a0768a6 100644
--- a/host/limine.c
+++ b/host/limine.c
@@ -1002,7 +1002,7 @@ uninstall_mode_cleanup:
 static void enroll_config_usage(const char *name) {
     printf("Usage: %s enroll-config <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