Commit 357499c2 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix comment typo.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17120 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e1a86a00
......@@ -337,7 +337,7 @@ def sumCatalogResultByWorklist(grouped_worklist_dict, catalog_result):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment