Salome HOME
Typo-fix by Kunda
[modules/geom.git] / src / ShHealOper / ShHealOper_CloseContour.cxx
index 5eaa14a8f074688cd4ac6b69e5aa47cdd2e87ed4..37508ce73ff19c6ab7c7dd97351b7869895febd2 100644 (file)
@@ -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);