diff options
author | Max Kellermann <max@duempel.org> | 2014-07-11 21:37:06 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-07-11 21:37:06 +0200 |
commit | 46ff830daad6112285f7be19e27166ee3370dddd (patch) | |
tree | 002e8d53360a02a07f2df327624f79bd3421bbb9 /src | |
parent | 828cd6fd0b8838edb39e6b3f62397a5fe369e1d5 (diff) |
PlaylistEdit: fix typo in code comment
Diffstat (limited to 'src')
-rw-r--r-- | src/queue/PlaylistEdit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |