diff options
author | Petteri Hintsanen <petterih@iki.fi> | 2021-02-09 21:57:46 +0200 |
---|---|---|
committer | Petteri Hintsanen <petterih@iki.fi> | 2021-02-10 23:29:57 +0200 |
commit | 810dd41b18cf9632b40c59ce99b6e00fee33a5c5 (patch) | |
tree | 430a98b024572cffbf040dd27e4a7211c30847f9 | |
parent | b8e1de743ba4a346044225ba68a688e2ead0d590 (diff) |
Fix typos in Commentary
-rw-r--r-- | emms-info-native.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emms-info-native.el b/emms-info-native.el index 39b4fd9..4786dfe 100644 --- a/emms-info-native.el +++ b/emms-info-native.el @@ -34,17 +34,17 @@ ;; The following file formats are supported: ;; ;; - Vorbis: Ogg Vorbis I Profile, filename extension ‘.ogg’, -;; elemetary streams only. Based on xiph.org’s Vorbis I +;; elementary streams only. Based on xiph.org’s Vorbis I ;; specification, see URL ;; ‘https://xiph.org/vorbis/doc/Vorbis_I_spec.html’. ;; -;; - Opus: Ogg Opus profile, filename extesion ‘.opus’, elementary +;; - Opus: Ogg Opus profile, filename extension ‘.opus’, elementary ;; streams only. Based on RFC 7845, see URL ;; ‘https://tools.ietf.org/html/rfc7845.html’. ;; ;; - FLAC: FLAC streams in native encapsulation format, filename -;; extesion ‘.flac’. Based on xiph.org’s FLAC format specification, -;; see URL ‘https://xiph.org/flac/format.html’. +;; extension ‘.flac’. Based on xiph.org’s FLAC format +;; specification, see URL ‘https://xiph.org/flac/format.html’. ;; ;; - MP3: MP3 files with extension ‘.mp3’ and id3v2 tags. All id3v2 ;; revisions should work, but many features like CRC and |