From d62608db3e29c028444987e5b411c26b9312eb45 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 28 Feb 2010 16:04:09 +0100 Subject: [PATCH] Fix typo --- mopidy/mpd/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/mpd/handler.py b/mopidy/mpd/handler.py index 220c35a7..67a6d95f 100644 --- a/mopidy/mpd/handler.py +++ b/mopidy/mpd/handler.py @@ -113,7 +113,7 @@ class MpdHandler(object): raise MpdNotImplemented # TODO @handle_pattern(r'^outputs$') - def _audio_ouput_outputs(self): + def _audio_output_outputs(self): """ *musicpd.org, audio output section:*