From 20befa439c762a57bc43f62d3b19e31696b550fb Mon Sep 17 00:00:00 2001 From: "Krzysztof A. Sobiecki" Date: Tue, 28 Jan 2014 04:31:06 +0100 Subject: [PATCH] Add a space --- src/podcasts/podcastdownloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/podcasts/podcastdownloader.cpp b/src/podcasts/podcastdownloader.cpp index 8ed84600d..478e68250 100644 --- a/src/podcasts/podcastdownloader.cpp +++ b/src/podcasts/podcastdownloader.cpp @@ -131,7 +131,7 @@ void PodcastDownloader::FinishAndDelete(Task* task) { Song song = task->episode.ToSong(podcast); downloading_episode_ids_.remove(task->episode.database_id()); emit ProgressChanged(task->episode, Finished, 0); - //I didn't ecountered even a single podcast with corect metadata + // I didn't ecountered even a single podcast with a corect metadata TagReaderClient::Instance()->SaveFileBlocking(task->file->fileName(), song); delete task;