From 86548a62dd3a3cc72d06034d9b4f912c23091490 Mon Sep 17 00:00:00 2001
From: runningbits <runningbits@users.noreply.github.com>
Date: Mon, 14 Sep 2015 22:36:44 +0200
Subject: spelling
---
module/plugins/hooks/ExtractArchive.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'module')
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
--
cgit v1.2.3