Fixed typo and added myself to authors in the cron/job module.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- 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)