X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_2smeshpy.hxx;fp=src%2FSMESH_I%2FSMESH_2smeshpy.hxx;h=b62e1203fe49fb91f0443b2bb7d909161fbcebf7;hp=c8c0a63748e1c2baab2a68514ba3c188b1b6ab18;hb=96b56d1ee6cac6144b4cb376187ec7c21be4ae51;hpb=16a07c876163e3c993e41db77e9181789b7324b8 diff --git a/src/SMESH_I/SMESH_2smeshpy.hxx b/src/SMESH_I/SMESH_2smeshpy.hxx index c8c0a6374..b62e1203f 100644 --- a/src/SMESH_I/SMESH_2smeshpy.hxx +++ b/src/SMESH_I/SMESH_2smeshpy.hxx @@ -422,7 +422,7 @@ protected: std::list myUnusedCommands; std::list myReferredObjs; // maps used to clear commands setting parameters if result of setting is - // discared (e.g. by mesh.Clear()) + // discarded (e.g. by mesh.Clear()) std::map<_AString, std::list > myMeth2Commands; std::map< _pyCommand::TAddr, std::list > myComputeAddr2Cmds; std::list myComputeCmds;