Commit b1014e34 authored by Łukasz Nowak's avatar Łukasz Nowak

- fix typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31669 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1b2429ca
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment