[Checkins] SVN: zope.error/trunk/src/zope/error/tests.py Fix a typo.

Martijn Faassen faassen at infrae.com
Fri Jan 30 06:27:03 EST 2009


Log message for revision 95544:
  Fix a typo.
  

Changed:
  U   zope.error/trunk/src/zope/error/tests.py

-=-
Modified: zope.error/trunk/src/zope/error/tests.py
===================================================================
--- zope.error/trunk/src/zope/error/tests.py	2009-01-30 11:22:02 UTC (rev 95543)
+++ zope.error/trunk/src/zope/error/tests.py	2009-01-30 11:27:03 UTC (rev 95544)
@@ -40,7 +40,7 @@
 
 class ErrorReportingUtilityTests(PlacelessSetup, unittest.TestCase):
 
-    def test_checkForEmpryLog(self):
+    def test_checkForEmptyLog(self):
         # Test Check Empty Log
         errUtility = ErrorReportingUtility()
         getProp = errUtility.getLogEntries()



More information about the Checkins mailing list