Salome HOME
typo-fix by Kunda
[modules/smesh.git] / src / SMESH / SMESH_Gen.cxx
index 69e499dd5effcb8884fc45b732ea9091ac037258..c62e70e32ba4006cb04e535064b53a6e567a90c3 100644 (file)
@@ -675,7 +675,7 @@ static bool checkConformIgnoredAlgos(SMESH_Mesh&               aMesh,
           checkConform = false; // no more check conformity
           INFOS( "ERROR: Local <" << algo->GetName() <<
                 "> would produce not conform mesh: "
-                "<Not Conform Mesh Allowed> hypotesis is missing");
+                "<Not Conform Mesh Allowed> hypothesis is missing");
           theErrors.push_back( SMESH_Gen::TAlgoStateError() );
           theErrors.back().Set( SMESH_Hypothesis::HYP_NOTCONFORM, algo, false );
         }