Salome HOME
Patch modules/med.git for Doxygen typos/grammar + misc. typos
[modules/med.git] / src / MEDCouplingCorba / Client / MEDCouplingMeshClient.cxx
index 2f14bda1b020d6f797de4d4d14033e83735ed443..23c3ac61abfbee684cf9426b048b00de4feb221c 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 adressed by 'meshPtr'
+  //to corectly 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;