aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-07-11 21:37:06 +0200
committerMax Kellermann <max@duempel.org>2014-07-11 21:37:06 +0200
commit46ff830daad6112285f7be19e27166ee3370dddd (patch)
tree002e8d53360a02a07f2df327624f79bd3421bbb9 /src/queue
parent828cd6fd0b8838edb39e6b3f62397a5fe369e1d5 (diff)
downloadmpd-46ff830daad6112285f7be19e27166ee3370dddd.tar.gz
mpd-46ff830daad6112285f7be19e27166ee3370dddd.tar.xz
mpd-46ff830daad6112285f7be19e27166ee3370dddd.zip
PlaylistEdit: fix typo in code comment
Diffstat (limited to 'src/queue')
-rw-r--r--src/queue/PlaylistEdit.cxx2
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;