Spelling fixes pointed out by lintian.

This commit is contained in:
Markus Blatt
2021-06-11 15:31:00 +02:00
parent 428563e33a
commit 50ec3bca05
11 changed files with 14 additions and 14 deletions

View File

@@ -168,7 +168,7 @@ void python::common::export_DeckKeyword(py::module& module) {
}
catch (const std::exception& e_string) {}
throw py::type_error("DeckKeyword: tried to add unkown type to record.");
throw py::type_error("DeckKeyword: tried to add unknown type to record.");
}
value_record_list.push_back( value_record );