Trivial typo fix

This commit is contained in:
Ben Lumley 2014-10-10 09:57:32 +01:00
parent e6bf8c21d8
commit 10d05a32be

View file

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