Blame SOURCES/bz1920947-fence_redfish-3-fix-typo.patch

6e6885
From 753e126d0b642159b3e936de76a814f753f0d918 Mon Sep 17 00:00:00 2001
6e6885
From: Jeffrey Cutter <jcutter@redhat.com>
6e6885
Date: Mon, 16 Nov 2020 14:29:30 -0500
6e6885
Subject: [PATCH] fence_redfish: Fix typo in help.
6e6885
6e6885
---
6e6885
 agents/redfish/fence_redfish.py | 2 +-
6e6885
 1 file changed, 1 insertion(+), 1 deletion(-)
6e6885
6e6885
diff --git a/agents/redfish/fence_redfish.py b/agents/redfish/fence_redfish.py
6e6885
index c7c6492c6..1b259576e 100644
6e6885
--- a/agents/redfish/fence_redfish.py
6e6885
+++ b/agents/redfish/fence_redfish.py
6e6885
@@ -102,7 +102,7 @@ def define_new_opts():
6e6885
     all_opt["redfish-uri"] = {
6e6885
         "getopt" : ":",
6e6885
         "longopt" : "redfish-uri",
6e6885
-        "help" : "--redfish-uri=[uri]            Base or starting Redifsh URI",
6e6885
+        "help" : "--redfish-uri=[uri]            Base or starting Redfish URI",
6e6885
         "required" : "0",
6e6885
         "default" : "/redfish/v1",
6e6885
         "shortdesc" : "Base or starting Redfish URI",