[Erp5-report] r17120 - /erp5/trunk/products/ERP5Type/patches/WorkflowTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 23 15:07:19 CEST 2007


Author: vincent
Date: Tue Oct 23 15:07:19 2007
New Revision: 17120

URL: http://svn.erp5.org?rev=17120&view=rev
Log:
Fix comment typo.

Modified:
    erp5/trunk/products/ERP5Type/patches/WorkflowTool.py

Modified: erp5/trunk/products/ERP5Type/patches/WorkflowTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/WorkflowTool.py?rev=17120&r1=17119&r2=17120&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/WorkflowTool.py (original)
+++ erp5/trunk/products/ERP5Type/patches/WorkflowTool.py Tue Oct 23 15:07:19 2007
@@ -337,7 +337,7 @@
       if not isinstance(criterion_value, ExclusionList):
         criterion_id_dict[criterion_id] = None
   criterion_id_list = criterion_id_dict.keys()
-  # Group all worklists converned by a set of criterion values in
+  # Group all worklists concerned by a set of criterion values in
   # criterion_value_to_worklist_key_dict
   # key: criterion value tuple, in the same order as in criterion_id_list
   # value: list of ids of every concerned worklist




More information about the Erp5-report mailing list