From 23c7db0d6959f1e82432aae0cebd69ec5246f09e Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Fri, 20 Feb 2009 14:23:01 +0000
Subject: [PATCH] Typo in error message.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25640 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 0ad8c51a99..403ab98789 100644
--- a/product/ERP5/Document/BusinessTemplate.py
+++ b/product/ERP5/Document/BusinessTemplate.py
@@ -1480,7 +1480,7 @@ class PortalTypeWorkflowChainTemplateItem(BaseTemplateItem):
           self._objects[portal_type] = [workflow,]
       elif not self.is_bt_for_diff:
         raise NotFound, 'No workflow chain found for portal type %s. This '\
-                        'is probably a sign of a missing dependancy.'\
+                        'is probably a sign of a missing dependency.'\
                                                     % portal_type
 
   # Function to generate XML Code Manually
-- 
2.30.9