Merge pull request #3399 from jackwilsdon/fix-typos

Fix various typos
This commit is contained in:
Jack Wilsdon 2019-10-11 08:30:34 +01:00 committed by GitHub
commit 99569ecaa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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