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

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