summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ExtractArchive.py
diff options
context:
space:
mode:
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