0031939: Coding - correction of spelling errors in comments [part 5]
[occt.git] / src / BRepBuilderAPI / BRepBuilderAPI_Sewing.hxx
index 03810e4..d11c936 100644 (file)
@@ -60,10 +60,10 @@ DEFINE_STANDARD_HANDLE(BRepBuilderAPI_Sewing, Standard_Transient)
 
 //! Provides methods to
 //!
-//! - identify possible contigous boundaries (for control
+//! - identify possible contiguous boundaries (for control
 //! afterwards (of continuity: C0, C1, ...))
 //!
-//! - assemble contigous shapes into one shape.
+//! - assemble contiguous shapes into one shape.
 //! Only manifold shapes will be found. Sewing will not
 //! be done in case of multiple edges.
 //!
@@ -131,13 +131,13 @@ public:
   //! Gives each multiple edge
   Standard_EXPORT const TopoDS_Edge& MultipleEdge (const Standard_Integer index) const;
   
-  //! Gives the number of contigous edges (edge shared by two faces)
+  //! Gives the number of contiguous edges (edge shared by two faces)
   Standard_EXPORT Standard_Integer NbContigousEdges() const;
   
-  //! Gives each contigous edge
+  //! Gives each contiguous edge
   Standard_EXPORT const TopoDS_Edge& ContigousEdge (const Standard_Integer index) const;
   
-  //! Gives the sections (edge) belonging to a contigous edge
+  //! Gives the sections (edge) belonging to a contiguous edge
   Standard_EXPORT const TopTools_ListOfShape& ContigousEdgeCouple (const Standard_Integer index) const;
   
   //! Indicates if a section is bound (before use SectionToBoundary)