From 46ff830daad6112285f7be19e27166ee3370dddd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 11 Jul 2014 21:37:06 +0200 Subject: PlaylistEdit: fix typo in code comment --- src/queue/PlaylistEdit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/queue/PlaylistEdit.cxx b/src/queue/PlaylistEdit.cxx index 92865cab7..4804a30aa 100644 --- a/src/queue/PlaylistEdit.cxx +++ b/src/queue/PlaylistEdit.cxx @@ -105,7 +105,7 @@ playlist::AppendSong(PlayerControl &pc, DetachedSong &&song, Error &error) id = queue.Append(std::move(song), 0); if (queue.random) { - /* shuffle the new song into the list of remaning + /* shuffle the new song into the list of remaining songs to play */ unsigned start; -- cgit v1.2.3