From a564c5a6cc3eeeaa5b271aead5d05b90e6fdb041 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 28 May 2010 20:59:53 +0000 Subject: Fix typo in message. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31256 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/cache2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/cache2.c b/stream/cache2.c index 1e0bea9c7b..3748e6f2f4 100644 --- a/stream/cache2.c +++ b/stream/cache2.c @@ -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; -- cgit v1.2.3