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");
