From 235240a4b38dbfc9fc3cdd8b50dc0ffefdce9fd8 Mon Sep 17 00:00:00 2001
From: Christophe Dumez <christophe@nexedi.com>
Date: Mon, 15 May 2006 14:27:04 +0000
Subject: [PATCH] - fixed typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7272 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/BusinessTemplate.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py
index 5f62da1b95..3c5d86870e 100644
--- a/product/ERP5/Document/BusinessTemplate.py
+++ b/product/ERP5/Document/BusinessTemplate.py
@@ -3464,7 +3464,7 @@ class LocalRolesTemplateItem(BaseTemplateItem):
 class BusinessTemplate(XMLObject):
     """
     A business template allows to construct ERP5 modules
-    in part or completely. Each object are separated from its
+    in part or completely. Each object is separated from its
     subobjects and exported in xml format.
     It may include:
 
@@ -3475,8 +3475,8 @@ class BusinessTemplate(XMLObject):
         - filter definition
 
     - portal_types definition
-      - object without optinal actions
-      - list of relation between portal type and worklfow
+      - object without optimal actions
+      - list of relation between portal type and workflow
 
     - module definition
       - id
-- 
2.30.9