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 8]
Fix various typos Fixed via codespell v2.1.dev
This commit is contained in:
@@ -708,7 +708,7 @@ Standard_Boolean BRepLib_FuseEdges::NextConnexEdge(const TopoDS_Vertex& theVerte
|
||||
itFac1.Next();
|
||||
}
|
||||
|
||||
// 3rd condition : same suport
|
||||
// 3rd condition : same support
|
||||
if (HasConnex) {
|
||||
HasConnex = SameSupport(TopoDS::Edge(theEdge),TopoDS::Edge(theEdgeConnex));
|
||||
}
|
||||
|
Reference in New Issue
Block a user