mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031939: Coding - correction of spelling errors in comments [part 5]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -141,7 +141,7 @@ public:
|
||||
//! Update a compound (nothing is done)
|
||||
Standard_EXPORT static void Update (const TopoDS_Compound& C);
|
||||
|
||||
//! Update a shape, call the corect update.
|
||||
//! Update a shape, call the correct update.
|
||||
Standard_EXPORT static void Update (const TopoDS_Shape& S);
|
||||
|
||||
//! For each edge of the face <F> reset the UV points
|
||||
|
@@ -412,7 +412,7 @@ Standard_Boolean BRepTools_Modifier::Rebuild
|
||||
{
|
||||
// rem dub 16/09/97 : Make constant topology or not make at all.
|
||||
// Do not make if CopySurface = 1
|
||||
// Atention, TRUE sewing edges (RealyClosed)
|
||||
// Atention, TRUE sewing edges (ReallyClosed)
|
||||
// stay even if CopySurface is true.
|
||||
|
||||
// check that edge contains two pcurves on this surface:
|
||||
|
@@ -89,7 +89,7 @@ public:
|
||||
//! vertex, an edge or a face)
|
||||
Standard_EXPORT Standard_Boolean IsCopied (const TopoDS_Shape& S) const;
|
||||
|
||||
//! Returns the shape substitued to <S> in the Quilt.
|
||||
//! Returns the shape substituted to <S> in the Quilt.
|
||||
Standard_EXPORT const TopoDS_Shape& Copy (const TopoDS_Shape& S) const;
|
||||
|
||||
//! Returns a Compound of shells made from the current
|
||||
|
@@ -77,7 +77,7 @@
|
||||
// Workaround is following: Now we don`t use tellg for get position in stream.
|
||||
// Now able to read file (when reading TopAbs_FACE) without tellg.
|
||||
// We simple check the next string if there are value that equal 2
|
||||
// (It means a parametr for triangulation).
|
||||
// (It means a parameter for triangulation).
|
||||
|
||||
|
||||
//=======================================================================
|
||||
|
@@ -69,7 +69,7 @@ public:
|
||||
//! Returns True if <S> has been replaced .
|
||||
Standard_EXPORT Standard_Boolean IsCopied (const TopoDS_Shape& S) const;
|
||||
|
||||
//! Returns the set of shapes substitued to <S> .
|
||||
//! Returns the set of shapes substituted to <S>.
|
||||
Standard_EXPORT const TopTools_ListOfShape& Copy (const TopoDS_Shape& S) const;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user