From: Endre Szabo Date: Wed, 30 Dec 2020 03:10:24 +0000 (+0100) Subject: A typo fix in bootctl.c (#18106) X-Git-Tag: v248-rc1~445 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e516e4c0535ec952f58f9484c95c857b9aabcfd;p=thirdparty%2Fsystemd.git A typo fix in bootctl.c (#18106) --- diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index 511b0105f33..e7e8f5d94f3 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);