Commit 634e9d9b authored by Vincent Pelletier's avatar Vincent Pelletier

Typos.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22469 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5e898c6a
......@@ -434,7 +434,7 @@ class Alarm(XMLObject, PeriodicityMixin):
notification_mode = self.getAlarmNotificationMode()
if notification_mode == 'never':
return
# Grab real latest result. Otherwise, we wuld chack n-1 execution as n is
# Grab real latest result. Otherwise, we would check n-1 execution as n is
# still considered running, and its result would be skipped.
active_process = self.getLastActiveProcess(include_active=True)
if self.sense(process=active_process):
......
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