Merge pull request #2937 from blattms/udqenum-fix-spelling

Fixes spelling error in UDQEnums.cpp
This commit is contained in:
Joakim Hove 2022-01-21 21:00:33 +01:00 committed by GitHub
commit 1c3aa651f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -554,7 +554,7 @@ UDAControl udaControl(int uda_code) {
case 600017:
return UDAControl::GCONINJE_TARGET_VOID_FRACTION;
default:
throw std::logic_error("Unknonw UDA integer control code");
throw std::logic_error("Unknown UDA integer control code");
}
}