Salome HOME
typo-fix by Kunda
[modules/geom.git] / src / BlockFix / BlockFix_SphereSpaceModifier.cxx
index ace1f9059d00ab033863d49512dbd3fa613a4a49..ec9aba59a8a7c7cbb658b1002d34fd2200cbae8c 100644 (file)
@@ -213,7 +213,7 @@ Standard_Boolean BlockFix_SphereSpaceModifier::NewCurve2d(const TopoDS_Edge& E,c
     Handle(Geom_Curve) C3d = BRep_Tool::Curve ( E, LC, f, l );
     Handle(Geom_Surface) S = BRep_Tool::Surface(F, LS);
 
-    //taking into accound the orientation of the seam
+    //taking into account the orientation of the seam
     C = BRep_Tool::CurveOnSurface(E,F,f,l);
     Tol = BRep_Tool::Tolerance(E);