]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/ShHealOper/ShHealOper_EdgeDivide.hxx
Salome HOME
Typo-fix by Kunda
[modules/geom.git] / src / ShHealOper / ShHealOper_EdgeDivide.hxx
index d552149c8b9236089d1e542d558167e26c600cde..2302ba8e5b65858682911a40e48db7727b0f80c1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -49,14 +49,14 @@ class ShHealOper_EdgeDivide : public ShHealOper_Tool
    /// Constructor initializes by shape.
 
   Standard_EXPORT virtual void Init(const TopoDS_Shape& theShape);
-  //Method for initalization by whole shape.
+  //Method for initialization by whole shape.
 
   Standard_EXPORT Standard_Boolean Perform(const TopoDS_Shape& theEdge, 
                                            const Standard_Real theValue,
                                            const Standard_Boolean theDivideParamMode = Standard_True);
   //Performs spitting of the specified edge in the accoradnce to
   //specified mode and value.
-  //If theDivideParamMode is equal to true edge will be splitted by parameter.
+  //If theDivideParamMode is equal to true edge will be split by parameter.
   //Else edge will be spliited by length (default true).
   //theValue is coefficient for splitting from 0 to 1.