Mercurial > mplayer.hg
changeset 5107:441f62626ff4
spelling type fix by Anders Rune Jensen
author | alex |
---|---|
date | Fri, 15 Mar 2002 21:38:54 +0000 |
parents | 40d2bcb1b671 |
children | f70791118f90 |
files | libmpdemux/demuxer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demuxer.c Fri Mar 15 21:37:10 2002 +0000 +++ b/libmpdemux/demuxer.c Fri Mar 15 21:38:54 2002 +0000 @@ -890,7 +890,7 @@ mp_msg(MSGT_SEEK,MSGL_WARN,MSGTR_CantSeekRawAVI); #ifdef USE_TV else if (demuxer->file_format==DEMUXER_TYPE_TV) - mp_msg(MSGT_SEEK,MSGL_WARN,"TV input isn't seekable! (probarly seeking will be for changing channels ;)\n"); + mp_msg(MSGT_SEEK,MSGL_WARN,"TV input isn't seekable! (probably seeking will be for changing channels ;)\n"); #endif else mp_msg(MSGT_SEEK,MSGL_WARN,MSGTR_CantSeekFile);