1
0
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:
Lucas Werkmeister 2016-12-16 15:41:31 +01:00 committed by Martin Pitt
parent b9495e8d58
commit d6ccb4f942

View File

@ -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;
}