diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py
index e92950889296ede7c919cf5659673a83222334c4..b2a273fa466b1ec76370fa46feda6823109f516b 100644
--- a/product/ERP5/Document/BusinessTemplate.py
+++ b/product/ERP5/Document/BusinessTemplate.py
@@ -959,7 +959,7 @@ class ObjectTemplateItem(BaseTemplateItem):
             # 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: