summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorsiretart <siretart@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-08-03 15:55:17 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:15:03 +0200
commit2e6ff523ddb5743eebfacebb162fb4c0e4ee34dc (patch)
treeb98b5b25946bdd392d6a2e7e7f8d88e5833b825f /libmpdemux
parent2f1d60f422b007fc1cbada601fc8c9b7a47001e2 (diff)
downloadmpv-2e6ff523ddb5743eebfacebb162fb4c0e4ee34dc.tar.bz2
mpv-2e6ff523ddb5743eebfacebb162fb4c0e4ee34dc.tar.xz
spelling fixes
Found by the Debian QA tool 'lintian' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31913 b3059339-0415-0410-9bf9-f77b7e298cf2 reintroduce typo in genres.h that was fixed fixed r31913 to match the id3v2 spec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31920 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/aviheader.c2
-rw-r--r--libmpdemux/genres.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/aviheader.c b/libmpdemux/aviheader.c
index aaf2818f68..27d1e4a27f 100644
--- a/libmpdemux/aviheader.c
+++ b/libmpdemux/aviheader.c
@@ -171,7 +171,7 @@ while(1){
// required to produce the file (the format depends on the hardware used).
case mmioFOURCC('I','S','H','P'): hdr="Sharpness";break;
// ISRC - Identifies the name of the person or organization who
- // suplied the original subject of the file; for example, "Try Research."
+ // supplied the original subject of the file; for example, "Try Research."
case mmioFOURCC('I','S','R','C'): hdr="Source";break;
// ISRF - Identifies the original form of the material that was digitized,
// such as "slide," "paper," "map," and so on. This is not necessarily
diff --git a/libmpdemux/genres.h b/libmpdemux/genres.h
index 2984b4dfd2..a0b1f65bbc 100644
--- a/libmpdemux/genres.h
+++ b/libmpdemux/genres.h
@@ -99,7 +99,7 @@ const char * const genres[] = {
"Native American", /* 64 */
"Cabaret", /* 65 */
"New Wave", /* 66 */
-"Psychadelic", /* 67 */
+"Psychadelic", /* 67 */ /* typo taken from the id3v2spec*/
"Rave", /* 68 */
"Show Tunes", /* 69 */
"Trailer", /* 70 */