diff options
author | wanderer <wanderer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-08-31 21:13:05 +0000 |
---|---|---|
committer | wanderer <wanderer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-08-31 21:13:05 +0000 |
commit | ff123e3a882d6275d17af4a955e47f0b28fe1c60 (patch) | |
tree | 7d49e0f655e18482109b9a8f678c2ff8c2a02769 | |
parent | be93c3b295e0b25fa04fc4d336a446cca7f762ca (diff) |
fix longstanding typo - "patentend"
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16331 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libmpdemux/asf_mmst_streaming.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/asf_mmst_streaming.c b/libmpdemux/asf_mmst_streaming.c index 8e3fff40fa..cf5e3377ac 100644 --- a/libmpdemux/asf_mmst_streaming.c +++ b/libmpdemux/asf_mmst_streaming.c @@ -441,7 +441,7 @@ static int get_media_packet (int s, int padding, streaming_ctrl_t *stream_ctrl) if (command == 0x1b) send_command (s, 0x1b, 0, 0, 0, data); else if (command == 0x1e) { - mp_msg(MSGT_NETWORK,MSGL_INFO,"everything done. Thank you for downloading a media file containing proprietary and patentend technology.\n"); + mp_msg(MSGT_NETWORK,MSGL_INFO,"everything done. Thank you for downloading a media file containing proprietary and patented technology.\n"); return 0; } else if (command == 0x21 ) { |