diff options
author | runningbits <runningbits@users.noreply.github.com> | 2015-09-14 22:36:44 +0200 |
---|---|---|
committer | runningbits <runningbits@users.noreply.github.com> | 2015-10-19 15:33:53 +0200 |
commit | 86548a62dd3a3cc72d06034d9b4f912c23091490 (patch) | |
tree | ee7deba85b96d70b7f8e20e6d8f2b45ac833d552 /module/plugins/hooks | |
parent | Spare fixes (diff) | |
download | pyload-86548a62dd3a3cc72d06034d9b4f912c23091490.tar.xz |
spelling
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r-- | module/plugins/hooks/ExtractArchive.py | 2 |
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 |