mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
bootctl: fix typo (#4897)
This commit is contained in:
parent
b9495e8d58
commit
d6ccb4f942
@ -255,7 +255,7 @@ static int find_esp(uint32_t *part, uint64_t *pstart, uint64_t *psize, sd_id128_
|
||||
if (!arg_path)
|
||||
return log_oom();
|
||||
|
||||
log_info("Using EFI System Parition at %s.", path);
|
||||
log_info("Using EFI System Partition at %s.", path);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user