From: jouyouyun Date: Mon, 3 Nov 2025 06:17:35 +0000 (+0800) Subject: bootctl: fix typo X-Git-Tag: v259-rc1~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49ca2d87780354c5bb791da06b926111b4522450;p=thirdparty%2Fsystemd.git bootctl: fix typo --- diff --git a/src/bootctl/bootctl-status.c b/src/bootctl/bootctl-status.c index 436f2099b23..bfd0ced9051 100644 --- a/src/bootctl/bootctl-status.c +++ b/src/bootctl/bootctl-status.c @@ -572,7 +572,7 @@ int verb_status(int argc, char *argv[], void *userdata) { * to _either_ of them, print a warning. */ if (!sd_id128_is_null(esp_uuid) && !sd_id128_equal(stub_partition_uuid, esp_uuid) && !sd_id128_is_null(xbootldr_uuid) && !sd_id128_equal(stub_partition_uuid, xbootldr_uuid)) - printf("WARNING: The stub loader reports a different UUID than the detected ESP and XBOOTDLR partitions " + printf("WARNING: The stub loader reports a different UUID than the detected ESP and XBOOTLDR partitions " "("SD_ID128_UUID_FORMAT_STR" vs. "SD_ID128_UUID_FORMAT_STR"/"SD_ID128_UUID_FORMAT_STR")!\n", SD_ID128_FORMAT_VAL(stub_partition_uuid), SD_ID128_FORMAT_VAL(esp_uuid),