PlaylistEdit: fix typo in code comment

This commit is contained in:
Max Kellermann 2014-07-11 21:37:06 +02:00
parent 828cd6fd0b
commit 46ff830daa
1 changed files with 1 additions and 1 deletions

View File

@ -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;