Spelling fixes

Gbp-Pq: Name 0005-Spelling-fixes.patch
This commit is contained in:
Markus Blatt
2021-07-02 14:56:19 +02:00
parent 7fa9e8d983
commit a2246d331b
14 changed files with 17 additions and 17 deletions

View File

@@ -326,7 +326,7 @@ namespace Opm{
}
if (krg.front() > 1.0 || krg.back() < 0) {
const std::string msg = "In SLGOF table SATNUM = " + regionIdx + ", krg shoule be in range [0, 1].";
const std::string msg = "In SLGOF table SATNUM = " + regionIdx + ", krg should be in range [0, 1].";
OpmLog::error(msg);
}
if (krg.back() != 0.0) {