From d8865bcd45794259f384a003c4a330f7e967dc10 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 7 Nov 2011 23:32:21 +0100 Subject: Typo --- plugins/mpd_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mpd_client.py') diff --git a/plugins/mpd_client.py b/plugins/mpd_client.py index 16255b86..b56e0d7f 100644 --- a/plugins/mpd_client.py +++ b/plugins/mpd_client.py @@ -6,7 +6,7 @@ import mpd class Plugin(BasePlugin): def init(self): - self.add_command('mpd', self.command_mpd, "Usage: /mpd [full]\nMpd: sends a message showing the current song of an MPD instance. If full is provided, teh message is more verbose.", self.completion_mpd) + self.add_command('mpd', self.command_mpd, "Usage: /mpd [full]\nMpd: sends a message showing the current song of an MPD instance. If full is provided, the message is more verbose.", self.completion_mpd) def command_mpd(self, args): args = shell_split(args) -- cgit v1.2.3