[Erp5-report] r31669 luke - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Jan 9 18:06:48 CET 2010


Author: luke
Date: Sat Jan  9 18:06:47 2010
New Revision: 31669

URL: http://svn.erp5.org?rev=31669&view=rev
Log:
 - fix typo

Modified:
    erp5/trunk/products/ERP5/Document/BusinessTemplate.py

Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=31669&r1=31668&r2=31669&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Sat Jan  9 18:06:47 2010
@@ -959,7 +959,7 @@
             # Zope 2.12 are used for .objectIds(), .objectValues() and
             # .objectItems(). In these cases, force the 
             LOG('Products.ERP5.Document.BusinessTemplate', WARNING,
-                'Cleaning corrupt BTreeFolder2 object at %r.' % (path,))
+                'Cleaning corrupted BTreeFolder2 object at %r.' % (path,))
             obj._initBTrees()
           obj = obj._getCopy(container)
           try:




More information about the Erp5-report mailing list