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

cca0c4
From 850fbd8b0dcc728653993661b92349f3eb2b39a6 Mon Sep 17 00:00:00 2001
cca0c4
From: Robert Marshall <rmarshall@redhat.com>
cca0c4
Date: Tue, 28 Jun 2016 16:26:32 -0400
cca0c4
Subject: [PATCH 27/55] Fix inline help typo (#1232168)
cca0c4
cca0c4
Discovered a typo while synchronizing the inline help with the man pages
cca0c4
and fixed it.
cca0c4
cca0c4
Related: rhbz#1232168
cca0c4
---
cca0c4
 grubby.c | 2 +-
cca0c4
 1 file changed, 1 insertion(+), 1 deletion(-)
cca0c4
cca0c4
diff --git a/grubby.c b/grubby.c
cca0c4
index d889399449b..e2384c55898 100644
cca0c4
--- a/grubby.c
cca0c4
+++ b/grubby.c
cca0c4
@@ -4786,7 +4786,7 @@ int main(int argc, const char **argv)
cca0c4
 		 NULL},
cca0c4
 		{"boot-filesystem", 0, POPT_ARG_STRING, &bootPrefix, 0,
cca0c4
 		 _
cca0c4
-		 ("filestystem which contains /boot directory (for testing only)"),
cca0c4
+		 ("filesystem which contains /boot directory (for testing only)"),
cca0c4
 		 _("bootfs")},
cca0c4
 #if defined(__i386__) || defined(__x86_64__) || defined (__powerpc64__) || defined (__ia64__)
cca0c4
 		{"bootloader-probe", 0, POPT_ARG_NONE, &bootloaderProbe, 0,
cca0c4
-- 
cca0c4
2.17.1
cca0c4