Fix various typos

This commit is contained in:
Jack Wilsdon 2019-10-10 08:50:09 +01:00
parent 61a56f1b51
commit d91da56745
No known key found for this signature in database
GPG key ID: 0D2BED7F97E2392C
2 changed files with 2 additions and 2 deletions

View file

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

View file

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