etwist/server.py
branchstable
changeset 8465 12da4415aff0
parent 8396 8d58fcf68539
child 8669 62213a34726e
--- a/etwist/server.py	Tue Jul 10 15:07:52 2012 +0200
+++ b/etwist/server.py	Thu Jul 12 13:42:27 2012 +0200
@@ -57,7 +57,7 @@
 def start_task(interval, func):
     lc = task.LoopingCall(func)
     # wait until interval has expired to actually start the task, else we have
-    # to wait all task to be finished for the server to be actually started
+    # to wait all tasks to be finished for the server to be actually started
     lc.start(interval, now=False)
 
 def host_prefixed_baseurl(baseurl, host):