mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Fix comment spelling errors
.. lots of them !
This commit is contained in:
committed by
Mark Liversedge
parent
1cd85fa415
commit
35eb416bd2
@@ -54,7 +54,7 @@ SplitActivityWizard::SplitActivityWizard(Context *context) : QWizard(context->ma
|
||||
usedMinimumSegmentSize = usedMinimumGap = -1;
|
||||
|
||||
// set initial intervals list, will be adjusted
|
||||
// if the user modifies the default paramters
|
||||
// if the user modifies the default parameters
|
||||
intervals = new QTreeWidget;
|
||||
intervals->headerItem()->setText(0, tr(""));
|
||||
intervals->headerItem()->setText(1, tr("Start"));
|
||||
@@ -503,7 +503,7 @@ SplitKeep::SplitKeep(SplitActivityWizard *parent) : QWizardPage(parent), wizard(
|
||||
connect(keepOriginal, SIGNAL(stateChanged(int)), this, SLOT(keepOriginalChanged()));
|
||||
}
|
||||
|
||||
// paramters
|
||||
// parameters
|
||||
SplitParameters::SplitParameters(SplitActivityWizard *parent) : QWizardPage(parent), wizard(parent)
|
||||
{
|
||||
setTitle(tr("Split Parameters"));
|
||||
|
||||
Reference in New Issue
Block a user