From: Yu Watanabe Date: Mon, 30 May 2022 16:16:41 +0000 (+0900) Subject: esp: fix typo X-Git-Tag: v252-rc1~905^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23562%2Fhead;p=thirdparty%2Fsystemd.git esp: fix typo Follow-up for 13d7c841a24f784995a000230706f259c4baec96. --- 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)