Merge pull request #3895 from blattms/fix-spelling

Spelling fix geomtry -> geometry.
This commit is contained in:
Bård Skaflestad 2022-04-27 21:03:53 +02:00 committed by GitHub
commit a21d7c4fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,7 +365,7 @@ namespace {
if (status != MPI_SUCCESS) { if (status != MPI_SUCCESS) {
throw std::invalid_argument { throw std::invalid_argument {
"Unable to establish cell geomtry validity across MPI ranks" "Unable to establish cell geometry validity across MPI ranks"
}; };
} }
#endif // HAVE_MPI #endif // HAVE_MPI