]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
esp: fix typo 23562/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 30 May 2022 16:16:41 +0000 (01:16 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 30 May 2022 16:17:34 +0000 (01:17 +0900)
Follow-up for 13d7c841a24f784995a000230706f259c4baec96.

src/shared/find-esp.c

index 09c09c8e7e88298e85dbebb3b3d5513f93ebbde3..41eb644aa5423e8a7867a4cdbc54b5bc1e3c9968 100644 (file)
@@ -584,7 +584,7 @@ static int verify_xbootldr_udev(
                                         d,
                                         searching ? LOG_DEBUG : LOG_ERR,
                                         searching ? SYNTHETIC_ERRNO(EADDRNOTAVAIL) : SYNTHETIC_ERRNO(ENODEV),
-                                        "Parition has wrong ID_PART_ENTRY_TYPE=%s for XBOOTLDR partition.", v);
+                                        "Partition has wrong ID_PART_ENTRY_TYPE=%s for XBOOTLDR partition.", v);
 
                 r = sd_device_get_property_value(d, "ID_PART_ENTRY_UUID", &v);
                 if (r < 0)