Mercurial > mplayer.hg
changeset 12654:433c0d389f6f
correct spelling
author | alex |
---|---|
date | Fri, 25 Jun 2004 17:02:51 +0000 |
parents | b40f21d9a43c |
children | d1d0b81f15c9 |
files | libmpdemux/asf_streaming.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/asf_streaming.c Fri Jun 25 17:01:25 2004 +0000 +++ b/libmpdemux/asf_streaming.c Fri Jun 25 17:02:51 2004 +0000 @@ -447,7 +447,7 @@ 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");