From 25da2d1db787625b7f712e556a28848356667367 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Tue, 27 Sep 2011 20:26:58 +0200 Subject: [PATCH] screen_queue: fix a typo: "revceived" --- src/screen_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screen_queue.c b/src/screen_queue.c index 335bb17..31c4dcc 100644 --- a/src/screen_queue.c +++ b/src/screen_queue.c @@ -554,7 +554,7 @@ screen_queue_update(struct mpdclient *c) screen_queue_restore_selection(); else /* the queue size may have changed, even if we havn't - revceived the QUEUE idle event yet */ + received the QUEUE idle event yet */ list_window_set_length(lw, playlist_length(playlist)); if (((c->events & MPD_IDLE_PLAYER) != 0 && -- 2.30.2