[Zope-Checkins] CVS: ZODB3/BDBStorage - BDBFullStorage.py:1.44.4.8.4.2

Tim Peters tim.one at comcast.net
Fri Sep 12 17:33:36 EDT 2003


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

Modified Files:
      Tag: Zope-2_6-branch
	BDBFullStorage.py 
Log Message:
Repaired typo in comment, mostly to squash a gratuitous difference with
the ZODB3 3.2 branch.


=== ZODB3/BDBStorage/BDBFullStorage.py 1.44.4.8.4.1 => 1.44.4.8.4.2 ===
--- ZODB3/BDBStorage/BDBFullStorage.py:1.44.4.8.4.1	Fri Sep 12 17:09:23 2003
+++ ZODB3/BDBStorage/BDBFullStorage.py	Fri Sep 12 17:33:36 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 Zope-Checkins mailing list