[Erp5-report] r25640 - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 20 15:23:02 CET 2009


Author: vincent
Date: Fri Feb 20 15:23:01 2009
New Revision: 25640

URL: http://svn.erp5.org?rev=25640&view=rev
Log:
Typo in error message.

Modified:
    erp5/trunk/products/ERP5/Document/BusinessTemplate.py

Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=25640&r1=25639&r2=25640&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Fri Feb 20 15:23:01 2009
@@ -1480,7 +1480,7 @@
           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




More information about the Erp5-report mailing list