From 3112df8e2371b280f598abb93b3d2faaad63f307 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 19 Feb 2020 19:36:40 +0300 Subject: [PATCH] #18723. fix typo --- src/GMSHPlugin/GMSHPlugin_Mesher.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GMSHPlugin/GMSHPlugin_Mesher.cxx b/src/GMSHPlugin/GMSHPlugin_Mesher.cxx index 6df94ea..48b8ef1 100644 --- a/src/GMSHPlugin/GMSHPlugin_Mesher.cxx +++ b/src/GMSHPlugin/GMSHPlugin_Mesher.cxx @@ -333,7 +333,7 @@ void GMSHPlugin_Mesher::CreateGmshCompounds() SMESH_subMesh* sm = _mesh->GetSubMesh( face ); sm->GetComputeError() = SMESH_ComputeError::New - ( COMPERR_WARNING, "Compound shape does not belong to the main geometry. Ingnored"); + ( COMPERR_WARNING, "Compound shape does not belong to the main geometry. Ignored"); } } std::vector tags; -- 2.39.2