From 4408d99524d5e5fc0c5650e1756807e1fad20dff Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 30 Dec 2013 00:33:41 +0100 Subject: [PATCH] Typo --- couchpotato/core/providers/automation/imdb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/automation/imdb/__init__.py b/couchpotato/core/providers/automation/imdb/__init__.py index 20e4f41b..39bbef0a 100644 --- a/couchpotato/core/providers/automation/imdb/__init__.py +++ b/couchpotato/core/providers/automation/imdb/__init__.py @@ -59,7 +59,7 @@ config = [{ { 'name': 'automation_charts_boxoffice', 'type': 'bool', - 'label': 'Box offce TOP 10', + 'label': 'Box office TOP 10', 'description': 'IMDB Box office TOP 10 chart', 'default': True, },