[Zodb-checkins] CVS: ZODB3/BDBStorage - BDBFullStorage.py:1.71.2.4

Tim Peters tim.one at comcast.net
Fri Sep 12 16:55:31 EDT 2003


Update of /cvs-repository/ZODB3/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv31171/BDBStorage

Modified Files:
      Tag: ZODB3-3_2-branch
	BDBFullStorage.py 
Log Message:
Fixed typo in comment.


=== ZODB3/BDBStorage/BDBFullStorage.py 1.71.2.3 => 1.71.2.4 ===
--- ZODB3/BDBStorage/BDBFullStorage.py:1.71.2.3	Fri Sep 12 16:31:46 2003
+++ ZODB3/BDBStorage/BDBFullStorage.py	Fri Sep 12 16:55:30 2003
@@ -339,7 +339,7 @@
                 self._metadata.delete(revid, txn=txn)
                 # If the transaction performed an operation that did not
                 # write a new pickle, e.g. a version operation or undo,
-                # there will be metadate but no pickle.
+                # there will be metadata but no pickle.
                 try:
                     self._pickles.delete(revid, txn=txn)
                 except db.DBNotFoundError:




More information about the Zodb-checkins mailing list