Fixed typo and added myself to authors in the cron/job module.
authorLennard de Rijk <ljvderijk@gmail.com>
Sat, 18 Apr 2009 15:06:36 +0000
changeset 2219 6f835882160e
parent 2218 84b0ce492cf5
child 2220 6007ed887fee
Fixed typo and added myself to authors in the cron/job module. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/cron/job.py
--- 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)