Fixed spelling in error message.

This commit is contained in:
Markus Blatt 2020-08-20 10:07:55 +02:00
parent 94eb0d5ffe
commit cca38ddc36

View File

@ -71,7 +71,7 @@ namespace mswellhelpers
return y;
#else
// this is not thread safe
OPM_THROW(std::runtime_error, "Cannot use aplyUMFPack() without UMFPACK. "
OPM_THROW(std::runtime_error, "Cannot use applyUMFPack() without UMFPACK. "
"Reconfigure opm-simulator with SuiteSparse/UMFPACK support and recompile.");
#endif // HAVE_UMFPACK
}