From 6395e08d46938b82d3f001f18fa3bd60ec3c0d8a Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 25 Jun 2004 17:02:51 +0000 Subject: correct spelling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12655 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/asf_streaming.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3