From df0886b3b0ed9a75c851cdc255f2b73136950b64 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 8 Jan 2012 13:26:23 +0100 Subject: [PATCH] Type --- couchpotato/core/plugins/updater/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/updater/__init__.py b/couchpotato/core/plugins/updater/__init__.py index 12e0b999..7aae0b2e 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',