Salome HOME
typo-fix by Kunda V8_5_0a1
authoreap <eap@opencascade.com>
Tue, 27 Feb 2018 11:26:42 +0000 (14:26 +0300)
committereap <eap@opencascade.com>
Tue, 27 Feb 2018 11:26:42 +0000 (14:26 +0300)
http://www.salome-platform.org/forum/forum_9/975195177

src/INTERP_KERNEL/Interpolation2DCurve.hxx
src/INTERP_KERNEL/InterpolationPlanar.hxx
src/MEDCoupling/MEDCouplingUMesh.cxx

index 7eaa188898cb41f9174b36a80fdc7d2e477acb05..f10c23826c872b06cabea653fae444bb570e2d93 100644 (file)
@@ -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);
   };
 }
index 6a44d8654a18d40923e1e9de0299202cccb35c78..f56496e588eb5221a13e8c02caafa91acdad7bc6 100644 (file)
@@ -37,7 +37,7 @@ namespace INTERP_KERNEL
     InterpolationPlanar();
     InterpolationPlanar(const InterpolationOptions & io);
 
-    // geometric precision, debug print level, coice of the median plane, intersection etc ...
+    // geometric precision, debug print level, choice of the median plane, intersection etc ...
     void setOptions(double precision, int printLevel,
                     IntersectionType intersectionType, int orientation=0);
     
index ee74930096d04567a3a9f28742b0e043d680a8e2..3402002e8fe5e8759d85572618adf0cfbfbf5b55 100644 (file)
@@ -404,7 +404,7 @@ MEDCouplingUMeshCellIterator *MEDCouplingUMesh::cellIterator()
 
 /*!
  * Entry point for iteration over cells groups geo types per geotypes. Warning the returned cell iterator should be deallocated.
- * If \a this is not so that that cells are grouped by geo types this method will throw an exception.
+ * If \a this is not so that the cells are grouped by geo types, this method will throw an exception.
  * In this case MEDCouplingUMesh::sortCellsInMEDFileFrmt or MEDCouplingUMesh::rearrange2ConsecutiveCellTypes methods for example can be called before invoking this method.
  * Useful for python users.
  */