Salome HOME
BUG: Mesh Failed dialog shows negative shape ID if nb shapes > SHORT_MAX
[modules/smesh.git] / src / SMESHUtils / SMESH_TryCatch.hxx
index 76f4b3378e24e46d873eb954c9ad28c4ee785bf0..7c195c379b8ccaf9098bff0b7a3f34d19fd3c270 100644 (file)
@@ -66,7 +66,7 @@
 //-------------------------------------------------------------------------------------
 // A macro makes description of a caught exception and calls onExceptionFun(const char*).
 // Several onExceptionFun() are defined here: throwSalomeEx(), doNothing() and returnError().
-// To add your own catch close, define SMY_OWN_CATCH macro before including this file.
+// To add your own catch clause, define SMY_OWN_CATCH macro before including this file.
 
 #define SMESH_CATCH( onExceptionFun )                                   \
   }                                                                     \