[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCatalog/ZCatalog.py Fixed typo: commiting -> committing

Maurits van Rees m.van.rees at zestsoftware.nl
Fri Oct 29 19:11:04 EDT 2010


Log message for revision 118017:
  Fixed typo: commiting -> committing

Changed:
  U   Zope/branches/2.12/src/Products/ZCatalog/ZCatalog.py

-=-
Modified: Zope/branches/2.12/src/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/branches/2.12/src/Products/ZCatalog/ZCatalog.py	2010-10-29 15:09:40 UTC (rev 118016)
+++ Zope/branches/2.12/src/Products/ZCatalog/ZCatalog.py	2010-10-29 23:11:03 UTC (rev 118017)
@@ -554,7 +554,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