diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index 511b0105f3..e7e8f5d94f 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -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);