diff stream/cache2.c @ 31195:746aef293ae9

Fix typo in message.
author reimar
date Fri, 28 May 2010 20:59:53 +0000
parents f41fda4fe85f
children 7ae56026b7ee
line wrap: on
line diff
--- 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;