Fix comment spelling errors

.. lots of them !
This commit is contained in:
Claus Assmann
2014-11-24 15:37:56 +00:00
committed by Mark Liversedge
parent 1cd85fa415
commit 35eb416bd2
70 changed files with 279 additions and 198 deletions

View File

@@ -412,10 +412,10 @@ DownloadRideDialog::downloadClicked()
continue;
}
// remove the tempoary download file after successfull creation/renaming (just in case)
// remove the temporary download file after successful creation/renaming (just in case)
QFile::remove(files.at(i).name);
// File sucessfully downloaded and stored with proper extension - now convert to .JSON
// File successfully downloaded and stored with proper extension - now convert to .JSON
QStringList errors;
QFile currentFile(filepath);
QString targetFileName;