[pypy-svn] r13160 - pypy/dist/pypy/tool/pytest

ale at codespeak.net ale at codespeak.net
Tue Jun 7 19:17:40 CEST 2005


Author: ale
Date: Tue Jun  7 19:17:39 2005
New Revision: 13160

Modified:
   pypy/dist/pypy/tool/pytest/result.py
Log:
typo

Modified: pypy/dist/pypy/tool/pytest/result.py
==============================================================================
--- pypy/dist/pypy/tool/pytest/result.py	(original)
+++ pypy/dist/pypy/tool/pytest/result.py	Tue Jun  7 19:17:39 2005
@@ -36,7 +36,7 @@
     def repr_short_error(self): 
         if not self.isok(): 
             if 'reportdiff' in self._blocks: 
-                return "output comaprison failed, see reportdiff"
+                return "output comparison failed, see reportdiff"
             else: 
                 text = self.getnamedtext('stderr') 
                 lines = text.strip().split('\n')



More information about the Pypy-commit mailing list