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