[Zope-Checkins] SVN:	Zope/branches/2.13/src/Products/ZCatalog/ZCatalog.py Fixed	typo: commiting -> committing
    Maurits van Rees 
    m.van.rees at zestsoftware.nl
       
    Fri Oct 29 19:13:31 EDT 2010
    
    
  
Log message for revision 118018:
  Fixed typo: commiting -> committing
Changed:
  U   Zope/branches/2.13/src/Products/ZCatalog/ZCatalog.py
-=-
Modified: Zope/branches/2.13/src/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/branches/2.13/src/Products/ZCatalog/ZCatalog.py	2010-10-29 23:11:03 UTC (rev 118017)
+++ Zope/branches/2.13/src/Products/ZCatalog/ZCatalog.py	2010-10-29 23:13:30 UTC (rev 118018)
@@ -500,7 +500,7 @@
                 self._p_jar.cacheGC()
                 self._v_total = 0
                 if pghandler:
-                    pghandler.info('commiting subtransaction')
+                    pghandler.info('committing subtransaction')
 
     security.declareProtected(manage_zcatalog_entries, 'uncatalog_object')
     def uncatalog_object(self, uid):
    
    
More information about the Zope-Checkins
mailing list