Salome HOME
Typo-fix by Kunda
[modules/geom.git] / src / BlockFix / BlockFix.cxx
index 3c095f058f13288f1c33b0ea48e638e02cf7bab0..30f2505d97193e16bc7d80e2d1fac2bb9f6b9d8b 100644 (file)
@@ -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);