# HG changeset patch # User reimar # Date 1275080393 0 # Node ID 746aef293ae9218480982f726e369196f6317f74 # Parent b2bb87b921469abbdff9a004cd7d3c6e3ed75ff6 Fix typo in message. diff -r b2bb87b92146 -r 746aef293ae9 stream/cache2.c --- a/stream/cache2.c Fri May 28 18:49:02 2010 +0000 +++ b/stream/cache2.c Fri May 28 20:59:53 2010 +0000 @@ -578,7 +578,7 @@ 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;