Merge pull request #3836 from blattms/spelling-fix

Fixes spelling shoule -> should
This commit is contained in:
Markus Blatt 2022-03-09 17:59:45 +01:00 committed by GitHub
commit a7e2b25627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}