More spelling errors

.. Mark cannot spell for tofu.
This commit is contained in:
Claus Assmann
2014-11-25 11:42:08 +00:00
committed by Mark Liversedge
parent 0db864a4d9
commit 52408ad1b5
4 changed files with 4 additions and 5 deletions

View File

@@ -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;