1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0031939: Coding - correction of spelling errors in comments [part 10]

Fix various typos via codespell.
This commit is contained in:
luz paz
2021-04-19 11:42:46 +03:00
committed by bugmaster
parent b69e576af0
commit 316ea29318
339 changed files with 1743 additions and 1972 deletions

View File

@@ -156,7 +156,7 @@ void StepToTopoDS_Builder::Init
if ( TP->TraceLevel() > 2 )
{
sout << "Geometric Statitics : " << std::endl;
sout << "Geometric Statistics : " << std::endl;
sout << " Surface Continuity : - C0 : " << myTool.C0Surf() << std::endl;
sout << " - C1 : " << myTool.C1Surf() << std::endl;
sout << " - C2 : " << myTool.C2Surf() << std::endl;
@@ -263,7 +263,7 @@ void StepToTopoDS_Builder::Init
if ( TP->TraceLevel() > 2 )
{
sout << "Geometric Statitics : " << std::endl;
sout << "Geometric Statistics : " << std::endl;
sout << " Surface Continuity : - C0 : " << myTool.C0Surf() << std::endl;
sout << " - C1 : " << myTool.C1Surf() << std::endl;
sout << " - C2 : " << myTool.C2Surf() << std::endl;
@@ -478,7 +478,7 @@ void StepToTopoDS_Builder::Init
if ( TP->TraceLevel() > 2 )
{
sout << "Geometric Statitics : " << std::endl;
sout << "Geometric Statistics : " << std::endl;
sout << " Surface Continuity : - C0 : " << myTool.C0Surf() << std::endl;
sout << " - C1 : " << myTool.C1Surf() << std::endl;
sout << " - C2 : " << myTool.C2Surf() << std::endl;

View File

@@ -170,7 +170,7 @@ Standard_Boolean StepToTopoDS_GeometricTool::IsLikeSeam
}
// the two oriented edges are not in the same wire
if (nbOE == 1) {
// check is the two pcurve are not indentical ?
// check if the two pcurves are not identical ?
Handle(StepGeom_Line) line1 = Handle(StepGeom_Line)::DownCast
(StepPCurve1->ReferenceToCurve()->ItemsValue(1));
Handle(StepGeom_Line) line2 = Handle(StepGeom_Line)::DownCast

View File

@@ -329,7 +329,7 @@ void StepToTopoDS_TranslateEdgeLoop::Init(const Handle(StepShape_FaceBound)& Fac
anException.Print(std::cout); std::cout << std::endl;
#endif
(void)anException;
TP->AddFail(C, "Exeption was raised. Curve geometry definition is incorrect");
TP->AddFail(C, "Exception was raised. Curve geometry definition is incorrect");
}
}
@@ -581,8 +581,8 @@ void StepToTopoDS_TranslateEdgeLoop::Init(const Handle(StepShape_FaceBound)& Fac
if (hasPcurve && (isSeam || ThereIsLikeSeam)) {
// -----------------------------------------------------------
// The Edge is a Seam Edge : The pcurve wich is FORWARD has to
// be identified
// The Edge is a Seam Edge : The pcurve which is FORWARD has
// to be identified
// -----------------------------------------------------------
if ((!C2d1.IsNull()) && (!C2d2.IsNull())) {