Fixed typo in cron.job module's timeOutJob docstring.
authorLennard de Rijk <ljvderijk@gmail.com>
Sun, 19 Apr 2009 16:23:29 +0000
changeset 2244 96d8083cf974
parent 2243 c61f9dd5e325
child 2245 46e490606f3d
Fixed typo in cron.job module's timeOutJob docstring. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/cron/job.py
--- 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)