Commit 46ff830d authored by Max Kellermann's avatar Max Kellermann

PlaylistEdit: fix typo in code comment

parent 828cd6fd
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment