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
@@ -325,7 +325,7 @@ void RifWellPathImporter::readAllAsciiWellData( const QString& filePath )
|
||||
QString name = wellName.c_str();
|
||||
if ( !name.trimmed().isEmpty() )
|
||||
{
|
||||
// Do not overwrite the name aquired from a line above, if this line is empty
|
||||
// Do not overwrite the name acquired from a line above, if this line is empty
|
||||
fileWellDataArray.back().m_name = name.trimmed();
|
||||
}
|
||||
hasReadWellPointInCurrentWell = false;
|
||||
|
||||
Reference in New Issue
Block a user