From 5a2de0f9fc29d14cb63dbdc49bd79062957c7240 Mon Sep 17 00:00:00 2001 From: Brandon Schneider Date: Fri, 3 Jul 2015 01:32:52 -0500 Subject: [PATCH] Update renamer.py Correct small typo. --- couchpotato/core/plugins/renamer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/renamer.py b/couchpotato/core/plugins/renamer.py index aa983b1..2874983 100755 --- a/couchpotato/core/plugins/renamer.py +++ b/couchpotato/core/plugins/renamer.py @@ -1447,7 +1447,7 @@ config = [{ 'default': 'link', 'type': 'dropdown', 'values': [('Link', 'link'), ('Copy', 'copy'), ('Move', 'move')], - 'description': 'See above. It is prefered to use link when downloading torrents as it will save you space, while still beeing able to seed.', + 'description': 'See above. It is prefered to use link when downloading torrents as it will save you space, while still being able to seed.', 'advanced': True, }, {