]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootctl: fix typo
authorjouyouyun <yanbowen@uniontech.com>
Mon, 3 Nov 2025 06:17:35 +0000 (14:17 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 3 Nov 2025 10:30:42 +0000 (11:30 +0100)
src/bootctl/bootctl-status.c

index 436f2099b2377a5560ae229ac8289588f2d1e8da..bfd0ced905159581875dcf1bc5a5689ad28a323d 100644 (file)
@@ -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),