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
Fix various typos Fixed via `codespell v2.0.dev`
This commit is contained in:
@@ -969,7 +969,7 @@ private:
|
||||
for (j=index;j<=index+nb_vertexG1;j++){ //secondary loop inside each group
|
||||
Curve1=ArrayOfCurves(j);
|
||||
|
||||
if (index==j) //initialisation at the begining of the loop
|
||||
if (index==j) //initialisation at the beginning of the loop
|
||||
ArrayOfConcatenated->SetValue(i,Curve1);
|
||||
else{
|
||||
GeomConvert_CompCurveToBSplineCurve C (ArrayOfConcatenated->Value(i));
|
||||
@@ -1114,7 +1114,7 @@ void GeomConvert::ConcatC1(TColGeom_Array1OfBSplineCurve& ArrayOfCurv
|
||||
else
|
||||
Curve1=ArrayOfCurves(j);
|
||||
|
||||
if (j==0) //initialisation at the begining of the loop
|
||||
if (j==0) //initialisation at the beginning of the loop
|
||||
Curve2=Curve1;
|
||||
else{
|
||||
if ( (j==(nb_curve-1)) && (NeedDoubleDegRepara)){
|
||||
@@ -1229,7 +1229,7 @@ void GeomConvert::ConcatC1(TColGeom_Array1OfBSplineCurve& ArrayOfCurv
|
||||
else
|
||||
Curve1=ArrayOfCurves(j);
|
||||
|
||||
if (index==j) //initialisation at the begining of the loop
|
||||
if (index==j) //initialisation at the beginning of the loop
|
||||
ArrayOfConcatenated->SetValue(i,Curve1);
|
||||
else
|
||||
{
|
||||
|
@@ -66,7 +66,7 @@ public:
|
||||
Standard_EXPORT Handle(Geom_BSplineCurve) Curve() const;
|
||||
|
||||
//! returns Standard_True if the approximation has
|
||||
//! been done within requiered tolerance
|
||||
//! been done within required tolerance
|
||||
Standard_EXPORT Standard_Boolean IsDone() const;
|
||||
|
||||
//! Returns Standard_True if the approximation did come out
|
||||
|
@@ -85,7 +85,7 @@ public:
|
||||
//! has been done, 0 if no approximation )
|
||||
Standard_EXPORT Standard_Real MaxError() const;
|
||||
|
||||
//! Prints on the stream o informations on the current state of the object.
|
||||
//! Prints on the stream o information on the current state of the object.
|
||||
Standard_EXPORT void Dump (Standard_OStream& o) const;
|
||||
|
||||
|
||||
|
@@ -287,7 +287,7 @@ protected:
|
||||
private:
|
||||
|
||||
|
||||
//! It used internaly by the constructors.
|
||||
//! It used internally by the constructors.
|
||||
Standard_EXPORT void Perform (const TColGeom_Array2OfBezierSurface& Beziers);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user