Skip to content

Commit

Permalink
host/limine: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jul 10, 2023
1 parent 93942a3 commit 94a19a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/limine.c
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ static int bios_install(int argc, char *argv[]) {
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");
Expand Down

0 comments on commit 94a19a5

Please sign in to comment.