Salome HOME
fix of typos by kunda http://www.salome-platform.org/forum/forum_10/789486812
[modules/med.git] / src / MEDCalc / cmp / MEDPresentationVectorField.cxx
index e7f69dcf8b56d3ee76dfefeb182eaa24187b6079..0c49e5608f237784cc040270923263e65b916385 100644 (file)
@@ -73,7 +73,7 @@ MEDPresentationVectorField::internalGeneratePipeline()
       throw KERNEL::createSalomeException(msg);
     }
 
-  setOrCreateRenderView();  // instanciate __viewXXX, needs to be after the exception above otherwise previous elements in the view will be hidden.
+  setOrCreateRenderView();  // instantiate __viewXXX, needs to be after the exception above otherwise previous elements in the view will be hidden.
 
   std::ostringstream oss;
   oss << _objVar << " = pvs.Glyph(Input=" << _srcObjVar << ", GlyphType='Arrow');";