From ef7c9bdbbac943264c456094441098c893891081 Mon Sep 17 00:00:00 2001 From: Chad Davis Date: Wed, 29 Jan 2020 08:45:03 -0600 Subject: [PATCH] Fixed Misspelling --- couchpotato/core/notifications/plex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/notifications/plex/__init__.py b/couchpotato/core/notifications/plex/__init__.py index 4e2a4fd..254c1ed 100755 --- a/couchpotato/core/notifications/plex/__init__.py +++ b/couchpotato/core/notifications/plex/__init__.py @@ -27,7 +27,7 @@ config = [{ 'name': 'media_server_port', 'label': 'Port', 'default': '32400', - 'description': 'Connection tot he Media Server should use this port' + 'description': 'Connection to the Media Server should use this port' }, { 'name': 'use_https',