[Zodb-checkins] SVN: ZODB/branches/3.8/src/ZEO/ClientStorage.py Fixed typo in error string.
Jim Fulton
jim at zope.com
Sat Aug 23 13:53:58 EDT 2008
Log message for revision 90146:
Fixed typo in error string.
Changed:
U ZODB/branches/3.8/src/ZEO/ClientStorage.py
-=-
Modified: ZODB/branches/3.8/src/ZEO/ClientStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/ClientStorage.py 2008-08-23 12:40:22 UTC (rev 90145)
+++ ZODB/branches/3.8/src/ZEO/ClientStorage.py 2008-08-23 17:53:57 UTC (rev 90146)
@@ -1220,7 +1220,7 @@
self.finish_verification()
return "no verification"
elif ltid < last_inval_tid:
- message = "Client has seen newer trasnactions than server!"
+ message = "Client has seen newer transactions than server!"
log2(message, level=logging.CRITICAL)
raise ClientStorageError(message)
More information about the Zodb-checkins
mailing list