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

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