From: Thomas Hindoe Paaboel Andersen Date: Tue, 5 Nov 2013 23:29:49 +0000 (+0100) Subject: bootctl: typo fix in help message X-Git-Tag: v209~1632 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=82de16f92ca5259e9ddb4f328f086cb6a9f043b0;ds=sidebyside bootctl: typo fix in help message --- diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index af694fdf6..d25ddef6e 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -34,7 +34,7 @@ static int help(void) { printf("%s [OPTIONS...] COMMAND ...\n\n" - "Query or change firmware and boot mananger settings.\n\n" + "Query or change firmware and boot manager settings.\n\n" " -h --help Show this help\n" " --version Show package version\n" "Commands:\n"