[Erp5-report] r22469 - /erp5/trunk/products/ERP5/Document/Alarm.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 15 11:59:46 CEST 2008


Author: vincent
Date: Tue Jul 15 11:59:45 2008
New Revision: 22469

URL: http://svn.erp5.org?rev=22469&view=rev
Log:
Typos.

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

Modified: erp5/trunk/products/ERP5/Document/Alarm.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Alarm.py?rev=22469&r1=22468&r2=22469&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Alarm.py (original)
+++ erp5/trunk/products/ERP5/Document/Alarm.py Tue Jul 15 11:59:45 2008
@@ -434,7 +434,7 @@
     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):




More information about the Erp5-report mailing list