msg typo fix

This commit is contained in:
goncalvesmachadoc
2023-02-09 10:09:30 +01:00
parent 599979452a
commit 5c1b6f5dbc

View File

@@ -93,7 +93,7 @@ namespace Opm {
if ( (deckItem.data_size() % numColumns()) != 0) {
throw std::runtime_error {
fmt::format("{For table {} with ID {}: "
fmt::format("For table {} with ID {}: "
"Number of input table elements ({}) is "
"not a multiple of table's specified number "
"of columns ({})",