X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FMEDCalculator.idl;h=0c47622074895e1b74b679b431a21ce65115a80b;hb=bb9014c6fe3e097edd7009a00dc56f514c680365;hp=6e8467a6dc6cd0e2484e5e9650fdf54196dc3278;hpb=b23988dad1f2a39ed6630f1ee4eb090e240d9b27;p=modules%2Fmed.git diff --git a/idl/MEDCalculator.idl b/idl/MEDCalculator.idl index 6e8467a6d..0c4762207 100644 --- a/idl/MEDCalculator.idl +++ b/idl/MEDCalculator.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2011-2022 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 @@ -56,7 +56,7 @@ module MEDCALC /*! Linear transformation of the field f (factor*f+offset) */ FieldHandler lin(in FieldHandler f, in double factor, in double offset) raises (SALOME::SALOME_Exception); - /*! Dublication of the field f */ + /*! Duplication of the field f */ FieldHandler dup(in FieldHandler f) raises (SALOME::SALOME_Exception);