From 5edc74572799771ab83293a999d74cdb9b7c4a04 Mon Sep 17 00:00:00 2001 From: mano3m Date: Sat, 5 Oct 2013 15:59:46 +0200 Subject: [PATCH] Typo --- couchpotato/core/plugins/renamer/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/plugins/renamer/main.py b/couchpotato/core/plugins/renamer/main.py index c344d52e..9ca4896c 100755 --- a/couchpotato/core/plugins/renamer/main.py +++ b/couchpotato/core/plugins/renamer/main.py @@ -149,7 +149,7 @@ class Renamer(Plugin): nfo_name = self.conf('nfo_name') separator = self.conf('separator') - # Statusses + # Statuses done_status, active_status, downloaded_status, snatched_status = \ fireEvent('status.get', ['done', 'active', 'downloaded', 'snatched'], single = True) @@ -202,7 +202,7 @@ class Renamer(Plugin): if extr_files: group['before_rename'].extend(extr_files) - # Remove weird chars from moviename + # Remove weird chars from movie name movie_name = re.sub(r"[\x00\/\\:\*\?\"<>\|]", '', movie_title) # Put 'The' at the end