[Zodb-checkins] CVS: Zope3/lib/python/Transaction - _defaultTransaction.py:1.6
   
    Florent Guillaume
     
    fg@nuxeo.com
       
    Thu, 3 Oct 2002 15:44:56 -0400
    
    
  
Update of /cvs-repository/Zope3/lib/python/Transaction
In directory cvs.zope.org:/tmp/cvs-serv23573/lib/python/Transaction
Modified Files:
	_defaultTransaction.py 
Log Message:
Fixed pervasive it's/its grammatical error in comments or docstrings.
=== Zope3/lib/python/Transaction/_defaultTransaction.py 1.5 => 1.6 ===
--- Zope3/lib/python/Transaction/_defaultTransaction.py:1.5	Wed Jul 24 19:02:53 2002
+++ Zope3/lib/python/Transaction/_defaultTransaction.py	Thu Oct  3 15:44:24 2002
@@ -216,7 +216,7 @@
         #   or aborted.
         #
         # - For each object that is committed
-        #   we call tpc_begin on it's jar at least once
+        #   we call tpc_begin on its jar at least once
         #
         # - For every jar for which we've called tpc_begin on,
         #   we either call tpc_abort or tpc_finish. It is OK