diff --git a/ProcessLib/SmallDeformationWithLIE/Common/MeshUtils.cpp b/ProcessLib/SmallDeformationWithLIE/Common/MeshUtils.cpp index a66f35a514c104d222a23bda5b0b13020e568c95..9aaf3ebe6f00e8ebdf744a0461b2e7e6d791168d 100644 --- a/ProcessLib/SmallDeformationWithLIE/Common/MeshUtils.cpp +++ b/ProcessLib/SmallDeformationWithLIE/Common/MeshUtils.cpp @@ -58,7 +58,7 @@ void getFractureMatrixDataInMesh( MeshLib::Node const* node = e->getNode(i); for (unsigned j=0; j<node->getNumberOfElements(); j++) { - // only matrix elemetns + // only matrix elements if (node->getElement(j)->getDimension() == mesh.getDimension()-1) continue; vec_fracutre_matrix_elements.push_back(const_cast<MeshLib::Element*>(node->getElement(j)));