From 3f3dd7b0fee3454da489cf35aef8a0cdd46ae562 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 10 Jan 2014 20:23:55 +0100 Subject: fixed a log message --- pyload/threads/ThreadManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/threads/ThreadManager.py') diff --git a/pyload/threads/ThreadManager.py b/pyload/threads/ThreadManager.py index 0e0b6320d..62664a590 100644 --- a/pyload/threads/ThreadManager.py +++ b/pyload/threads/ThreadManager.py @@ -150,7 +150,7 @@ class ThreadManager: return [x.id for x in self.getActiveFiles()] def work(self): - """run all task which have to be done (this is for repetetive call by core)""" + """run all task which have to be done (this is for repetitive call by core)""" try: self.tryReconnect() except Exception, e: -- cgit v1.2.3