0031939: Coding - correction of spelling errors in comments [part 8]
[occt.git] / src / BRepLib / BRepLib_MakeWire_1.cxx
index ab81724..7dde7a5 100644 (file)
@@ -306,7 +306,7 @@ void BRepLib_MakeWire::CreateNewVertices(const NCollection_List<NCollection_List
 {
   //map [old vertex => new vertex]
   //note that already existing shape (i.e. the original ones)
-  //shouldnt be modified on the topological level
+  //shouldn't be modified on the topological level
   NCollection_List<NCollection_List<TopoDS_Vertex>>::Iterator itLLV;
   NCollection_List<TopoDS_Vertex>::Iterator itLV;
   BRep_Builder aBB;
@@ -330,7 +330,7 @@ void BRepLib_MakeWire::CreateNewVertices(const NCollection_List<NCollection_List
 
     if (aNewV.IsNull())
     {
-      //vertices from the original shape isnt found in this group 
+      //vertices from the original shape isn't found in this group 
       //create the new vertex
       aNewV = BRepLib_MakeVertex(aNewC);
       aBB.UpdateVertex(aNewV, aNewTol);