Salome HOME
Merge branch 'nct/helpmenu'
[modules/med.git] / idl / MEDCouplingCorbaServant.idl
index f86939def64cf0585171ba2673014b73d0ecd80c..f8dbf2bf3417d995a14c119eb8e88525e19ddab6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2020  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -58,7 +58,7 @@ module SALOME_MED
   interface MEDCouplingMeshCorbaInterface : MEDCouplingRefCountCorbaInterface
   {
     string getName();
-    //!CORBA inplementation of MEDCouplingPointSet::getTinySerializationInformation
+    //!CORBA implementation of MEDCouplingPointSet::getTinySerializationInformation
     void getTinyInfo(out SALOME_TYPES::ListOfDouble da, out SALOME_TYPES::ListOfLong la, out SALOME_TYPES::ListOfString sa);
     void getSerialisationData(out SALOME_TYPES::ListOfLong la, out SALOME_TYPES::ListOfDouble da);
   };