Fixed typo in cron.job module's timeOutJob docstring.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- a/app/soc/cron/job.py Sun Apr 19 14:48:21 2009 +0000
+++ b/app/soc/cron/job.py Sun Apr 19 16:23:29 2009 +0000
@@ -95,7 +95,7 @@
return job.put()
def timeoutJob(self, job_key):
- """A transaction to tiemout a job.
+ """A transaction to timeout a job.
"""
job = Job.get_by_id(job_key)