diff --git a/couchpotato/core/plugins/updater/__init__.py b/couchpotato/core/plugins/updater/__init__.py index 12e0b99..7aae0b2 100644 --- a/couchpotato/core/plugins/updater/__init__.py +++ b/couchpotato/core/plugins/updater/__init__.py @@ -28,7 +28,7 @@ config = [{ 'name': 'automatic', 'default': True, 'type': 'bool', - 'description': 'Automaticly update when update is available', + 'description': 'Automatically update when update is available', }, { 'name': 'git_command',