X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBlockFix%2FBlockFix.cxx;h=30f2505d97193e16bc7d80e2d1fac2bb9f6b9d8b;hb=a9fe5759c52e7f225c6b1403bf93fc97c10874b9;hp=3c095f058f13288f1c33b0ea48e638e02cf7bab0;hpb=fde342bef471648e5265fa28f6464241708c79d4;p=modules%2Fgeom.git diff --git a/src/BlockFix/BlockFix.cxx b/src/BlockFix/BlockFix.cxx index 3c095f058..30f2505d9 100644 --- a/src/BlockFix/BlockFix.cxx +++ b/src/BlockFix/BlockFix.cxx @@ -95,7 +95,7 @@ static void FixResult(const TopoDS_Shape& result, { for (TopExp_Explorer ex_f(result,TopAbs_FACE); ex_f.More(); ex_f.Next()) { TopoDS_Shape aShape = Context->Apply(ex_f.Current().Oriented(TopAbs_FORWARD)); - // face coud not be dropped or splitted on this step + // face could not be dropped or split on this step TopoDS_Face aFace = TopoDS::Face(aShape); TopLoc_Location L; Handle(Geom_Surface) Surf = BRep_Tool::Surface(aFace,L);