Fix typo in message.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31256 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-05-28 20:59:53 +00:00
parent 6b255e5083
commit a564c5a6cc
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ int cache_do_control(stream_t *stream, int cmd, void *arg) {
cache_wakeup(stream);
while (s->control != -1) {
if (sleep_count++ == 1000)
mp_msg(MSGT_CACHE, MSGL_WARN, "Cache no responding!\n");
mp_msg(MSGT_CACHE, MSGL_WARN, "Cache not responding!\n");
if (stream_check_interrupt(CONTROL_SLEEP_TIME)) {
s->eof = 1;
return STREAM_UNSUPPORTED;