From d91da56745551c5cb0f557bbc2d23ee0952dca6e Mon Sep 17 00:00:00 2001 From: Jack Wilsdon Date: Thu, 10 Oct 2019 08:50:09 +0100 Subject: [PATCH] Fix various typos --- beetsplug/replaygain.py | 2 +- docs/plugins/playlist.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beetsplug/replaygain.py b/beetsplug/replaygain.py index e9d5cc4af..1076ac714 100644 --- a/beetsplug/replaygain.py +++ b/beetsplug/replaygain.py @@ -570,7 +570,7 @@ class FfmpegBackend(Backend): value = line.split(b":", 1) if len(value) < 2: raise ReplayGainError( - u"ffmpeg ouput: expected key value pair, found {0}" + u"ffmpeg output: expected key value pair, found {0}" .format(line) ) value = value[1].lstrip() diff --git a/docs/plugins/playlist.rst b/docs/plugins/playlist.rst index 31609cb3c..512c782cf 100644 --- a/docs/plugins/playlist.rst +++ b/docs/plugins/playlist.rst @@ -19,7 +19,7 @@ absolute path:: $ beet ls playlist:/path/to/someplaylist.m3u The plugin also supports referencing playlists by name. The playlist is then -seached in the playlist_dir and the ".m3u" extension is appended to the +searched in the playlist_dir and the ".m3u" extension is appended to the name:: $ beet ls playlist:anotherplaylist