host/limine-enroll-config: Fix typo

This commit is contained in:
mintsuki 2023-07-26 17:00:36 -05:00
parent eda35f4e9b
commit 5c13284558
1 changed files with 1 additions and 1 deletions

View File

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