Typo fix in message

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25498 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-12-22 16:05:37 +00:00
parent 4a6fb09a63
commit 2b9c02cca0
1 changed files with 1 additions and 1 deletions

View File

@ -1093,7 +1093,7 @@ void subcp_open (stream_t *st)
} else {
cp_tmp = enca_fallback;
if (st)
mp_msg(MSGT_SUBREADER,MSGL_WARN,"SUB: enca failed, stream must be seakable.\n");
mp_msg(MSGT_SUBREADER,MSGL_WARN,"SUB: enca failed, stream must be seekable.\n");
}
}
#endif