diff --git a/CMakeLists.txt b/CMakeLists.txt index 8576e8ba33..26208e0479 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1255,7 +1255,7 @@ foreach (OCCT_TOOLKIT ${BUILD_TOOLKITS}) endforeach() list (REMOVE_DUPLICATES OCCT_MODULES_ENABLED) list (REMOVE_DUPLICATES OCCT_COMPILE_DEFINITIONS) -# these macros are defined for specific tookits, not globalwise +# these macros are defined for specific toolkits, not globalwise list (REMOVE_ITEM OCCT_COMPILE_DEFINITIONS HAVE_OPENGL) list (REMOVE_ITEM OCCT_COMPILE_DEFINITIONS HAVE_GLES2) diff --git a/src/AdvApp2Var/AdvApp2Var_Context.cxx b/src/AdvApp2Var/AdvApp2Var_Context.cxx index 23784349b5..8e8f987c0d 100644 --- a/src/AdvApp2Var/AdvApp2Var_Context.cxx +++ b/src/AdvApp2Var/AdvApp2Var_Context.cxx @@ -33,7 +33,7 @@ static Standard_Boolean lesparam(const Standard_Integer iordre, ndgjac += (9 - (iordre+1)); //iordre rescales the frequences upwards ndgjac += (icodeo-1)*10; } - // ---> Min Number of required pointss. + // ---> Min Number of required points. if (ndgjac < 8) { nbpnts = 8; } else if (ndgjac < 10) { nbpnts = 10; } // else if (ndgjac < 15) { nbpnt = 15; } Bug Uneven number diff --git a/src/AdvApp2Var/AdvApp2Var_MathBase.cxx b/src/AdvApp2Var/AdvApp2Var_MathBase.cxx index 7641dfb915..4383b6c685 100644 --- a/src/AdvApp2Var/AdvApp2Var_MathBase.cxx +++ b/src/AdvApp2Var/AdvApp2Var_MathBase.cxx @@ -3680,7 +3680,7 @@ int AdvApp2Var_MathBase::mmeps1_(doublereal *epsilo) /* equal to 1.D-9 */ /* KEYWORDS : */ -/* ----------- */ +/* ---------- */ /* MPRCSN,PRECISON,EPS1. */ /* INPUT ARGUMENTS : */ diff --git a/src/AdvApp2Var/AdvApp2Var_SysBase.cxx b/src/AdvApp2Var/AdvApp2Var_SysBase.cxx index d8efb71e7f..503b2f10ee 100644 --- a/src/AdvApp2Var/AdvApp2Var_SysBase.cxx +++ b/src/AdvApp2Var/AdvApp2Var_SysBase.cxx @@ -2200,8 +2200,8 @@ int AdvApp2Var_SysBase::mcrdelt_(integer *iunit, /* ---------- */ /* TABLE OF MANAGEMENT OF DYNAMIC ALLOCATIONS IN MEMORY */ -/* KEYWORS : */ -/* ----------- */ +/* KEYWORDS : */ +/* ---------- */ /* SYSTEM, MEMORY, ALLOCATION */ /* DEMSCRIPTION/NOTES/LIMITATIONS : */ @@ -2867,7 +2867,7 @@ int AdvApp2Var_SysBase::mcrrqst_(integer *iunit, /* . add size of the user zone */ /* . add 8 for alinement of start address of */ /* allocation on multiple of 8 so that to be able to */ -/* set flags with Double Precision without other pb than alignement */ +/* set flags with Double Precision without other pb than alignment */ /* . add 16 octets for two flags */ ibyte = izu + 24; diff --git a/src/Approx/Approx_CurvilinearParameter.cxx b/src/Approx/Approx_CurvilinearParameter.cxx index 77ca7f8e2c..175441cab0 100644 --- a/src/Approx/Approx_CurvilinearParameter.cxx +++ b/src/Approx/Approx_CurvilinearParameter.cxx @@ -196,7 +196,7 @@ Approx_CurvilinearParameter::Approx_CurvilinearParameter(const Handle(Adaptor3d_ std::cout<<"initialization time = "< //! Has to be True. - //! It Permits an optimiztion of the computation. + //! It Permits an optimization of the computation. Standard_EXPORT Bisector_Inter(const Bisector_Bisec& C1, const IntRes2d_Domain& D1, const Bisector_Bisec& C2, const IntRes2d_Domain& D2, const Standard_Real TolConf, const Standard_Real Tol, const Standard_Boolean ComunElement); //! Intersection between 2 curves. @@ -52,7 +52,7 @@ public: //! C2 separates the elements C et D. //! If B an C have the same geometry. //! Has to be True. - //! It Permits an optimiztion of the computation. + //! It Permits an optimization of the computation. Standard_EXPORT void Perform (const Bisector_Bisec& C1, const IntRes2d_Domain& D1, const Bisector_Bisec& C2, const IntRes2d_Domain& D2, const Standard_Real TolConf, const Standard_Real Tol, const Standard_Boolean ComunElement); diff --git a/src/BlendFunc/BlendFunc_EvolRad.cxx b/src/BlendFunc/BlendFunc_EvolRad.cxx index 7ab02e2765..347f57de83 100644 --- a/src/BlendFunc/BlendFunc_EvolRad.cxx +++ b/src/BlendFunc/BlendFunc_EvolRad.cxx @@ -51,7 +51,7 @@ static void FusionneIntervalles(const TColStd_Array1OfReal& I1, //--- TABSOR is filled by parsing TABLE1 and TABLE2 simultaneously --- -//------------------ by removing multiple occurrencies ------------ +//------------------ by removing multiple occurrences ------------ while ((ind1<=I1.Upper()) && (ind2<=I2.Upper())) { v1 = I1(ind1); diff --git a/src/CDM/CDM_Application.hxx b/src/CDM/CDM_Application.hxx index 0f81748280..73105dbc05 100644 --- a/src/CDM/CDM_Application.hxx +++ b/src/CDM/CDM_Application.hxx @@ -51,7 +51,7 @@ public: //! By default, writes in MessageDriver(). Standard_EXPORT virtual void BeginOfUpdate (const Handle(CDM_Document)& aDocument); - //! this method is called affter the update of a document. + //! this method is called after the update of a document. //! By default, writes in MessageDriver(). Standard_EXPORT virtual void EndOfUpdate (const Handle(CDM_Document)& aDocument, const Standard_Boolean theStatus, const TCollection_ExtendedString& ErrorString); diff --git a/src/CDM/CDM_Document.cxx b/src/CDM/CDM_Document.cxx index c4abc6d988..ce86af1afa 100644 --- a/src/CDM/CDM_Document.cxx +++ b/src/CDM/CDM_Document.cxx @@ -532,7 +532,7 @@ void CDM_Document::SetMetaData(const Handle(CDM_MetaData)& aMetaData) aMetaData->SetDocument(this); - // Update the document refencing this MetaData: + // Update the document referencing this MetaData: CDM_DataMapIteratorOfMetaDataLookUpTable it(Application()->MetaDataLookUpTable()); for(;it.More();it.Next()) { const Handle(CDM_MetaData)& theMetaData=it.Value(); diff --git a/src/Contap/Contap_Line.hxx b/src/Contap/Contap_Line.hxx index 4c5aeb63af..0f36882115 100644 --- a/src/Contap/Contap_Line.hxx +++ b/src/Contap/Contap_Line.hxx @@ -79,7 +79,7 @@ public: Standard_EXPORT const Handle(Adaptor2d_Curve2d)& Arc() const; - //! Set The Tansition of the line. + //! Set The Transition of the line. Standard_EXPORT void SetTransitionOnS (const IntSurf_TypeTrans T); //! returns IN if at the "left" of the line, the normale of the diff --git a/src/Contap/Contap_SurfFunction.hxx b/src/Contap/Contap_SurfFunction.hxx index 8ebf3a85dc..1c867cab7e 100644 --- a/src/Contap/Contap_SurfFunction.hxx +++ b/src/Contap/Contap_SurfFunction.hxx @@ -31,7 +31,7 @@ class math_Matrix; //! This class describes the function on a parametric surface. //! the form of the function is F(u,v) = 0 where u and v are -//! the parameteric coordinates of a point on the surface, +//! the parametric coordinates of a point on the surface, //! to compute the contours of the surface. class Contap_SurfFunction : public math_FunctionSetWithDerivatives { diff --git a/src/GccAna/GccAna_Circ2d2TanOn.hxx b/src/GccAna/GccAna_Circ2d2TanOn.hxx index bc8327e355..0cc34c7e3d 100644 --- a/src/GccAna/GccAna_Circ2d2TanOn.hxx +++ b/src/GccAna/GccAna_Circ2d2TanOn.hxx @@ -185,7 +185,7 @@ public: //! (2 circles). //! If R1 is the radius of the first argument and Rsol the radius //! of the solution and dist the distance between the two centers, - //! we concider the two circles are identical if R1+dist-Rsol is + //! we consider the two circles are identical if R1+dist-Rsol is //! less than Tolerance. //! False in the other cases. //! Raises OutOfRange if Index is greater than the number @@ -196,7 +196,7 @@ public: //! (2 circles). //! If R2 is the radius of the second argument and Rsol the radius //! of the solution and dist the distance between the two centers, - //! we concider the two circles are identical if R2+dist-Rsol is + //! we consider the two circles are identical if R2+dist-Rsol is //! less than Tolerance. //! False in the other cases. //! Raises OutOfRange if Index is greater than the number diff --git a/src/GccAna/GccAna_Circ2d2TanOn_1.cxx b/src/GccAna/GccAna_Circ2d2TanOn_1.cxx index cd00d7991b..aececf5580 100644 --- a/src/GccAna/GccAna_Circ2d2TanOn_1.cxx +++ b/src/GccAna/GccAna_Circ2d2TanOn_1.cxx @@ -36,14 +36,14 @@ // Creation of a circle tangent to Circle C1 and a straight line L2. + // centered on a straight line. + // We start by making difference between cases that we are going to + -// proceess separately. + -// In general case: + +// process separately. + +// In general case: + // ==================== + -// We calculate bissectrices to C1 and L2 that give us + -// all possibles locations of centers of all circles tangent to C1 and L2+ + -// We intersect these bissectrices with straight line OnLine which gives + -// us points among which we'll choose the solutions. + -// The choices are made basing on Qualifiers of C1 and L2. + +// We calculate bissectrices to C1 and L2 that give us + +// all possible locations of centers of all circles tangent to C1 and L2 + +// We intersect these bissectrices with straight line OnLine which gives + +// us points among which we'll choose the solutions. + +// The choices are made basing on Qualifiers of C1 and L2. + //========================================================================= GccAna_Circ2d2TanOn:: GccAna_Circ2d2TanOn (const GccEnt_QualifiedCirc& Qualified1 , diff --git a/src/Geom/Geom_BSplineCurve.hxx b/src/Geom/Geom_BSplineCurve.hxx index 7648d32b36..8441b56a94 100644 --- a/src/Geom/Geom_BSplineCurve.hxx +++ b/src/Geom/Geom_BSplineCurve.hxx @@ -774,7 +774,7 @@ public: //! Creates a new object which is a copy of this BSpline curve. Standard_EXPORT Handle(Geom_Geometry) Copy() const Standard_OVERRIDE; - //! Comapare two Bspline curve on identity; + //! Compare two Bspline curve on identity; Standard_EXPORT Standard_Boolean IsEqual (const Handle(Geom_BSplineCurve)& theOther, const Standard_Real thePreci) const; //! Dumps the content of me into the stream diff --git a/src/Geom/Geom_Geometry.hxx b/src/Geom/Geom_Geometry.hxx index 85a24c1ffc..b66623cea3 100644 --- a/src/Geom/Geom_Geometry.hxx +++ b/src/Geom/Geom_Geometry.hxx @@ -91,7 +91,7 @@ public: Standard_EXPORT void Translate (const gp_Pnt& P1, const gp_Pnt& P2); - //! Transformation of a geometric object. This tansformation + //! Transformation of a geometric object. This transformation //! can be a translation, a rotation, a symmetry, a scaling //! or a complex transformation obtained by combination of //! the previous elementaries transformations. diff --git a/src/Geom2d/Geom2d_Geometry.hxx b/src/Geom2d/Geom2d_Geometry.hxx index 4d3a30d688..143dc26f65 100644 --- a/src/Geom2d/Geom2d_Geometry.hxx +++ b/src/Geom2d/Geom2d_Geometry.hxx @@ -83,7 +83,7 @@ public: //! Translates a Geometry from the point P1 to the point P2. Standard_EXPORT void Translate (const gp_Pnt2d& P1, const gp_Pnt2d& P2); - //! Transformation of a geometric object. This tansformation + //! Transformation of a geometric object. This transformation //! can be a translation, a rotation, a symmetry, a scaling //! or a complex transformation obtained by combination of //! the previous elementaries transformations. diff --git a/src/Geom2dConvert/Geom2dConvert_ApproxArcsSegments.cxx b/src/Geom2dConvert/Geom2dConvert_ApproxArcsSegments.cxx index 4dd6dfc96d..7fb4cff126 100644 --- a/src/Geom2dConvert/Geom2dConvert_ApproxArcsSegments.cxx +++ b/src/Geom2dConvert/Geom2dConvert_ApproxArcsSegments.cxx @@ -249,7 +249,7 @@ Handle(Geom2d_TrimmedCurve) Geom2dConvert_ApproxArcsSegments::makeLine // if the derivatives in the end points differ from the derivative line // more than value of the specified continuity tolerance - // then a biarc should be build instead of a line. + // then a biarc should be built instead of a line. const Standard_Real aContTolerance = ::Max(myAngleTolerance, 0.01); if (absAngle[0] > aContTolerance || absAngle[1] > aContTolerance) { //std::cout << "makeLine(): Line not built" << std::endl; @@ -257,7 +257,7 @@ Handle(Geom2d_TrimmedCurve) Geom2dConvert_ApproxArcsSegments::makeLine } } // end if (isCheck) - //bulding segment of line + //building segment of line GCE2d_MakeSegment aMakeSeg (theFirst.Point(), theLast.Point()); if (aMakeSeg.IsDone()) { Handle(Geom2d_TrimmedCurve) aCurve = aMakeSeg.Value(); @@ -367,7 +367,7 @@ Standard_Boolean Geom2dConvert_ApproxArcsSegments::makeFreeform() //======================================================================= //function : getLinearParts -//purpose : method for geting inflection points +//purpose : method for getting inflection points //======================================================================= void Geom2dConvert_ApproxArcsSegments::getLinearParts (Geom2dConvert_SequenceOfPPoint& theSeqPar) @@ -730,7 +730,7 @@ Standard_Boolean Geom2dConvert_ApproxArcsSegments::checkCurve if (aCurve.IsNull()) return Standard_False; // check fails on empty input Standard_Boolean isUniformDone = !mySeqParams.IsEmpty(); - //calcualtion sequence of the parameters or step by parameter. + //calculation sequence of the parameters or step by parameter. Standard_Integer aNbPnts = (isUniformDone ? mySeqParams.Length() :MAXPOINTS); Standard_Real aParamStep = (theLastParam - theFirstParam)/MAXPOINTS; diff --git a/src/Geom2dConvert/Geom2dConvert_CompCurveToBSplineCurve.hxx b/src/Geom2dConvert/Geom2dConvert_CompCurveToBSplineCurve.hxx index 39b3482b73..cda19895ad 100644 --- a/src/Geom2dConvert/Geom2dConvert_CompCurveToBSplineCurve.hxx +++ b/src/Geom2dConvert/Geom2dConvert_CompCurveToBSplineCurve.hxx @@ -45,7 +45,7 @@ public: //! Append a curve in the BSpline //! Return False if the curve is not G0 with the BSplineCurve. //! Tolerance is used to check continuity and decrease - //! Multiplicty at the common Knot + //! Multiplicity at the common Knot //! After is useful if BasisCurve is a closed curve . Standard_EXPORT Standard_Boolean Add (const Handle(Geom2d_BoundedCurve)& NewCurve, const Standard_Real Tolerance, const Standard_Boolean After = Standard_False); diff --git a/src/Geom2dConvert/Geom2dConvert_PPoint.hxx b/src/Geom2dConvert/Geom2dConvert_PPoint.hxx index 2e35fa6281..f30edebef6 100644 --- a/src/Geom2dConvert/Geom2dConvert_PPoint.hxx +++ b/src/Geom2dConvert/Geom2dConvert_PPoint.hxx @@ -44,11 +44,11 @@ public: Standard_EXPORT Geom2dConvert_PPoint (const Standard_Real theParameter, const Adaptor2d_Curve2d& theAdaptor); - //! Compute the distance betwwen two 2d points. + //! Compute the distance between two 2d points. inline Standard_Real Dist (const Geom2dConvert_PPoint& theOth) const { return myPoint.Distance(theOth.myPoint); } - //! Query the parmeter value. + //! Query the parameter value. inline Standard_Real Parameter () const { return myParameter; } //! Query the point location. diff --git a/src/Geom2dInt/Geom2dInt_TheIntPCurvePCurveOfGInter.hxx b/src/Geom2dInt/Geom2dInt_TheIntPCurvePCurveOfGInter.hxx index cb67428da8..106683ac7a 100644 --- a/src/Geom2dInt/Geom2dInt_TheIntPCurvePCurveOfGInter.hxx +++ b/src/Geom2dInt/Geom2dInt_TheIntPCurvePCurveOfGInter.hxx @@ -64,7 +64,7 @@ private: //! : returns false for case when some points of polygon //! : were replaced on line and exact point of intersection was not found //! : for case when point of intersection was found - //! : during prelimanary search for line (case of bad paramerization of Bspline for example). + //! : during prelimanary search for line (case of bad parameterization of Bspline for example). Standard_EXPORT Standard_Boolean findIntersect (const Adaptor2d_Curve2d& Curve1, const IntRes2d_Domain& Domain1, const Adaptor2d_Curve2d& Curve2, const IntRes2d_Domain& Domain2, const Standard_Real TolConf, const Standard_Real Tol, const Standard_Integer NbIter, const Standard_Real DeltaU, const Standard_Real DeltaV, const Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter& thePoly1, const Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter& thePoly2, const Standard_Boolean isFullRepresentation); IntRes2d_Domain DomainOnCurve1; diff --git a/src/GeomConvert/GeomConvert.cxx b/src/GeomConvert/GeomConvert.cxx index b607fd0b5d..1505342883 100644 --- a/src/GeomConvert/GeomConvert.cxx +++ b/src/GeomConvert/GeomConvert.cxx @@ -791,7 +791,7 @@ private: First; Standard_Real PreLast = 0.; GeomAbs_Shape Cont; - gp_Vec Vec1,Vec2; //concecutive tangential vectors + gp_Vec Vec1,Vec2; //consecutive tangential vectors gp_Pnt Pint; Handle(Geom_BSplineCurve) Curve1,Curve2; TColStd_Array1OfBoolean tabG1(0,nb_curve-2); //array of the G1 continuity at the intersections @@ -1019,7 +1019,7 @@ void GeomConvert::ConcatC1(TColGeom_Array1OfBSplineCurve& ArrayOfCurv Standard_Real PreLast = 0.; GeomAbs_Shape Cont; - gp_Vec Vec1,Vec2; //concecutive tangential vectors + gp_Vec Vec1,Vec2; //consecutive tangential vectors gp_Pnt Pint; Handle(Geom_BSplineCurve) Curve1,Curve2; TColStd_Array1OfBoolean tabG1(0,nb_curve-2); //array of the G1 continuity at the intersections diff --git a/src/GeomConvert/GeomConvert_1.cxx b/src/GeomConvert/GeomConvert_1.cxx index c3a6b3a85b..0f81789cbd 100644 --- a/src/GeomConvert/GeomConvert_1.cxx +++ b/src/GeomConvert/GeomConvert_1.cxx @@ -472,7 +472,7 @@ Handle(Geom_BSplineSurface) GeomConvert::SurfaceToBSplineSurface gp_Torus Tr = TheElSurf->Torus(); // - // if isUClosed = true and U trim does not coinside with first period of torus, + // if isUClosed = true and U trim does not coincide with first period of torus, // method CheckAndSegment shifts position of U seam boundary of surface. // probably bug? So, for this case we must build not periodic surface. Standard_Boolean isUFirstPeriod = !(UFirst < 0. || ULast > 2.*M_PI); diff --git a/src/GeomConvert/GeomConvert_CurveToAnaCurve.hxx b/src/GeomConvert/GeomConvert_CurveToAnaCurve.hxx index 5bffa86d57..1cb48f9dc7 100644 --- a/src/GeomConvert/GeomConvert_CurveToAnaCurve.hxx +++ b/src/GeomConvert/GeomConvert_CurveToAnaCurve.hxx @@ -94,7 +94,7 @@ public: return myConvType; } - //! Sets type of convertion + //! Sets type of conversion void SetConvType(const GeomConvert_ConvType theConvType) { myConvType = theConvType; diff --git a/src/GeomConvert/GeomConvert_FuncCylinderLSDist.hxx b/src/GeomConvert/GeomConvert_FuncCylinderLSDist.hxx index 7c308181e0..dfc0ea72a9 100644 --- a/src/GeomConvert/GeomConvert_FuncCylinderLSDist.hxx +++ b/src/GeomConvert/GeomConvert_FuncCylinderLSDist.hxx @@ -31,7 +31,7 @@ //! for use in math_BFGS algorithm. //! //! Parametrisation: -//! Cylinder is defined by its axis and radius. Axis is defined by 3 cartesian coordinats it location x0, y0, z0 +//! Cylinder is defined by its axis and radius. Axis is defined by 3 cartesian coordinates at location x0, y0, z0 //! and direction, which is constant and set by user: //! dir.x, dir.y, dir.z //! The criteria is: diff --git a/src/GeomConvert/GeomConvert_SurfToAnaSurf.cxx b/src/GeomConvert/GeomConvert_SurfToAnaSurf.cxx index 28d052d8a0..93635b193d 100644 --- a/src/GeomConvert/GeomConvert_SurfToAnaSurf.cxx +++ b/src/GeomConvert/GeomConvert_SurfToAnaSurf.cxx @@ -230,9 +230,9 @@ Standard_Boolean GeomConvert_SurfToAnaSurf::GetCylByLS(const Handle(TColgp_HArra Standard_Real aRelDev = 0.2; //Customer can set parameters of sample surface // with relative precision about aRelDev. // For example, if radius of sample surface is R, - // it means, that "exact" vaue is in interav - //[R - aRelDev*R, R + aRelDev*R]. This intrrval is set - // for R as boundary values for dptimization algo. + // it means, that "exact" value is in interav + //[R - aRelDev*R, R + aRelDev*R]. This interval is set + // for R as boundary values for optimization algo. aStartPoint(1) = thePos.Location().X(); aStartPoint(2) = thePos.Location().Y(); @@ -279,7 +279,7 @@ Standard_Boolean GeomConvert_SurfToAnaSurf::GetCylByLS(const Handle(TColgp_HArra aDirMatrix(i, i) = 1.0; //Set search direction for location to be perpendicular to axis to avoid - //seaching along axis + //searching along axis const gp_Dir aDir = thePos.Direction(); gp_Pln aPln(thePos.Location(), aDir); gp_Dir aUDir = aPln.Position().XDirection(); diff --git a/src/GeomConvert/GeomConvert_SurfToAnaSurf.hxx b/src/GeomConvert/GeomConvert_SurfToAnaSurf.hxx index 1ebfa63fd7..39eabbefd2 100644 --- a/src/GeomConvert/GeomConvert_SurfToAnaSurf.hxx +++ b/src/GeomConvert/GeomConvert_SurfToAnaSurf.hxx @@ -30,9 +30,9 @@ class Geom_Surface; class Geom_SurfaceOfRevolution; class Geom_Circle; -//! Converts a surface to the analitical form with given +//! Converts a surface to the analytical form with given //! precision. Conversion is done only the surface is bspline -//! of bezier and this can be approximed by some analytical +//! of bezier and this can be approximated by some analytical //! surface with that precision. class GeomConvert_SurfToAnaSurf { diff --git a/src/GeomPlate/GeomPlate_Surface.hxx b/src/GeomPlate/GeomPlate_Surface.hxx index 90dbc25da8..8444c86d1c 100644 --- a/src/GeomPlate/GeomPlate_Surface.hxx +++ b/src/GeomPlate/GeomPlate_Surface.hxx @@ -243,7 +243,7 @@ public: Standard_EXPORT Handle(Geom_Geometry) Copy() const Standard_OVERRIDE; - //! Transformation of a geometric object. This tansformation + //! Transformation of a geometric object. This transformation //! can be a translation, a rotation, a symmetry, a scaling //! or a complex transformation obtained by combination of //! the previous elementaries transformations. diff --git a/src/Graphic3d/Graphic3d_Camera.cxx b/src/Graphic3d/Graphic3d_Camera.cxx index e1fc21edfc..4ea36f7226 100644 --- a/src/Graphic3d/Graphic3d_Camera.cxx +++ b/src/Graphic3d/Graphic3d_Camera.cxx @@ -1428,7 +1428,7 @@ bool Graphic3d_Camera::FitMinMax (const Bnd_Box& theBox, // but the axial scale is integrated into camera orientation matrix and the other // option is to perform frustum plane adjustment algorithm in view camera space, // which will lead to a number of additional world-view space conversions and - // loosing precision as well. + // losing precision as well. const gp_Pnt aBndMin = theBox.CornerMin().XYZ().Multiplied (myAxialScale); const gp_Pnt aBndMax = theBox.CornerMax().XYZ().Multiplied (myAxialScale); if (aBndMax.IsEqual (aBndMin, RealEpsilon())) diff --git a/src/Graphic3d/Graphic3d_CubeMapPacked.cxx b/src/Graphic3d/Graphic3d_CubeMapPacked.cxx index df8e6f71af..93e9959522 100644 --- a/src/Graphic3d/Graphic3d_CubeMapPacked.cxx +++ b/src/Graphic3d/Graphic3d_CubeMapPacked.cxx @@ -170,7 +170,7 @@ Standard_Boolean Graphic3d_CubeMapPacked::checkOrder (const NCollection_Array1 class TCollection_AsciiString; -//! This is an abstract class for managing texture applyable on polygons. +//! This is an abstract class for managing texture applicable on polygons. class Graphic3d_TextureMap : public Graphic3d_TextureRoot { DEFINE_STANDARD_RTTIEXT(Graphic3d_TextureMap, Graphic3d_TextureRoot) diff --git a/src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter.hxx b/src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter.hxx index 51f1979cc7..8dc2e2b9e1 100644 --- a/src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter.hxx @@ -66,7 +66,7 @@ private: //! : returns false for case when some points of polygon //! : were replaced on line and exact point of intersection was not found //! : for case when point of intersection was found - //! : during prelimanary search for line (case of bad paramerization of Bspline for example). + //! : during prelimanary search for line (case of bad parameterization of Bspline for example). Standard_EXPORT Standard_Boolean findIntersect (const Standard_Address& Curve1, const IntRes2d_Domain& Domain1, const Standard_Address& Curve2, const IntRes2d_Domain& Domain2, const Standard_Real TolConf, const Standard_Real Tol, const Standard_Integer NbIter, const Standard_Real DeltaU, const Standard_Real DeltaV, const HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter& thePoly1, const HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter& thePoly2, const Standard_Boolean isFullRepresentation); diff --git a/src/IGESFile/liriges.c b/src/IGESFile/liriges.c index 827fb28385..1ce02a6374 100644 --- a/src/IGESFile/liriges.c +++ b/src/IGESFile/liriges.c @@ -51,7 +51,7 @@ int iges_lire (FILE* lefic, int *numsec, char ligne[100], int modefnes) else { /* PTV: 21.03.2002 it is necessary for files that have only `\r` but no `\n` - examle file is 919-001-T02-04-CP-VL.iges */ + example file is 919-001-T02-04-CP-VL.iges */ while ( fgets ( ligne, 2, lefic ) && ( ligne[0] == '\r' || ligne[0] == '\n' ) ) { } diff --git a/src/IGESSolid/IGESSolid_SolidOfLinearExtrusion.hxx b/src/IGESSolid/IGESSolid_SolidOfLinearExtrusion.hxx index d171e31aeb..275dcd4ff3 100644 --- a/src/IGESSolid/IGESSolid_SolidOfLinearExtrusion.hxx +++ b/src/IGESSolid/IGESSolid_SolidOfLinearExtrusion.hxx @@ -30,7 +30,7 @@ DEFINE_STANDARD_HANDLE(IGESSolid_SolidOfLinearExtrusion, IGESData_IGESEntity) //! defines SolidOfLinearExtrusion, Type <164> Form Number <0> //! in package IGESSolid -//! Solid of linear extrusion is defined by translatin an +//! Solid of linear extrusion is defined by translating an //! area determined by a planar curve class IGESSolid_SolidOfLinearExtrusion : public IGESData_IGESEntity { diff --git a/src/IGESToBRep/IGESToBRep_BasicCurve.cxx b/src/IGESToBRep/IGESToBRep_BasicCurve.cxx index 5dd82b3e2d..9c1f651b81 100644 --- a/src/IGESToBRep/IGESToBRep_BasicCurve.cxx +++ b/src/IGESToBRep/IGESToBRep_BasicCurve.cxx @@ -21,7 +21,7 @@ //#60 rln 29.12.98 PRO17015 //:l3 abv 11.01.99: CATIA01.igs: using less values for checking short lines //%11 pdn 12.01.98 CTS22023 correcting used tolerances -//sln 29.12.2001 OCC90 : Method checkBSplineCurve and varification before creation of bspline curves were added +//sln 29.12.2001 OCC90 : Method checkBSplineCurve and verification before creation of bspline curves were added //======================================================================= #include @@ -80,7 +80,7 @@ //======================================================================= //function : CheckBSplineCurve //purpose : Check coincidede knots Check whether knots are in ascending -// order and difference between vaues of weights more than 1000. +// order and difference between values of weights more than 1000. // Send corresponding messages. The function returns Standard_False // if curve can not be created, Standard_True otherwise. //======================================================================= @@ -89,7 +89,7 @@ static Standard_Boolean checkBSplineCurve(IGESToBRep_BasicCurve* t TColStd_Array1OfReal& CKnots, const TColStd_Array1OfReal& CWeights) { - // check whether difference between vaues of weights more than 1000. + // check whether difference between values of weights more than 1000. if(!theBSplineCurve->IsPolynomial()) { Standard_Real aMinValue = CWeights.Value(CWeights.Lower()); Standard_Real aMaxValue = CWeights.Value(CWeights.Lower()); diff --git a/src/IGESToBRep/IGESToBRep_BasicSurface.cxx b/src/IGESToBRep/IGESToBRep_BasicSurface.cxx index 8e5b0be914..d7c92b2f81 100644 --- a/src/IGESToBRep/IGESToBRep_BasicSurface.cxx +++ b/src/IGESToBRep/IGESToBRep_BasicSurface.cxx @@ -22,7 +22,7 @@ //:p6 abv 26.02.99: improve messages after call to ConvertToPeriodic //#75 rln 11.03.99: using message mechanism for periodic B-Spline //S4181 pdn 15.04.99 implementing of reading IGES elementary surfaces. -//sln 29.12.2001 OCC90 : Method checkBSplineSurfaceStatus and varification of creation of bspline surfaces were added +//sln 29.12.2001 OCC90 : Method checkBSplineSurfaceStatus and verification of creation of bspline surfaces were added //======================================================================= #include @@ -70,7 +70,7 @@ //======================================================================= //function : CheckBSplineSurface //purpose : Check coincidede knots. Check whether knots are in ascending -// order and difference between vaues of weights more than 1000. +// order and difference between values of weights more than 1000. // Send corresponding messages. The function returns Standard_False // if surface can not be created, Standard_True otherwise. //======================================================================= @@ -80,7 +80,7 @@ static Standard_Boolean checkBSplineSurface(IGESToBRep_BasicSurface* TColStd_Array1OfReal& SVKnots, const TColStd_Array2OfReal& SWeights) { - // check whether difference between vaues of weights more than 1000. + // check whether difference between values of weights more than 1000. if(!theBSplineSurface->IsPolynomial()) { Standard_Real aMinValue = SWeights.Value(SWeights.LowerRow(), SWeights.LowerCol()); Standard_Real aMaxValue = SWeights.Value(SWeights.LowerRow(), SWeights.LowerCol()); diff --git a/src/IGESToBRep/IGESToBRep_TopoCurve.cxx b/src/IGESToBRep/IGESToBRep_TopoCurve.cxx index da9b15e2e4..d26eeea669 100644 --- a/src/IGESToBRep/IGESToBRep_TopoCurve.cxx +++ b/src/IGESToBRep/IGESToBRep_TopoCurve.cxx @@ -20,7 +20,7 @@ //:q5 abv 19.03.99 unnecessary includes removed //%14 03.03.99 pdn USA60022 do not insert lacking edge before fix missing seam // pdn 10.03.99 S4135 Creating vertices using minimal tolerance. -//S4181 pdn 17.04.99 Inplementing of reading IGES elementary surfaces. Transform +//S4181 pdn 17.04.99 Implementing of reading IGES elementary surfaces. Transform //pcurves using gp_Trsf2d that depends on type of pair (IGES surface, resulting //CAS.CADE surface) //szv#9:PRO19565:04Oct99 missing location for standalone vertices corrected diff --git a/src/IntWalk/IntWalk_IWalking_3.gxx b/src/IntWalk/IntWalk_IWalking_3.gxx index 224d257508..a2c482337b 100644 --- a/src/IntWalk/IntWalk_IWalking_3.gxx +++ b/src/IntWalk/IntWalk_IWalking_3.gxx @@ -301,7 +301,7 @@ void IntWalk_IWalking::ComputeOpenLine(const TColStd_SequenceOfReal& Umult, Arrive = Standard_False; break; } - // necessairily N > 0 jag 940617 + // necessarily N > 0 jag 940617 // point of stop given at input PathPnt = Pnts1.Value(N); diff --git a/src/IntWalk/IntWalk_PWalking.cxx b/src/IntWalk/IntWalk_PWalking.cxx index bc32b6a9ed..c665bb4e49 100644 --- a/src/IntWalk/IntWalk_PWalking.cxx +++ b/src/IntWalk/IntWalk_PWalking.cxx @@ -3493,7 +3493,7 @@ IntWalk_StatusDeflection IntWalk_PWalking::TestDeflection(const IntImp_ConstIso Now, let substitute required deflection (tolconf or tolconf/2) to z. Then it is necessary to check if e < z or if e > z. - In this case, it is enough to comapare Fs(e) and Fs(z). + In this case, it is enough to compare Fs(e) and Fs(z). At that Fs(e) > 0 because sin(B/2) > 0 always. Therefore, if Fs(z) < 0.0 then Fs(e) > Fs(z) ==> e < z definitely. diff --git a/src/LocOpe/LocOpe_CSIntersector.hxx b/src/LocOpe/LocOpe_CSIntersector.hxx index 336440f17e..0c0118222e 100644 --- a/src/LocOpe/LocOpe_CSIntersector.hxx +++ b/src/LocOpe/LocOpe_CSIntersector.hxx @@ -43,7 +43,7 @@ public: //! Empty constructor. LocOpe_CSIntersector(); - //! Creates and performs the intersection betwwen + //! Creates and performs the intersection between //! and . LocOpe_CSIntersector(const TopoDS_Shape& S); diff --git a/src/LocOpe/LocOpe_CurveShapeIntersector.hxx b/src/LocOpe/LocOpe_CurveShapeIntersector.hxx index 3f36395e91..110a04a8b7 100644 --- a/src/LocOpe/LocOpe_CurveShapeIntersector.hxx +++ b/src/LocOpe/LocOpe_CurveShapeIntersector.hxx @@ -43,11 +43,11 @@ public: //! Empty constructor. LocOpe_CurveShapeIntersector(); - //! Creates and performs the intersection betwwen + //! Creates and performs the intersection between //! and . LocOpe_CurveShapeIntersector(const gp_Ax1& Axis, const TopoDS_Shape& S); - //! Creates and performs yte intersection betwwen + //! Creates and performs yte intersection between //! and . LocOpe_CurveShapeIntersector(const gp_Circ& C, const TopoDS_Shape& S); diff --git a/src/OSD/OSD_MemInfo.hxx b/src/OSD/OSD_MemInfo.hxx index ea2c4e48cb..27c493527b 100644 --- a/src/OSD/OSD_MemInfo.hxx +++ b/src/OSD/OSD_MemInfo.hxx @@ -41,7 +41,7 @@ //! application memory consumption! //! //! User should analyze all values in specific case to make correct decision -//! about memory (over)usage. This is also prefferred to use specialized +//! about memory (over)usage. This is also preferred to use specialized //! tools to detect memory leaks. //! //! This also means that these values should not be used for intellectual diff --git a/src/OSD/OSD_Parallel.hxx b/src/OSD/OSD_Parallel.hxx index 190b49d329..849bff7614 100644 --- a/src/OSD/OSD_Parallel.hxx +++ b/src/OSD/OSD_Parallel.hxx @@ -38,7 +38,7 @@ //! class Functor //! { //! public: -//! void operator() ([proccesing instance]) const +//! void operator() ([processing instance]) const //! { //! //... //! } diff --git a/src/OpenGl/OpenGl_View.hxx b/src/OpenGl/OpenGl_View.hxx index 5d4cca1029..766fccd9f1 100644 --- a/src/OpenGl/OpenGl_View.hxx +++ b/src/OpenGl/OpenGl_View.hxx @@ -358,11 +358,11 @@ protected: //! @name low-level redrawing sub-routines protected: //! @name Rendering of GL graphics (with prepared drawing buffer). - //! Renders the graphical contents of the view into the preprepared shadowmap framebuffer. + //! Renders the graphical contents of the view into the prepared shadowmap framebuffer. //! @param theShadowMap [in] the framebuffer for rendering shadowmap. Standard_EXPORT virtual void renderShadowMap (const Handle(OpenGl_ShadowMap)& theShadowMap); - //! Renders the graphical contents of the view into the preprepared window or framebuffer. + //! Renders the graphical contents of the view into the prepared window or framebuffer. //! @param theProjection [in] the projection that should be used for rendering. //! @param theReadDrawFbo [in] the framebuffer for rendering graphics. //! @param theOitAccumFbo [in] the framebuffer for accumulating color and coverage for OIT process. diff --git a/src/PCDM/PCDM_StoreStatus.hxx b/src/PCDM/PCDM_StoreStatus.hxx index ed6c50abed..b09d820a4e 100644 --- a/src/PCDM/PCDM_StoreStatus.hxx +++ b/src/PCDM/PCDM_StoreStatus.hxx @@ -28,7 +28,7 @@ PCDM_SS_WriteFailure, //!< Attempt to write a file on disk failed PCDM_SS_Failure, //!< A general error occurred (unexpected) PCDM_SS_Doc_IsNull, //!< Attempt to save a null document PCDM_SS_No_Obj, //!< Document has no objects to be saved -PCDM_SS_Info_Section_Error, //!< Error occured on writing of an information-section +PCDM_SS_Info_Section_Error, //!< Error occurred on writing of an information-section PCDM_SS_UserBreak, //!< User interrupted the process of storage of the document on disk PCDM_SS_UnrecognizedFormat //!< No storage driver exist for this document format }; diff --git a/src/PLib/PLib.cxx b/src/PLib/PLib.cxx index 521a339a2a..5c0a52aa04 100644 --- a/src/PLib/PLib.cxx +++ b/src/PLib/PLib.cxx @@ -511,7 +511,7 @@ void PLib::RationalDerivative(const Standard_Integer Degree, //======================================================================= //function : RationalDerivatives -//purpose : Uses Homogeneous Poles Derivatives and Deivatives of Weights +//purpose : Uses Homogeneous Poles Derivatives and Derivatives of Weights //======================================================================= void PLib::RationalDerivatives(const Standard_Integer DerivativeRequest, diff --git a/src/PLib/PLib_JacobiPolynomial.cxx b/src/PLib/PLib_JacobiPolynomial.cxx index 6db277c6b7..2bed14261b 100644 --- a/src/PLib/PLib_JacobiPolynomial.cxx +++ b/src/PLib/PLib_JacobiPolynomial.cxx @@ -330,7 +330,7 @@ void PLib_JacobiPolynomial::D0123(const Standard_Integer NDeriv, if (myTNorm.IsNull()) { - // Inizialization of myTNorm,myCofA,myCofB,myDenom + // Initialization of myTNorm,myCofA,myCofB,myDenom myTNorm = new TColStd_HArray1OfReal(0,myDegree); for (i=0; i<=myDegree; i++) { diff --git a/src/QABugs/QABugs_17.cxx b/src/QABugs/QABugs_17.cxx index 8960b3c3ec..c48888900f 100644 --- a/src/QABugs/QABugs_17.cxx +++ b/src/QABugs/QABugs_17.cxx @@ -242,7 +242,7 @@ static Standard_Integer BUC60915_1(Draw_Interpretor& di, Standard_Integer argc, } Handle(AIS_InteractiveContext) context = ViewerTest::GetAISContext(); - //The following dimesion code has problems regarding arrow_size. The desired effect is not produced. + //The following dimension code has problems regarding arrow_size. The desired effect is not produced. /***************************************/ //First view /***************************************/ diff --git a/src/Quantity/Quantity_Color.hxx b/src/Quantity/Quantity_Color.hxx index 7cc6b58653..92c1007967 100644 --- a/src/Quantity/Quantity_Color.hxx +++ b/src/Quantity/Quantity_Color.hxx @@ -145,7 +145,7 @@ public: //! Returns the value of the perceptual difference between this color //! and @p theOther, computed using the CIEDE2000 formula. //! The difference is in range [0, 100.], with 1 approximately corresponding - //! to the minimal percievable difference (usually difference 5 or greater is + //! to the minimal perceivable difference (usually difference 5 or greater is //! needed for the difference to be recognizable in practice). Standard_EXPORT Standard_Real DeltaE2000 (const Quantity_Color& theOther) const; diff --git a/src/RWStepKinematics/RWStepKinematics_RWActuatedKinPairAndOrderKinPair.cxx b/src/RWStepKinematics/RWStepKinematics_RWActuatedKinPairAndOrderKinPair.cxx index c56c22a4a0..6800c7557e 100644 --- a/src/RWStepKinematics/RWStepKinematics_RWActuatedKinPairAndOrderKinPair.cxx +++ b/src/RWStepKinematics/RWStepKinematics_RWActuatedKinPairAndOrderKinPair.cxx @@ -1687,7 +1687,7 @@ void RWStepKinematics_RWActuatedKinPairAndOrderKinPair::WriteStep (StepData_StepWriter& theSW, const Handle(StepKinematics_ActuatedKinPairAndOrderKinPair)& theEnt) const { - // --- Instance of plex componant BoundedCurve --- + // --- Instance of plex component BoundedCurve --- theSW.StartEntity("(ACTUATED_KINEMATIC_PAIR"); diff --git a/src/RWStepKinematics/RWStepKinematics_RWKinematicLinkRepresentationAssociation.cxx b/src/RWStepKinematics/RWStepKinematics_RWKinematicLinkRepresentationAssociation.cxx index 26d87cb2af..e6d0753fc5 100644 --- a/src/RWStepKinematics/RWStepKinematics_RWKinematicLinkRepresentationAssociation.cxx +++ b/src/RWStepKinematics/RWStepKinematics_RWKinematicLinkRepresentationAssociation.cxx @@ -62,7 +62,7 @@ void RWStepKinematics_RWKinematicLinkRepresentationAssociation::ReadStep (const StepRepr_RepresentationOrRepresentationReference aRepresentationRelationship_Rep2; theData->ReadEntity (theNum, 4, "representation_relationship.rep2", theArch, aRepresentationRelationship_Rep2); - // Process only one type (Representaion) + // Process only one type (Representation) if (aRepresentationRelationship_Rep1.CaseNumber() != 1 || aRepresentationRelationship_Rep1.CaseNumber() != 1) return; diff --git a/src/SelectMgr/SelectMgr_RectangularFrustum.cxx b/src/SelectMgr/SelectMgr_RectangularFrustum.cxx index 6ae92c1a0b..0ec55d3a16 100644 --- a/src/SelectMgr/SelectMgr_RectangularFrustum.cxx +++ b/src/SelectMgr/SelectMgr_RectangularFrustum.cxx @@ -233,7 +233,7 @@ void SelectMgr_RectangularFrustum::cacheVertexProjections (SelectMgr_Rectangular // one another, only 2 vertices that belong to opposite faces can be projected // to simplify calculations. Standard_Integer aVertIdxs[6] = { LeftTopNear, LeftBottomNear, // opposite planes in height direction - LeftBottomNear, RightBottomNear, // opposite planes in width direcion + LeftBottomNear, RightBottomNear, // opposite planes in width direction LeftBottomFar, RightBottomNear }; // opposite planes in depth direction for (Standard_Integer aPlaneIdx = 0; aPlaneIdx < 5; aPlaneIdx += 2) { diff --git a/src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.cxx b/src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.cxx index 9fa226eb37..08a3763b36 100644 --- a/src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.cxx +++ b/src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.cxx @@ -826,8 +826,8 @@ Standard_Boolean ShapeAnalysis_CanonicalRecognition::GetSurfaceByLS(const TopoDS // with relative precision about aRelDev. // For example, if radius of sample surface is R, // it means, that "exact" vaue is in interav - //[R - aRelDev*R, R + aRelDev*R]. This intrrval is set - // for R as boundary values for dptimization algo. + //[R - aRelDev*R, R + aRelDev*R]. This interval is set + // for R as boundary values for optimization algo. FillSolverData(theTarget, thePos, theParams, aStartPoint, aFBnd, aLBnd, aRelDev); diff --git a/src/ShapeUpgrade/ShapeUpgrade_RemoveLocations.hxx b/src/ShapeUpgrade/ShapeUpgrade_RemoveLocations.hxx index 37ed957ba0..4e80dfa365 100644 --- a/src/ShapeUpgrade/ShapeUpgrade_RemoveLocations.hxx +++ b/src/ShapeUpgrade/ShapeUpgrade_RemoveLocations.hxx @@ -38,7 +38,7 @@ public: //! Empty constructor Standard_EXPORT ShapeUpgrade_RemoveLocations(); - //! Removes all location correspodingly to RemoveLevel. + //! Removes all location correspondingly to RemoveLevel. Standard_EXPORT Standard_Boolean Remove (const TopoDS_Shape& theShape); //! Returns shape with removed locations. diff --git a/src/StepData/StepData_ConfParameters.hxx b/src/StepData/StepData_ConfParameters.hxx index 99fd113caa..6228cb3f40 100644 --- a/src/StepData/StepData_ConfParameters.hxx +++ b/src/StepData/StepData_ConfParameters.hxx @@ -182,7 +182,7 @@ public: WriteMode_VertexMode WriteVertexMode = WriteMode_VertexMode_OneCompound; // // ============================================================================ -// Method : Consturctor +// Method : Constructor // Purpose: // ============================================================================ StepData_Factors::StepData_Factors() diff --git a/src/StepData/StepData_StepWriter.hxx b/src/StepData/StepData_StepWriter.hxx index 34c2fc2ea6..c6d346dee2 100644 --- a/src/StepData/StepData_StepWriter.hxx +++ b/src/StepData/StepData_StepWriter.hxx @@ -150,7 +150,7 @@ public: //! same as above but accepts a CString (ex.: "..." directly) Standard_EXPORT void SendComment (const Standard_CString text); - //! sets entity's StepType, opens brakets, starts param no to 0 + //! sets entity's StepType, opens brackets, starts param no to 0 //! params are separated by comma //! Remark : for a Multiple Type Entity (see Express ANDOR clause) //! StartComplex must be called before sending components, then @@ -161,7 +161,7 @@ public: Standard_EXPORT void StartEntity (const TCollection_AsciiString& atype); //! sends the start of a complex entity, which is a simple open - //! bracket (without increasing braket level) + //! bracket (without increasing bracket level) //! It must be called JUST AFTER SendEntity and BEFORE sending //! components, each one begins by StartEntity Standard_EXPORT void StartComplex(); diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx b/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx index 227b9f46a4..66b4730281 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx @@ -410,7 +410,7 @@ void StepToTopoDS_TranslateEdge::MakeFromCurve3D if ( temp1 > preci || temp2 > preci ) { // #25415: handling of special case found on some STEP files produced by FPX Expert 2013 (PCB design system): // edge curve is line displaced from its true position but with correct direction; - // we can shift the line in this case so that it passes through vertices correcty + // we can shift the line in this case so that it passes through vertices correctly if (Abs (temp1 - temp2) < preci && Abs (U2 - U1 - pnt1.Distance(pnt2)) < Precision::Confusion() && C1->IsKind(STANDARD_TYPE(Geom_Line))) { diff --git a/src/TDataStd/TDataStd_TreeNode.cxx b/src/TDataStd/TDataStd_TreeNode.cxx index 7f40a930ed..ac12e831c5 100644 --- a/src/TDataStd/TDataStd_TreeNode.cxx +++ b/src/TDataStd/TDataStd_TreeNode.cxx @@ -207,7 +207,7 @@ Standard_Boolean TDataStd_TreeNode::InsertAfter (const Handle(TDataStd_TreeNode) //======================================================================= //function : Remove -//purpose : Removees the function from the function tree +//purpose : Removes the function from the function tree //======================================================================= Standard_Boolean TDataStd_TreeNode::Remove () diff --git a/src/TObj/TObj_CheckModel.hxx b/src/TObj/TObj_CheckModel.hxx index b62fcddcff..5b3eea68a6 100644 --- a/src/TObj/TObj_CheckModel.hxx +++ b/src/TObj/TObj_CheckModel.hxx @@ -23,7 +23,7 @@ /** * This class provides consistency check of the TObj model. - * It collects all inconsistencies in the status bits and prepaires + * It collects all inconsistencies in the status bits and prepares * messages to be sent using SendStatusMessages (SendMessages) method. * It supports also the fix mode, in which some inconsistencies are * corrected. diff --git a/src/TObj/TObj_Object.hxx b/src/TObj/TObj_Object.hxx index 2a54499227..907db9a092 100644 --- a/src/TObj/TObj_Object.hxx +++ b/src/TObj/TObj_Object.hxx @@ -413,7 +413,7 @@ class TObj_Object : public Standard_Transient public: /** - * Method for updating object afrer restoring + * Method for updating object after restoring */ //! Performs updating the links and dependances of the object which are not diff --git a/src/TObj/TObj_Partition.hxx b/src/TObj/TObj_Partition.hxx index 1b693f62d2..8be08d0c28 100644 --- a/src/TObj/TObj_Partition.hxx +++ b/src/TObj/TObj_Partition.hxx @@ -66,7 +66,7 @@ class TObj_Partition : public TObj_Object public: /** - * Method for updating object afrer restoring + * Method for updating object after restoring */ //! Performs updating the links and dependencies of the object which are not diff --git a/src/TObj/TObj_TModel.hxx b/src/TObj/TObj_TModel.hxx index d052c6f69e..007bdec838 100644 --- a/src/TObj/TObj_TModel.hxx +++ b/src/TObj/TObj_TModel.hxx @@ -24,7 +24,7 @@ class TObj_Model; /** * Attribute to store OCAF-based models in OCAF tree -* The persistency mechanism of the TObj_TModel allowes to save +* The persistency mechanism of the TObj_TModel allows to save * and restore various types of models without recompilation of the schema */ diff --git a/src/TObj/TObj_TObject.hxx b/src/TObj/TObj_TObject.hxx index 286f479007..d611a9f30b 100644 --- a/src/TObj/TObj_TObject.hxx +++ b/src/TObj/TObj_TObject.hxx @@ -28,7 +28,7 @@ class TDF_Label; /** * Purpose: OCAF Attribute to storing objects (interfaces) of OCAF-based * modelers in the OCAF tree. -* The persistency mechanism of the TObj_TObject allowes to save +* The persistency mechanism of the TObj_TObject allows to save * and restore objects of various subtypes without recompilation of the schema */ diff --git a/src/TopClass/TopClass_SolidClassifier.gxx b/src/TopClass/TopClass_SolidClassifier.gxx index 42a439ed78..48e05aa8eb 100644 --- a/src/TopClass/TopClass_SolidClassifier.gxx +++ b/src/TopClass/TopClass_SolidClassifier.gxx @@ -50,7 +50,7 @@ void TopClass_SolidClassifier::Perform(TheSolidExplorer& SolidExplorer, gp_Lin L; Standard_Real Par; - //-- We compute the intersection betwwen the line builded in the Solid Explorer + //-- We compute the intersection between the line builded in the Solid Explorer //-- and the shape. SolidExplorer.Segment(P,L,Par); diff --git a/src/V3d/V3d_Viewer.hxx b/src/V3d/V3d_Viewer.hxx index d2431c6dbe..ca31c7b532 100644 --- a/src/V3d/V3d_Viewer.hxx +++ b/src/V3d/V3d_Viewer.hxx @@ -394,7 +394,7 @@ public: //! @name grid management //! Display grid echo at requested point in the view. Standard_EXPORT void ShowGridEcho (const Handle(V3d_View)& theView, const Graphic3d_Vertex& thePoint); - //! Temporarly hide grid echo. + //! Temporarily hide grid echo. Standard_EXPORT void HideGridEcho (const Handle(V3d_View)& theView); public: //! @name deprecated methods diff --git a/src/XCAFDimTolObjects/XCAFDimTolObjects_DimensionObject.hxx b/src/XCAFDimTolObjects/XCAFDimTolObjects_DimensionObject.hxx index c34f6b6165..a03f10285f 100644 --- a/src/XCAFDimTolObjects/XCAFDimTolObjects_DimensionObject.hxx +++ b/src/XCAFDimTolObjects/XCAFDimTolObjects_DimensionObject.hxx @@ -211,14 +211,14 @@ public: //! Returns True if the object has annotation plane. Standard_Boolean HasPlane() const { return myHasPlane; } - //! Returns true, if connection point exists (for dimesional_size), + //! Returns true, if connection point exists (for dimensional_size), //! if connection point for the first shape exists (for dimensional_location). Standard_Boolean HasPoint() const { return myHasPoint1; } // Returns true, if connection point for the second shape exists (for dimensional_location only). Standard_Boolean HasPoint2() const { return myHasPoint2; } - //! Set connection point (for dimesional_size), + //! Set connection point (for dimensional_size), //! Set connection point for the first shape (for dimensional_location). void SetPoint(const gp_Pnt& thePnt) { myPnt1 = thePnt; @@ -231,7 +231,7 @@ public: myHasPoint2 = Standard_True; } - //! Get connection point (for dimesional_size), + //! Get connection point (for dimensional_size), //! Get connection point for the first shape (for dimensional_location). gp_Pnt GetPoint() const { return myPnt1; diff --git a/src/XCAFDoc/XCAFDoc_AssemblyGraph.cxx b/src/XCAFDoc/XCAFDoc_AssemblyGraph.cxx index b344faec96..057c0f22ce 100644 --- a/src/XCAFDoc/XCAFDoc_AssemblyGraph.cxx +++ b/src/XCAFDoc/XCAFDoc_AssemblyGraph.cxx @@ -256,7 +256,7 @@ Standard_Integer XCAFDoc_AssemblyGraph::addNode(const TDF_Label& theLabel, // ======================================================================= // function : Iterator constructor -// purpose : Iteration starts from the specifid node. +// purpose : Iteration starts from the specified node. // ======================================================================= XCAFDoc_AssemblyGraph::Iterator::Iterator(const Handle(XCAFDoc_AssemblyGraph)& theGraph, diff --git a/src/XCAFDoc/XCAFDoc_Editor.cxx b/src/XCAFDoc/XCAFDoc_Editor.cxx index 8d3d574798..f013485533 100644 --- a/src/XCAFDoc/XCAFDoc_Editor.cxx +++ b/src/XCAFDoc/XCAFDoc_Editor.cxx @@ -520,7 +520,7 @@ static void rescaleDimensionRefLabels(const TDF_LabelSequence& theRefLabels, if (!theBRepTrsf.IsDone()) { Standard_SStream aSS; - aSS << "Dimmension PMI " << theEntryDimension << " is not scaled."; + aSS << "Dimension PMI " << theEntryDimension << " is not scaled."; Message::SendWarning(aSS.str().c_str()); } else diff --git a/src/XSControl/XSControl_WorkSession.cxx b/src/XSControl/XSControl_WorkSession.cxx index 07ff5ce3eb..4ae8b4a028 100644 --- a/src/XSControl/XSControl_WorkSession.cxx +++ b/src/XSControl/XSControl_WorkSession.cxx @@ -105,7 +105,7 @@ void XSControl_WorkSession::SetController(const Handle(XSControl_Controller)& ct ClearShareOut(Standard_False); ClearFile(); - // Set worksession parameters from teh controller + // Set worksession parameters from the controller Handle(XSControl_WorkSession) aWorkSession(this); myController->Customise (aWorkSession); diff --git a/src/XSDRAWDE/XSDRAWDE.cxx b/src/XSDRAWDE/XSDRAWDE.cxx index 9038e8e43b..a05a99e5f9 100644 --- a/src/XSDRAWDE/XSDRAWDE.cxx +++ b/src/XSDRAWDE/XSDRAWDE.cxx @@ -387,19 +387,19 @@ void XSDRAWDE::Factory(Draw_Interpretor& theDI) "\n\t\t: Dump special resource generated from global configuration." "\n\t\t: '-path' - save resource configuration to the file" "\n\t\t: '-recursive' - flag to generate a resource from providers. Default is On. Off disables other options" - "\n\t\t: '-format' - flag to generate a resource for choosen formats. If list is empty, generate it for all" - "\n\t\t: '-vendor' - flag to generate a resource for choosen vendors. If list is empty, generate it for all", + "\n\t\t: '-format' - flag to generate a resource for chosen formats. If list is empty, generate it for all" + "\n\t\t: '-vendor' - flag to generate a resource for chosen vendors. If list is empty, generate it for all", __FILE__, DumpConfiguration, aGroup); theDI.Add("LoadConfiguration", "LoadConfiguration conf [-recursive {on|off}]\n" - "\n\t\t: 'conf' - path to the resouce file or string value in the special format" + "\n\t\t: 'conf' - path to the resource file or string value in the special format" "\n\t\t: '-recursive' - flag to generate a resource for all providers. Default is true" "\n\t\t: Configure global configuration according special resource", __FILE__, LoadConfiguration, aGroup); theDI.Add("CompareConfiguration", "CompareConfiguration conf1 conf2\n" - "\n\t\t: 'conf1' - path to the first resouce file or string value in the special format" - "\n\t\t: 'conf2' - path to the second resouce file or string value in the special format" + "\n\t\t: 'conf1' - path to the first resource file or string value in the special format" + "\n\t\t: 'conf2' - path to the second resource file or string value in the special format" "\n\t\t: Compare two configurations", __FILE__, CompareConfiguration, aGroup); theDI.Add("ReadFile", diff --git a/src/math/math_VectorBase.hxx b/src/math/math_VectorBase.hxx index cdb20cab62..d55356fc88 100644 --- a/src/math/math_VectorBase.hxx +++ b/src/math/math_VectorBase.hxx @@ -208,8 +208,8 @@ public: Add(theRight); } - //! Returns new vector as adding curent vector with the value "theRight". - //! An exception is raised if the vectors have not the same length. + //! Returns new vector as adding current vector with the value "theRight". + //! An exception is raised if the vectors do not have the same length. //! An exception is raised if the lengths are not equal. Standard_NODISCARD inline math_VectorBase Added(const math_VectorBase& theRight) const; diff --git a/tests/bugs/xde/bug547_2 b/tests/bugs/xde/bug547_2 index 59d1d4fd3c..c6171c1f60 100755 --- a/tests/bugs/xde/bug547_2 +++ b/tests/bugs/xde/bug547_2 @@ -6,7 +6,7 @@ puts "(case 2)" puts "========================" puts "" ################################## -## Big tolerance after "sewing" with tolearnce 0.5 +## Big tolerance after "sewing" with tolerance 0.5 ################################## restore [locate_data_file OCC547.brep] a