84b277
From 5f9893fe56014642bbdb2d15eb829e3447dac265 Mon Sep 17 00:00:00 2001
84b277
From: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
84b277
Date: Wed, 6 Nov 2013 00:29:49 +0100
84b277
Subject: [PATCH] bootctl: typo fix in help message
84b277
84b277
(cherry-picked from 82de16f92ca5259e9ddb4f328f086cb6a9f043b0)
84b277
84b277
Resolves: #1147524
84b277
---
84b277
 src/boot/bootctl.c | 2 +-
84b277
 1 file changed, 1 insertion(+), 1 deletion(-)
84b277
84b277
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
84b277
index af694fd..d25ddef 100644
84b277
--- a/src/boot/bootctl.c
84b277
+++ b/src/boot/bootctl.c
84b277
@@ -34,7 +34,7 @@
84b277
 
84b277
 static int help(void) {
84b277
         printf("%s [OPTIONS...] COMMAND ...\n\n"
84b277
-               "Query or change firmware and boot mananger settings.\n\n"
84b277
+               "Query or change firmware and boot manager settings.\n\n"
84b277
                "  -h --help              Show this help\n"
84b277
                "     --version           Show package version\n"
84b277
                "Commands:\n"