Code

screen: restore newline character
[ncmpc.git] / 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 &&