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, }, {