host/limine: Fix typo

This commit is contained in:
mintsuki 2023-07-10 18:57:06 +02:00
parent 93942a3334
commit 1f82dd89c7
1 changed files with 1 additions and 1 deletions

View File

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