mpd: Fix typos in previous commit.

This commit is contained in:
Thomas Adamcik 2015-02-18 21:14:24 +01:00
parent 52814715b4
commit 19b7daed32

View File

@ -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):