Salome HOME
Deal with pipes
[tools/medcoupling.git] / src / INTERP_KERNEL / InterpolationCurve.txx
index fd25ef29a291497701800e7fe83f89151a5f0858..540fb13def76c962972bb586ac046b953eb681eb 100644 (file)
@@ -168,7 +168,7 @@ namespace INTERP_KERNEL
       throw INTERP_KERNEL::Exception("Invalid method specified ! Must be in : \"P0P0\" \"P0P1\" \"P1P0\" or \"P1P1\"");
     /****************************************************************/
     /* Create a search tree based on the bounding boxes             */
-    /* Instanciate the intersector and initialise the result vector */
+    /* Instantiate the intersector and initialise the result vector */
     /****************************************************************/
  
     long start_filtering=clock();