Fixes by misspell-fixer

This commit is contained in:
github-actions[bot]
2020-06-03 20:31:58 +00:00
committed by Magne Sjaastad
parent 490dc1aa05
commit 674b764cb6
63 changed files with 143 additions and 143 deletions

View File

@@ -127,7 +127,7 @@ void RimMeasurement::removeAllPoints()
//--------------------------------------------------------------------------------------------------
QString RimMeasurement::label() const
{
auto lengths = calculateLenghts();
auto lengths = calculateLengths();
QString text;
@@ -156,7 +156,7 @@ QString RimMeasurement::label() const
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimMeasurement::Lengths RimMeasurement::calculateLenghts() const
RimMeasurement::Lengths RimMeasurement::calculateLengths() const
{
Lengths lengths;

View File

@@ -78,7 +78,7 @@ public:
QString label() const;
private:
Lengths calculateLenghts() const;
Lengths calculateLengths() const;
void updateView() const;