Salome HOME
Merge V8_4_BR branch.
[modules/geom.git] / src / ShHealOper / ShHealOper_FillHoles.cxx
index 70a65d688d21fc6d56161a6725e8e87d2906e496..058f9c706d322c51fbe703124457fc5a3df6f632 100644 (file)
@@ -359,7 +359,7 @@ Standard_Boolean ShHealOper_FillHoles::addFace(const Handle(Geom_Surface)& theSu
     aB.Range (anEdge, aFace, aF, aL);
 
     // Set orientation of the edge: orientation should be changed
-    // if its orientation does not make sence with curve orientation
+    // if its orientation does not make sense with curve orientation
     // recommended by GeomPlate
     if ((anEdge.Orientation() == TopAbs_FORWARD) ==
         (theSenses->Value (theOrders->Value (aInd)) == 1)) {