]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/STEPPlugin/STEPPlugin_ExportDriver.cxx
Salome HOME
Typo-fix by Kunda
[modules/geom.git] / src / STEPPlugin / STEPPlugin_ExportDriver.cxx
index c6bfe8580339a82f98f8f6fed457af4a48c878b0..3c50a64f794e3c38cc2efc50cd213f6162114946 100644 (file)
@@ -137,7 +137,7 @@ Standard_Integer STEPPlugin_ExportDriver::Execute(LOGBOOK& log) const
   }
   catch (Standard_Failure)
   {
-      //THROW_SALOME_CORBA_EXCEPTION("Exception catched in STEPExport", SALOME::BAD_PARAM);
+      //THROW_SALOME_CORBA_EXCEPTION("Exception caught in STEPExport", SALOME::BAD_PARAM);
   }
   return 0;
 }