[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/interfaces.py Typo.

Christian Theune ct at gocept.com
Fri Dec 19 02:22:52 EST 2008


Log message for revision 94187:
  Typo.
  

Changed:
  U   ZODB/trunk/src/ZODB/interfaces.py

-=-
Modified: ZODB/trunk/src/ZODB/interfaces.py
===================================================================
--- ZODB/trunk/src/ZODB/interfaces.py	2008-12-19 03:51:02 UTC (rev 94186)
+++ ZODB/trunk/src/ZODB/interfaces.py	2008-12-19 07:22:51 UTC (rev 94187)
@@ -703,13 +703,13 @@
         Changes must be made permanent at this point.
 
         This call is ignored if the storage isn't participating in
-        two-phase commit or if it is commiting a different
+        two-phase commit or if it is committing a different
         transaction.  Failure of this method is extremely serious.
 
         The second argument is a call-back function that must be
         called while the storage transaction lock is held.  It takes
         the new transaction id generated by the transaction.
-        
+
         """
 
     def tpc_vote(transaction):



More information about the Zodb-checkins mailing list