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

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