Blame SOURCES/0073-multipath.conf-fix-typo-in-checker_timeout-descripti.patch

50e627
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
50e627
From: Benjamin Marzinski <bmarzins@redhat.com>
50e627
Date: Thu, 15 Jul 2021 14:48:15 -0500
50e627
Subject: [PATCH] multipath.conf: fix typo in checker_timeout description
50e627
50e627
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
50e627
---
50e627
 multipath/multipath.conf.5 | 2 +-
50e627
 1 file changed, 1 insertion(+), 1 deletion(-)
50e627
50e627
diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
50e627
index 6da15aad..0c04c7e4 100644
50e627
--- a/multipath/multipath.conf.5
50e627
+++ b/multipath/multipath.conf.5
50e627
@@ -638,7 +638,7 @@ Specify the timeout to use for path checkers and prioritizers, in seconds.
50e627
 Only prioritizers that issue scsi commands use checker_timeout. Checkers
50e627
 that support an asynchronous mode (\fItur\fR and \fIdirectio\fR), will
50e627
 return shortly after being called by multipathd, regardless of whether the
50e627
-storage array responds. If the storage array hasn't responded, mulitpathd will
50e627
+storage array responds. If the storage array hasn't responded, multipathd will
50e627
 check for a response every second, until \fIchecker_timeout\fR seconds have
50e627
 elapsed.
50e627
 .RS