From 52408ad1b5f54d6239f94339dfd04ef5b628600c Mon Sep 17 00:00:00 2001 From: Claus Assmann Date: Tue, 25 Nov 2014 11:42:08 +0000 Subject: [PATCH] More spelling errors .. Mark cannot spell for tofu. --- src/CsvRideFile.cpp | 2 +- src/GoogleMapControl.cpp | 1 - src/MoxyDevice.cpp | 2 +- src/RideImportWizard.cpp | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/CsvRideFile.cpp b/src/CsvRideFile.cpp index d6799918c..f6a8dd76c 100644 --- a/src/CsvRideFile.cpp +++ b/src/CsvRideFile.cpp @@ -344,7 +344,7 @@ RideFile *CsvFileReader::openRideFile(QFile &file, QStringList &errors, QListitem(i,1)->setText(ride->startTime().toString(tr("dd MMM yyyy"))); tableWidget->item(i,2)->setText(ride->startTime().toString("hh:mm:ss")); @@ -607,7 +607,7 @@ RideImportWizard::process() if (needdates == 0) { // no need to wait for the user to input dates - // nd press save if all the dates are set + // and press save if all the dates are set // (i.e. they got set by the file importers already) // do nothing for now since we need to confirm dates // and confirm overwrite files rather than importing