diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2016-12-16 15:41:31 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-12-16 15:41:31 +0100 |
commit | d6ccb4f9428102ac784f8ebd5d937d5363146c1d (patch) | |
tree | e88fb79d60ac882091373d0ec60da96a807f4ad3 /src/boot | |
parent | b9495e8d58a87fc003cb55786b2cf9b2b9c7a65e (diff) |
bootctl: fix typo (#4897)
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/bootctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index dc11b0d9db..b747a95133 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -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; } |