Salome HOME
Typo and whitespace fixes by Kunda
[modules/med.git] / src / MEDCouplingCorba / Client / MEDCouplingMeshClient.cxx
index dee9e8ee6c48e9a13a53b8c71d483f62e8553f96..58436cc3edb00b68936571da959207693e18f165 100644 (file)
@@ -95,7 +95,7 @@ void MEDCouplingMeshClient::fillMeshFromCorbaData(MEDCouplingMesh *meshCpp, SALO
 {
   meshPtr->Register();
   //1st call to getTinyInfo to get tiny array of key integers value
-  //to corectly resize local copy of distant instance addressed by 'meshPtr'
+  //to correctly resize local copy of distant instance addressed by 'meshPtr'
   //1st value of returned array is the type of instance. Thanks to
   //CORBA and its type-check no use of this value is necessary.
   SALOME_TYPES::ListOfDouble *tinyD;