From 5473bc61afaf61ab746fb7bba95d54521d71a19a Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 31 May 2022 01:16:41 +0900 Subject: [PATCH] esp: fix typo Follow-up for 13d7c841a24f784995a000230706f259c4baec96. --- src/shared/find-esp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/find-esp.c b/src/shared/find-esp.c index 09c09c8e7e8..41eb644aa54 100644 --- a/src/shared/find-esp.c +++ b/src/shared/find-esp.c @@ -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) -- 2.47.3