From a27b6d3561e113cf758c2a7e5172e045741997cc Mon Sep 17 00:00:00 2001 From: David Sansome Date: Tue, 15 Jun 2010 13:28:08 +0000 Subject: [PATCH] Herp derp --- src/core/songloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/songloader.cpp b/src/core/songloader.cpp index 2f572bfb7..69600c3bc 100644 --- a/src/core/songloader.cpp +++ b/src/core/songloader.cpp @@ -101,7 +101,7 @@ SongLoader::Result SongLoader::LoadRemote() { // First we wait for typefinder to tell us what it is. If it's not text/plain // or text/uri-list assume it's a song and return success. // Otherwise wait to get 512 bytes of data and do magic on it - if the magic - // fails then we don't no what it is so return failure. + // fails then we don't know what it is so return failure. // If the magic succeeds then we know for sure it's a playlist - so read the // rest of the file, parse the playlist and return success.