fix spelling

This commit is contained in:
Tor Harald Sandve 2019-12-04 11:39:26 +01:00
parent 9e64896054
commit c930ac9858
2 changed files with 2 additions and 2 deletions

View File

@ -1999,7 +1999,7 @@ namespace Opm
}
if (!group.isInjectionGroup() || currentGroupControl == Group::InjectionCMode::NONE) {
// use bhp as control eq and let the updateControl code find a vallied control
// use bhp as control eq and let the updateControl code find a valid control
const auto& controls = well.injectionControls(summaryState);
control_eq = getSegmentPressure(0) - controls.bhp_limit;
return;

View File

@ -985,7 +985,7 @@ namespace Opm
}
if (!group.isInjectionGroup() || currentGroupControl == Group::InjectionCMode::NONE) {
// use bhp as control eq and let the updateControl code find a vallied control
// use bhp as control eq and let the updateControl code find a valid control
const auto& controls = well.injectionControls(summaryState);
control_eq = getBhp() - controls.bhp_limit;
return;