X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Gen.idl;h=ec7b9ebba6250876b1eee7ca8e349bf89de83d02;hp=4e29fa63b53123fa59b7defc9b9ffc929b354c53;hb=refs%2Ftags%2FV9_0_0;hpb=d3e1cabf77f67408ac401e2d387e721605cb3b10 diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index 4e29fa63b..ec7b9ebba 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -76,7 +76,7 @@ module SMESH const long Tag_LastGroup = 16; /*! - * Hypothesis definintion error + * Hypothesis definition error */ struct AlgoStateError { @@ -154,7 +154,7 @@ module SMESH boolean IsEnablePublish(); /*! - * Create a hypothesis that can be shared by differents parts of the mesh. + * Create a hypothesis that can be shared by different parts of the mesh. * An hypothesis is either: * - a method used to generate or modify a part of the mesh (algorithm). * - a parameter or a law used by an algorithm. @@ -348,7 +348,7 @@ module SMESH raises ( SALOME::SALOME_Exception ); /*! - * Return errors of hypotheses definintion + * Return errors of hypotheses definition * algo_error_array is empty if everything is OK */ algo_error_array GetAlgoState( in SMESH_Mesh theMesh,