mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Merge pull request #3836 from blattms/spelling-fix
Fixes spelling shoule -> should
This commit is contained in:
commit
a7e2b25627
@ -335,7 +335,7 @@ namespace Opm{
|
||||
}
|
||||
|
||||
if (krog.front() < 0.0 || krog.back() > 1.0) {
|
||||
const std::string msg = "In SLGOF table SATNUM = " + regionIdx + ", krog shoule be in range [0, 1].";
|
||||
const std::string msg = "In SLGOF table SATNUM = " + regionIdx + ", krog should be in range [0, 1].";
|
||||
OpmLog::error(msg);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user