Salome HOME
updated copyright message
[modules/geom.git] / src / ShHealOper / ShHealOper_CloseContour.cxx
index 0e9dfaa45b222a34c6331ac3e49a45185cc3863f..e99cf60b2c83d333b7dba6944bcc1b04cfec2912 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA, EDF, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -136,7 +136,7 @@ void ShHealOper_CloseContour::build(Handle(ShapeExtend_WireData)& theSewd)
   //checks that all specified edges belong the one face or not.
   Standard_Boolean isOneFace = checkOneFace(theSewd,aCommonFaces);
 
-  //add edge or increase max tolerance in dependance on specified VertexMode.
+  //add edge or increase max tolerance in dependence on specified VertexMode.
   //if all edges belong the one face that gap will be closed in the 2D by line
   //else gap will be closed in the 3D by line.
   myDone = fixGaps(theSewd,aCommonFaces);