From b1014e34ee122be08f1fe2d6a07d818dd1f7b04a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Sat, 9 Jan 2010 17:06:47 +0000 Subject: [PATCH] - fix typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31669 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/BusinessTemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index e929508892..b2a273fa46 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: -- 2.30.9