summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
diff options
context:
space:
mode:
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 0489d1a0a..aee8674ec 100644
--- a/module/plugins/hooks/ExtractArchive.py
+++ b/module/plugins/hooks/ExtractArchive.py
@@ -202,7 +202,7 @@ class ExtractArchive(Hook):
except Exception, e:
if self.core.debug:
print_exc()
- self.logError(basename(plugin.file), _("Unkown Error"), str(e))
+ self.logError(basename(plugin.file), _("Unknown Error"), str(e))
return []