[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/testFileStorage.py
Fixed a typo.
Jim Fulton
jim at zope.com
Fri May 11 16:04:19 EDT 2007
Log message for revision 75689:
Fixed a typo.
Changed:
U ZODB/trunk/src/ZODB/tests/testFileStorage.py
-=-
Modified: ZODB/trunk/src/ZODB/tests/testFileStorage.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/testFileStorage.py 2007-05-11 20:04:14 UTC (rev 75688)
+++ ZODB/trunk/src/ZODB/tests/testFileStorage.py 2007-05-11 20:04:17 UTC (rev 75689)
@@ -483,7 +483,7 @@
def lastInvalidations():
"""
-The last invalidations method is used by a storage server to pupulate
+The last invalidations method is used by a storage server to populate
it's data structure of recent invalidations. The lastInvalidations
method is passed a count and must return up to count number of the
most recent transactions.
More information about the Zodb-checkins
mailing list