mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
More spelling errors
.. Mark cannot spell for tofu.
This commit is contained in:
committed by
Mark Liversedge
parent
0db864a4d9
commit
52408ad1b5
@@ -344,7 +344,7 @@ RideFile *CsvFileReader::openRideFile(QFile &file, QStringList &errors, QList<Ri
|
||||
} else if (moxy) {
|
||||
|
||||
// we get crappy lines with no data so ignore them
|
||||
// I think they're supposed to be delimeters for the file
|
||||
// I think they're supposed to be delimiters for the file
|
||||
// content, but are just noise to us !
|
||||
if (line == (" ,,,,,") || line == ",,,,," ||
|
||||
line == "" || line == " ") continue;
|
||||
|
||||
Reference in New Issue
Block a user