]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
A typo fix in bootctl.c (#18106)
authorEndre Szabo <endreszabo@users.noreply.github.com>
Wed, 30 Dec 2020 03:10:24 +0000 (04:10 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Dec 2020 03:10:24 +0000 (12:10 +0900)
src/boot/bootctl.c

index 511b0105f33bdf3c667f32760d0b070540cc4caa..e7e8f5d94f3d6360fbeb3f6e9d98812b0e81e54d 100644 (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);