Salome HOME
Updated copyright comment
[tools/medcoupling.git] / src / INTERP_KERNEL / Interpolation2DCurve.hxx
old mode 100755 (executable)
new mode 100644 (file)
index f3d2bb5..9f6f908
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  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);
   };
 }