mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by misspell-fixer
This commit is contained in:
committed by
Magne Sjaastad
parent
490dc1aa05
commit
674b764cb6
@@ -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;
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ public:
|
||||
QString label() const;
|
||||
|
||||
private:
|
||||
Lengths calculateLenghts() const;
|
||||
Lengths calculateLengths() const;
|
||||
|
||||
void updateView() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user