From 10d05a32becc4e7d115d17c5ca2e7f3053033b60 Mon Sep 17 00:00:00 2001 From: Ben Lumley Date: Fri, 10 Oct 2014 09:57:32 +0100 Subject: [PATCH] Trivial typo fix --- beetsplug/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index a31754150..7d424c828 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -49,7 +49,7 @@ class SpotifyPlugin(BeetsPlugin): ) spotify_cmd.parser.add_option( '-f', '--show-failures', action='store_true', - help='list tracks that did not match a Sptoify ID', + help='list tracks that did not match a Spotify ID', dest='show_failures', ) spotify_cmd.func = queries