From 19b7daed325980cdfbd5e2cbf3a0b4946a69081c Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Wed, 18 Feb 2015 21:14:24 +0100 Subject: [PATCH] mpd: Fix typos in previous commit. --- mopidy/mpd/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/mpd/exceptions.py b/mopidy/mpd/exceptions.py index 62e16ec3..6fc925a3 100644 --- a/mopidy/mpd/exceptions.py +++ b/mopidy/mpd/exceptions.py @@ -90,7 +90,7 @@ class MpdNotImplemented(MpdAckError): class MpdDisabled(MpdAckError): - # NOTE: this is a custom error for mopidy that does not exists in MPD. + # NOTE: This is a custom error for Mopidy that does not exist in MPD. error_code = 0 def __init__(self, *args, **kwargs):