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;