[py-svn] r58113 - py/trunk/contrib/filelog/test

pedronis at codespeak.net pedronis at codespeak.net
Sat Sep 13 16:48:57 CEST 2008


Author: pedronis
Date: Sat Sep 13 16:48:56 2008
New Revision: 58113

Modified:
   py/trunk/contrib/filelog/test/test_filelog.py
Log:
typo



Modified: py/trunk/contrib/filelog/test/test_filelog.py
==============================================================================
--- py/trunk/contrib/filelog/test/test_filelog.py	(original)
+++ py/trunk/contrib/filelog/test/test_filelog.py	Sat Sep 13 16:48:56 2008
@@ -3,7 +3,7 @@
 try:
     from filelog import session
 except ImportError:
-    # convenience, make these tests runnable where fielog lives under pypy
+    # convenience, make these tests runnable where filelog lives under pypy
     from pypy.tool.pytest.filelog import session
     
 import os, StringIO



More information about the pytest-commit mailing list