summaryrefslogtreecommitdiffstats
path: root/module/threads/BaseThread.py
diff options
context:
space:
mode:
authorGravatar X3n0m0rph59 <X3n0m0rph59@googlemail.com> 2012-04-22 19:56:17 +0200
committerGravatar X3n0m0rph59 <X3n0m0rph59@googlemail.com> 2012-04-22 19:56:17 +0200
commitb40b32ee05f611323a7827fad2a25fa0a28dcb24 (patch)
tree60f7f00e4be25942230668f43cb11a30b6fd10e6 /module/threads/BaseThread.py
parentFixed spelling in the source (diff)
downloadpyload-b40b32ee05f611323a7827fad2a25fa0a28dcb24.tar.xz
a huge pile of spelling fixes
Diffstat (limited to 'module/threads/BaseThread.py')
-rw-r--r--module/threads/BaseThread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/threads/BaseThread.py b/module/threads/BaseThread.py
index f6fac46a0..7a0ee5ee4 100644
--- a/module/threads/BaseThread.py
+++ b/module/threads/BaseThread.py
@@ -131,6 +131,6 @@ class BaseThread(Thread):
return ""
def clean(self, pyfile):
- """ set thread unactive and release pyfile """
+ """ set thread inactive and release pyfile """
self.active = False
pyfile.release()