Code

screen_queue: fix a typo: "revceived"
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Tue, 27 Sep 2011 18:26:58 +0000 (20:26 +0200)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sun, 2 Oct 2011 18:54:04 +0000 (20:54 +0200)
src/screen_queue.c

index 335bb17265f27a636eb93be976cd29d660d5fa13..31c4dcc8a93ad0801cf84e01c8dc9afd7022702e 100644 (file)
@@ -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 &&