From c3d9bcf5ba453c751e2daccfd598ee65c1fb882a Mon Sep 17 00:00:00 2001 From: smitetierlist Date: Sun, 25 Oct 2015 02:23:25 +0100 Subject: [PATCH] Fixed Typo --- couchpotato/core/plugins/quality/main.py | 2 +- couchpotato/core/plugins/renamer.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/couchpotato/core/plugins/quality/main.py b/couchpotato/core/plugins/quality/main.py index 3ed1a7a..75b09bb 100644 --- a/couchpotato/core/plugins/quality/main.py +++ b/couchpotato/core/plugins/quality/main.py @@ -298,7 +298,7 @@ class QualityPlugin(Plugin): # Don't score twice on same tag scored_on.append(ss(alt).lower()) - # Check extention + # Check extension for ext in quality.get('ext', []): if ext == extension: log.debug('Found %s with .%s extension in %s', (quality['identifier'], ext, cur_file)) diff --git a/couchpotato/core/plugins/renamer.py b/couchpotato/core/plugins/renamer.py index bfe1fed..fd904b5 100755 --- a/couchpotato/core/plugins/renamer.py +++ b/couchpotato/core/plugins/renamer.py @@ -1284,7 +1284,7 @@ rename_options = { 'pre': '<', 'post': '>', 'choices': { - 'ext': 'Extention (mkv)', + 'ext': 'Extension (mkv)', 'namethe': 'Moviename, The', 'thename': 'The Moviename', 'year': 'Year (2011)', @@ -1470,7 +1470,7 @@ config = [{ 'tab': 'renamer', 'name': 'meta_renamer', 'label': 'Advanced renaming', - 'description': 'Meta data file renaming. Use <filename> to use the above "File naming" settings, without the file extention.', + 'description': 'Meta data file renaming. Use <filename> to use the above "File naming" settings, without the file extension.', 'advanced': True, 'options': [ {