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:
@@ -326,7 +326,7 @@ BRepCheck_Status BRepCheck_Wire::Closed(const Standard_Boolean Update)
|
||||
return myCstat;
|
||||
}
|
||||
|
||||
// Checks the number of occurence of an edge : maximum 2, and in this
|
||||
// Checks the number of occurrence of an edge : maximum 2, and in this
|
||||
// case, one time FORWARD and one time REVERSED
|
||||
|
||||
Standard_Boolean yabug = Standard_False;
|
||||
|
@@ -64,7 +64,7 @@ public:
|
||||
//! **BRepCheck_NotConnected, if wire is not
|
||||
//! topologically closed
|
||||
//! **BRepCheck_RedundantEdge, if an edge is in wire
|
||||
//! more than 3 times or in case of 2 occurences if
|
||||
//! more than 3 times or in case of 2 occurrences if
|
||||
//! not with FORWARD and REVERSED orientation.
|
||||
//! **BRepCheck_NoError
|
||||
Standard_EXPORT BRepCheck_Status Closed (const Standard_Boolean Update = Standard_False);
|
||||
|
Reference in New Issue
Block a user