Commit c7f4a806 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo in comment.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24992 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 101153e4
......@@ -3125,7 +3125,7 @@ class TestCMFActivity(ERP5TypeTestCase):
Queue.tic = Queue_tic
Organisation.waitingActivity = waitingActivity
try:
# Use SQLDict with no gorup method so that both activities won't be
# Use SQLDict with no group method so that both activities won't be
# executed in the same batch, letting activity tool a chance to check
# if execution should stop processing activities.
organisation.activate(activity='SQLDict', priority=1).waitingActivity()
......
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