Salome HOME
Merge V8_4_BR branch.
[modules/geom.git] / src / VTKPlugin / VTKPlugin_ExportDriver.cxx
index 9595d68525861cbf378259e90a7ce4c9503bc943..d3bc3a361f37cbb96d754d907e50dbe9ff9ec1ca 100644 (file)
@@ -100,13 +100,13 @@ Standard_Integer VTKPlugin_ExportDriver::Execute(Handle(TFunction_Logbook)& log)
     aWriter->SetFileName( aFileName.ToCString() );
     aWriter->Write();
     aWriter->Delete();
-    pd->Delete(); //instanciated by the GEOM::GetData(...) method
+    pd->Delete(); //instantiated by the GEOM::GetData(...) method
 
     return 1;
   }
   catch( Standard_Failure )
   {
-    //THROW_SALOME_CORBA_EXCEPTION("Exception catched in ExportVTK", SALOME::BAD_PARAM);
+    //THROW_SALOME_CORBA_EXCEPTION("Exception caught in ExportVTK", SALOME::BAD_PARAM);
   }
   return 0;
 }