Salome HOME
Updated copyright comment
[tools/medcoupling.git] / src / INTERP_KERNEL / Interpolation2DCurve.hxx
index 7eaa188898cb41f9174b36a80fdc7d2e477acb05..9f6f908ba076971d28f30d080bd062a25611992d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -31,7 +31,7 @@ namespace INTERP_KERNEL
   public:
     Interpolation2DCurve();
     Interpolation2DCurve(const InterpolationOptions& io);
-    // geometric precision, intersection tolerance, coice of the median line,
+    // geometric precision, intersection tolerance, choice of the median line,
     void setOptions(double precision, double tolerance, double medianLine);
   };
 }