summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-25 17:02:51 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-25 17:02:51 +0000
commit6395e08d46938b82d3f001f18fa3bd60ec3c0d8a (patch)
treeeb12f75cf2ab69515292742c472eecf4ee05e00a
parent5962b1f14a238f9b7e99c8417cd4ede544b8cbc1 (diff)
downloadmpv-6395e08d46938b82d3f001f18fa3bd60ec3c0d8a.tar.bz2
mpv-6395e08d46938b82d3f001f18fa3bd60ec3c0d8a.tar.xz
correct spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12655 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libmpdemux/asf_streaming.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/asf_streaming.c b/libmpdemux/asf_streaming.c
index a9e9e945be..9eb7518203 100644
--- a/libmpdemux/asf_streaming.c
+++ b/libmpdemux/asf_streaming.c
@@ -447,7 +447,7 @@ asf_http_streaming_type(char *content_type, char *features, HTTP_header_t *http_
mp_msg(MSGT_NETWORK,MSGL_V,"=====> ASF Plain text\n");
return ASF_PlainText_e;
} else if( (!strcasecmp(content_type, "text/html")) ) {
- mp_msg(MSGT_NETWORK,MSGL_V,"=====> HTML, mplayer is not a browser...yet!\n");
+ mp_msg(MSGT_NETWORK,MSGL_V,"=====> HTML, MPlayer is not a browser...yet!\n");
return ASF_Unknown_e;
} else {
mp_msg(MSGT_NETWORK,MSGL_V,"=====> ASF Redirector\n");