summaryrefslogtreecommitdiff
path: root/src/shared/find-esp.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-05-31 01:16:41 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-05-31 01:17:34 +0900
commit5473bc61afaf61ab746fb7bba95d54521d71a19a (patch)
treef2ff06ddc18633e0d570dceb18eb17d88bf564c5 /src/shared/find-esp.c
parentf79f6856a2b5c1441993c46a68b6899f3cb02404 (diff)
downloadsystemd-5473bc61afaf61ab746fb7bba95d54521d71a19a.tar.gz
esp: fix typo
Follow-up for 13d7c841a24f784995a000230706f259c4baec96.
Diffstat (limited to 'src/shared/find-esp.c')
-rw-r--r--src/shared/find-esp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/find-esp.c b/src/shared/find-esp.c
index 09c09c8e7e..41eb644aa5 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)