changeset 31195:746aef293ae9

Fix typo in message.
author reimar
date Fri, 28 May 2010 20:59:53 +0000
parents b2bb87b92146
children 986a1dd8c60a
files stream/cache2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;