mock mock.py,1.41,1.42

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Fri Apr 21 13:07:28 UTC 2006


Author: skvidal

Update of /cvs/fedora/mock
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21534

Modified Files:
	mock.py 
Log Message:
fix bug 189586
Thanks to mclasen for catching it




Index: mock.py
===================================================================
RCS file: /cvs/fedora/mock/mock.py,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- mock.py	12 Apr 2006 14:22:11 -0000	1.41
+++ mock.py	21 Apr 2006 13:07:26 -0000	1.42
@@ -229,7 +229,7 @@
         (retval, output) = self.do(command)
 
         if retval != 0:
-            raise YumError, "Error peforming yum command: %s" % command
+            raise YumError, "Error performing yum command: %s" % command
         
         return (retval, output)
         




More information about the scm-commits mailing list