From 1f82dd89c70bc31ee09403abbb60b3fa95b3e6f6 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Mon, 10 Jul 2023 18:57:06 +0200 Subject: [PATCH] host/limine: Fix typo --- host/limine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \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");