# HG changeset patch # User Sylvain Thénault # Date 1342093347 -7200 # Node ID 12da4415aff058eeb9e0720054a6a51ccbe7d04f # Parent a964c40adbe3760b511eb4c974eb4392945f055c typo diff -r a964c40adbe3 -r 12da4415aff0 etwist/server.py --- 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):