From: Lucas Werkmeister Date: Fri, 16 Dec 2016 14:41:31 +0000 (+0100) Subject: bootctl: fix typo (#4897) X-Git-Tag: v233~314 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6ccb4f9428102ac784f8ebd5d937d5363146c1d;p=thirdparty%2Fsystemd.git bootctl: fix typo (#4897) --- diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index dc11b0d9dbf..b747a95133c 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; }