summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
diff options
context:
space:
mode:
authorGravatar runningbits <runningbits@users.noreply.github.com> 2015-09-14 22:36:44 +0200
committerGravatar runningbits <runningbits@users.noreply.github.com> 2015-10-19 15:33:53 +0200
commit86548a62dd3a3cc72d06034d9b4f912c23091490 (patch)
treeee7deba85b96d70b7f8e20e6d8f2b45ac833d552 /module/plugins/hooks
parentSpare fixes (diff)
downloadpyload-86548a62dd3a3cc72d06034d9b4f912c23091490.tar.xz
spelling
Diffstat (limited to 'module/plugins/hooks')
-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