projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f79f685
)
esp: fix typo
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Mon, 30 May 2022 16:16:41 +0000
(
01:16
+0900)
committer
Yu 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
patch
|
blob
|
history
diff --git
a/src/shared/find-esp.c
b/src/shared/find-esp.c
index 09c09c8e7e88298e85dbebb3b3d5513f93ebbde3..41eb644aa5423e8a7867a4cdbc54b5bc1e3c9968 100644
(file)
--- 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);
+ "Par
t
ition 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)