From: eap Date: Wed, 19 Feb 2020 16:36:40 +0000 (+0300) Subject: #18723. fix typo X-Git-Tag: V9_5_0a1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3112df8e2371b280f598abb93b3d2faaad63f307;p=plugins%2Fgmshplugin.git #18723. fix typo --- 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;