From: Jonathan Neuschäfer Date: Tue, 27 Sep 2011 18:26:58 +0000 (+0200) Subject: screen_queue: fix a typo: "revceived" X-Git-Tag: release-0.20~82 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=25da2d1db787625b7f712e556a28848356667367;p=ncmpc.git screen_queue: fix a typo: "revceived" --- 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 &&