summaryrefslogtreecommitdiff
path: root/src/demuxers
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-07-29 20:53:14 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-07-29 20:53:14 +0100
commitba47a8161c17196ad8e27e96c396f2e0083edb07 (patch)
treea04551dcc0e17cd52e4d83bc177d9c5e5ce1c8cf /src/demuxers
parentc41975a7b4ca8e473979bfa13229f6077b951697 (diff)
downloadxine-lib-ba47a8161c17196ad8e27e96c396f2e0083edb07.tar.gz
xine-lib-ba47a8161c17196ad8e27e96c396f2e0083edb07.tar.bz2
Spelling fixes.
Source: informational messages generated by lintian.
Diffstat (limited to 'src/demuxers')
-rw-r--r--src/demuxers/demux_asf.c4
-rw-r--r--src/demuxers/id3.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/demuxers/demux_asf.c b/src/demuxers/demux_asf.c
index e2da05c75..1250ba9a5 100644
--- a/src/demuxers/demux_asf.c
+++ b/src/demuxers/demux_asf.c
@@ -1965,7 +1965,7 @@ static int demux_asf_seek (demux_plugin_t *this_gen,
start_pos -= this->packet_size;
}
if (state != 5) {
- xprintf(this->stream->xine, XINE_VERBOSITY_DEBUG, "demux_asf: demux_asf_seek: begining of the stream\n");
+ xprintf(this->stream->xine, XINE_VERBOSITY_DEBUG, "demux_asf: demux_asf_seek: beginning of the stream\n");
this->input->seek (this->input, this->first_packet_pos, SEEK_SET);
this->keyframe_found = 1;
} else {
@@ -2101,7 +2101,7 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen,
default:
xprintf (stream->xine, XINE_VERBOSITY_DEBUG,
- "demux_asf: warning, unkown method %d\n", stream->content_detection_method);
+ "demux_asf: warning, unknown method %d\n", stream->content_detection_method);
return NULL;
}
diff --git a/src/demuxers/id3.c b/src/demuxers/id3.c
index 755decaf4..f11e80e8d 100644
--- a/src/demuxers/id3.c
+++ b/src/demuxers/id3.c
@@ -60,7 +60,7 @@ static const char* const id3_genre[] =
"Darkwave", "Techno-Industrial", "Electronic", "Pop-Folk", "Eurodance",
"Dream", "Southern Rock", "Comedy", "Cult", "Gangsta",
"Top 40", "Christian Rap", "Pop/Funk", "Jungle", "Native American",
- "Cabaret", "New Wave", "Psychadelic", "Rave", "Showtunes",
+ "Cabaret", "New Wave", "Psychedelic", "Rave", "Showtunes",
"Trailer", "Lo-Fi", "Tribal", "Acid Punk", "Acid Jazz",
"Polka", "Retro", "Musical", "Rock & Roll", "Hard Rock",
"Folk", "Folk-Rock", "National Folk", "Swing", "Fast Fusion",