Correct typo

This commit is contained in:
Arnaud Bienner 2011-08-08 23:44:49 +02:00
parent d0a3cd2455
commit cb28557a77
1 changed files with 1 additions and 1 deletions

View File

@ -1390,7 +1390,7 @@ void Playlist::StopAfter(int row) {
}
void Playlist::SetStreamMetadata(const QUrl& url, const Song& song) {
qLog(Debug) << "Seting metadata for" << url << "to" << song.artist() << song.title();
qLog(Debug) << "Setting metadata for" << url << "to" << song.artist() << song.title();
if (!current_item_)
return;