]> SALOME platform Git repositories - plugins/gmshplugin.git/commitdiff
Salome HOME
#18723. fix typo V9_5_0a1
authoreap <eap@opencascade.com>
Wed, 19 Feb 2020 16:36:40 +0000 (19:36 +0300)
committereap <eap@opencascade.com>
Wed, 19 Feb 2020 16:36:40 +0000 (19:36 +0300)
src/GMSHPlugin/GMSHPlugin_Mesher.cxx

index 6df94eaf19a7db357a627d11bed24c14250df7ce..48b8ef1088922c01c17ca3adcddffd72ab969c4a 100644 (file)
@@ -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<int> tags;