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

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