Blame SOURCES/0141-RHBZ-1303953-mpathpersist-typo.patch

4728c8
---
4728c8
 libmpathpersist/mpath_persist.c |    2 +-
4728c8
 1 file changed, 1 insertion(+), 1 deletion(-)
4728c8
4728c8
Index: multipath-tools-130222/libmpathpersist/mpath_persist.c
4728c8
===================================================================
4728c8
--- multipath-tools-130222.orig/libmpathpersist/mpath_persist.c
4728c8
+++ multipath-tools-130222/libmpathpersist/mpath_persist.c
4728c8
@@ -822,7 +822,7 @@ int update_map_pr(struct multipath *mpp)
4728c8
 	if (!mpp->reservation_key)
4728c8
 	{
4728c8
 		/* Nothing to do. Assuming pr mgmt feature is disabled*/
4728c8
-		condlog(3, "%s: reservation_key not set in multiapth.conf", mpp->alias);
4728c8
+		condlog(3, "%s: reservation_key not set in multipath.conf", mpp->alias);
4728c8
 		return MPATH_PR_SUCCESS;
4728c8
 	}
4728c8