mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
Fix comment spelling errors
.. lots of them !
This commit is contained in:
committed by
Mark Liversedge
parent
1cd85fa415
commit
35eb416bd2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user