summaryrefslogtreecommitdiffstats
path: root/pyload/threads
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-10 20:23:55 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-10 20:23:55 +0100
commit3f3dd7b0fee3454da489cf35aef8a0cdd46ae562 (patch)
tree3db7a26a6d390cdbf0bba7d24d941c4464dc5d80 /pyload/threads
parentdon't decrypt link when added to package (diff)
downloadpyload-3f3dd7b0fee3454da489cf35aef8a0cdd46ae562.tar.xz
fixed a log message
Diffstat (limited to 'pyload/threads')
-rw-r--r--pyload/threads/ThreadManager.py2
1 files changed, 1 insertions, 1 deletions
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: