Skip to content

Commit

Permalink
docs: Fix typos in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Aug 11, 2016
1 parent 41559cf commit 4c33098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Bug fix release.
fields, like the ``musicbrainz_id`` model fields, contained non-ASCII Unicode
data. (Fixes: :issue:`1508`, PR: :issue:`1546`)

- File: Ensure path comparision is done between bytestrings only. Fixes crash
- File: Ensure path comparison is done between bytestrings only. Fixes crash
where a :confval:`file/media_dirs` path contained non-ASCII characters.
(Fixes: :issue:`1345`, PR: :issue:`1493`)

Expand Down Expand Up @@ -401,7 +401,7 @@ Bug fix release.
proceed startup. (Fixes: :issue:`1248`, PR: :issue:`1254`)

- Stream: Fix bug in new playlist parser. A non-ASCII char in an urilist
comment would cause a crash while parsing due to comparision of a non-ASCII
comment would cause a crash while parsing due to comparison of a non-ASCII
bytestring with a Unicode string. (Fixes: :issue:`1265`)

- File: Adjust log levels when failing to expand ``$XDG_MUSIC_DIR`` into a real
Expand Down

0 comments on commit 4c33098

Please sign in to comment.