# HG changeset patch # User Lennard de Rijk # Date 1240067196 0 # Node ID 6f835882160e821d95dbbe1bf54469be38109c00 # Parent 84b0ce492cf5b1e17d4fed80b22072f25486c6bb Fixed typo and added myself to authors in the cron/job module. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 84b0ce492cf5 -r 6f835882160e 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" ', + '"Lennard de Rijk" ', ] @@ -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)