A typo fix in bootctl.c (#18106)

This commit is contained in:
Endre Szabo 2020-12-30 04:10:24 +01:00 committed by GitHub
parent 2be7c6ab3b
commit 9e516e4c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1257,7 +1257,7 @@ static int verb_status(int argc, char *argv[], void *userdata) {
print_yes_no_line(false, have_bootloader_esp_uuid, "Boot loader sets ESP partition information");
if (have_bootloader_esp_uuid && !sd_id128_equal(esp_uuid, bootloader_esp_uuid))
printf("WARNING: The boot loader reports different ESP UUID then detected!\n");
printf("WARNING: The boot loader reports a different ESP UUID than detected!\n");
if (stub)
printf(" Stub: %s\n", stub);