summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ExtractArchive.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-20 01:17:23 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-20 01:17:23 +0200
commit5f073256cbbbc1c59359eb8b44ed48e9ae3164f8 (patch)
tree6278f33ab472b5bded7e545c0d5c9885713093a2 /module/plugins/hooks/ExtractArchive.py
parentMerge pull request #2067 from runningbits/remove-unused-variables (diff)
parentspelling (diff)
downloadpyload-5f073256cbbbc1c59359eb8b44ed48e9ae3164f8.tar.xz
Merge pull request #2065 from runningbits/spelling
fix trivial spelling error
Diffstat (limited to 'module/plugins/hooks/ExtractArchive.py')
-rw-r--r--module/plugins/hooks/ExtractArchive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py
index 93107810c..c001000c8 100644
--- a/module/plugins/hooks/ExtractArchive.py
+++ b/module/plugins/hooks/ExtractArchive.py
@@ -169,7 +169,7 @@ class ExtractArchive(Addon):
@threaded
def extract_queued(self, thread):
- if self.extracting: #@NOTE: doing the check here for safty (called by coreReady)
+ if self.extracting: #@NOTE: doing the check here for safety (called by coreReady)
return
self.extracting = True