diff options
| author | 2015-10-20 01:17:23 +0200 | |
|---|---|---|
| committer | 2015-10-20 01:17:23 +0200 | |
| commit | 5f073256cbbbc1c59359eb8b44ed48e9ae3164f8 (patch) | |
| tree | 6278f33ab472b5bded7e545c0d5c9885713093a2 /module | |
| parent | Merge pull request #2067 from runningbits/remove-unused-variables (diff) | |
| parent | spelling (diff) | |
| download | pyload-5f073256cbbbc1c59359eb8b44ed48e9ae3164f8.tar.xz | |
Merge pull request #2065 from runningbits/spelling
fix trivial spelling error
Diffstat (limited to 'module')
| -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 |
