diff options
author | Endre Szabo <endreszabo@users.noreply.github.com> | 2020-12-30 04:10:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 04:10:24 +0100 |
commit | 9e516e4c0535ec952f58f9484c95c857b9aabcfd (patch) | |
tree | f5029a27300376cab088af05449025aa3958e058 /src/boot/bootctl.c | |
parent | Merge pull request #17477 from yuwata/network-drop-serialization-routing-poli... (diff) | |
download | systemd-9e516e4c0535ec952f58f9484c95c857b9aabcfd.tar.xz systemd-9e516e4c0535ec952f58f9484c95c857b9aabcfd.zip |
A typo fix in bootctl.c (#18106)
Diffstat (limited to 'src/boot/bootctl.c')
-rw-r--r-- | src/boot/bootctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |