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

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