app/soc/cron/job.py
changeset 2244 96d8083cf974
parent 2243 c61f9dd5e325
child 2246 c29272f640b0
--- 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)