Blame SOURCES/0058-Fix-inline-help-typo-1232168.patch

11b490
From e016fa8fdcd15b9db94b847de6b09b369e5805b6 Mon Sep 17 00:00:00 2001
11b490
From: Robert Marshall <rmarshall@redhat.com>
11b490
Date: Fri, 1 Jul 2016 15:19:24 -0400
11b490
Subject: [PATCH 58/60] Fix inline help typo (#1232168)
11b490
11b490
Discovered a typo while synchronizing the inline help with the man pages
11b490
and fixed it.
11b490
11b490
Related: rhbz#1232168
11b490
---
11b490
 grubby.c | 2 +-
11b490
 1 file changed, 1 insertion(+), 1 deletion(-)
11b490
11b490
diff --git a/grubby.c b/grubby.c
11b490
index c379388..ab2c025 100644
11b490
--- a/grubby.c
11b490
+++ b/grubby.c
11b490
@@ -4824,7 +4824,7 @@ int main(int argc, const char **argv)
11b490
 		 NULL},
11b490
 		{"boot-filesystem", 0, POPT_ARG_STRING, &bootPrefix, 0,
11b490
 		 _
11b490
-		 ("filestystem which contains /boot directory (for testing only)"),
11b490
+		 ("filesystem which contains /boot directory (for testing only)"),
11b490
 		 _("bootfs")},
11b490
 #if defined(__i386__) || defined(__x86_64__) || defined (__powerpc64__) || defined (__ia64__)
11b490
 		{"bootloader-probe", 0, POPT_ARG_NONE, &bootloaderProbe, 0,
11b490
-- 
11b490
2.5.5
11b490