summaryrefslogtreecommitdiff
path: root/plugins/mpd_client.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-11-07 23:32:21 +0100
committermathieui <mathieui@mathieui.net>2011-11-07 23:32:21 +0100
commitd8865bcd45794259f384a003c4a330f7e967dc10 (patch)
treebe9f9db9755d4cfb82b27d41def50883714be567 /plugins/mpd_client.py
parent0bfabab8344ec19f8f612fd27e7db7bee1dd9d1d (diff)
downloadpoezio-d8865bcd45794259f384a003c4a330f7e967dc10.tar.gz
poezio-d8865bcd45794259f384a003c4a330f7e967dc10.tar.bz2
poezio-d8865bcd45794259f384a003c4a330f7e967dc10.tar.xz
poezio-d8865bcd45794259f384a003c4a330f7e967dc10.zip
Typo
Diffstat (limited to 'plugins/mpd_client.py')
-rw-r--r--plugins/mpd_client.py2
1 files changed, 1 insertions, 1 deletions
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)