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

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