app/soc/cron/job.py
changeset 2219 6f835882160e
parent 2217 2c6ec0357149
child 2224 fc719e902a70
--- a/app/soc/cron/job.py	Sat Apr 18 15:05:56 2009 +0000
+++ b/app/soc/cron/job.py	Sat Apr 18 15:06:36 2009 +0000
@@ -19,6 +19,7 @@
 
 __authors__ = [
     '"Sverre Rabbelier" <sverre@rabbelier.nl>',
+    '"Lennard de Rijk" <ljvderijk@gmail.com>',
   ]
 
 
@@ -140,7 +141,7 @@
 
       task = self.tasks[job.task_name]
 
-      # excecute the actual job
+      # execute the actual job
       task(job)
 
       db.run_in_transaction(self.finishJob, job_key)