diff --git a/src/Adaptor2d/Adaptor2d_Curve2d.hxx b/src/Adaptor2d/Adaptor2d_Curve2d.hxx index c845bcef7a..5b9dad340e 100644 --- a/src/Adaptor2d/Adaptor2d_Curve2d.hxx +++ b/src/Adaptor2d/Adaptor2d_Curve2d.hxx @@ -74,7 +74,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const; diff --git a/src/Adaptor2d/Adaptor2d_Line2d.hxx b/src/Adaptor2d/Adaptor2d_Line2d.hxx index f365e50804..a7abeb3b19 100644 --- a/src/Adaptor2d/Adaptor2d_Line2d.hxx +++ b/src/Adaptor2d/Adaptor2d_Line2d.hxx @@ -75,7 +75,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/Adaptor2d/Adaptor2d_OffsetCurve.hxx b/src/Adaptor2d/Adaptor2d_OffsetCurve.hxx index 7b3cc2fb56..29c3a63a84 100644 --- a/src/Adaptor2d/Adaptor2d_OffsetCurve.hxx +++ b/src/Adaptor2d/Adaptor2d_OffsetCurve.hxx @@ -93,7 +93,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/Adaptor3d/Adaptor3d_Curve.hxx b/src/Adaptor3d/Adaptor3d_Curve.hxx index de882dc430..85f9b279cf 100644 --- a/src/Adaptor3d/Adaptor3d_Curve.hxx +++ b/src/Adaptor3d/Adaptor3d_Curve.hxx @@ -76,7 +76,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const; diff --git a/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx b/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx index c7431f67a4..0705d056fa 100644 --- a/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx +++ b/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx @@ -100,7 +100,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/Adaptor3d/Adaptor3d_HCurve.hxx b/src/Adaptor3d/Adaptor3d_HCurve.hxx index 3e4e321af0..6c360c87bf 100644 --- a/src/Adaptor3d/Adaptor3d_HCurve.hxx +++ b/src/Adaptor3d/Adaptor3d_HCurve.hxx @@ -80,7 +80,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const; diff --git a/src/Adaptor3d/Adaptor3d_InterFunc.hxx b/src/Adaptor3d/Adaptor3d_InterFunc.hxx index 71c5b6f27a..65b825a780 100644 --- a/src/Adaptor3d/Adaptor3d_InterFunc.hxx +++ b/src/Adaptor3d/Adaptor3d_InterFunc.hxx @@ -31,7 +31,7 @@ class Standard_ConstructionError; //! Used to find the points U(t) = U0 or V(t) = V0 in //! order to determine the Cn discontinuities of an -//! Adpator_CurveOnSurface relativly to the +//! Adpator_CurveOnSurface relatively to the //! discontinuities of the surface. Used to //! find the roots of the functions class Adaptor3d_InterFunc : public math_FunctionWithDerivative diff --git a/src/Adaptor3d/Adaptor3d_IsoCurve.hxx b/src/Adaptor3d/Adaptor3d_IsoCurve.hxx index 2032eb9888..50a134c2b8 100644 --- a/src/Adaptor3d/Adaptor3d_IsoCurve.hxx +++ b/src/Adaptor3d/Adaptor3d_IsoCurve.hxx @@ -102,7 +102,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx b/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx index 3930a949c1..5b86d4e0fd 100644 --- a/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx +++ b/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx @@ -146,7 +146,7 @@ public: Standard_EXPORT Standard_Real CritError (const Standard_Integer Dimension, const Standard_Integer Index) const; - //! Prints on the stream o informations on the current state + //! Prints on the stream 'o' information on the current state //! of the object. Standard_EXPORT void Dump (Standard_OStream& o) const; diff --git a/src/AdvApp2Var/AdvApp2Var_MathBase.cxx b/src/AdvApp2Var/AdvApp2Var_MathBase.cxx index dc871b0c2c..ae3942ea00 100644 --- a/src/AdvApp2Var/AdvApp2Var_MathBase.cxx +++ b/src/AdvApp2Var/AdvApp2Var_MathBase.cxx @@ -2705,7 +2705,7 @@ int AdvApp2Var_MathBase::mmcvctx_(integer *ndimen, /* it is preferable to call a routine based on */ /* Lagrange or Hermite interpolation depending on the case. */ /* (for a high degree the matrix of the system can be badly */ -/* conditionned). */ +/* conditioned). */ /* This routine returns a curve defined in (-1,1). */ /* In general case, it is necessary to use MCVCTG. */ /* > */ diff --git a/src/AdvApp2Var/AdvApp2Var_SysBase.cxx b/src/AdvApp2Var/AdvApp2Var_SysBase.cxx index 0ac817a29e..f0d5d83ea0 100644 --- a/src/AdvApp2Var/AdvApp2Var_SysBase.cxx +++ b/src/AdvApp2Var/AdvApp2Var_SysBase.cxx @@ -1483,7 +1483,7 @@ int mamdlng_(char *,//cmdlng, /* FUNCTION : */ /* ---------- */ -/* CONTAINS INFORMATIONS ABOUT THE COMPOSITION OF */ +/* CONTAINS INFORMATION ABOUT THE COMPOSITION OF */ /* THE EXECUTABLE AND ITS ENVIRONMENT : */ /* - LANGUAGES */ /* - PRESENT APPLICATIONS */ @@ -1700,15 +1700,15 @@ int maoverf_(integer *nbentr, /* NLONGR*8 specific COMMON not by a routine as */ /* the initialisation is done by DATA. */ -/* * If NBENTR the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const; @@ -82,12 +82,12 @@ public: Standard_EXPORT Standard_Real GetLength() const; - //! returns original parameter correponding S. if + //! returns original parameter corresponding S. if //! Case == 1 computation is performed on myC2D1 and mySurf1, //! otherwise it is done on myC2D2 and mySurf2. Standard_EXPORT Standard_Real GetUParameter (Adaptor3d_Curve& C, const Standard_Real S, const Standard_Integer NumberOfCurve) const; - //! returns original parameter correponding S. + //! returns original parameter corresponding S. Standard_EXPORT Standard_Real GetSParameter (const Standard_Real U) const; //! if myCase != 1 @@ -116,7 +116,7 @@ private: Standard_EXPORT void Init (Adaptor3d_Curve& C, Handle(TColStd_HArray1OfReal)& Si, Handle(TColStd_HArray1OfReal)& Ui) const; - //! returns curvilinear parameter correponding U. + //! returns curvilinear parameter corresponding U. Standard_EXPORT Standard_Real GetSParameter (Adaptor3d_Curve& C, const Standard_Real U, const Standard_Real Length) const; Standard_EXPORT Standard_Boolean EvalCurOnSur (const Standard_Real S, const Standard_Integer Order, TColStd_Array1OfReal& Result, const Standard_Integer NumberOfCurve) const; diff --git a/src/Approx/Approx_SweepApproximation.hxx b/src/Approx/Approx_SweepApproximation.hxx index 514391f9dc..232998816e 100644 --- a/src/Approx/Approx_SweepApproximation.hxx +++ b/src/Approx/Approx_SweepApproximation.hxx @@ -76,11 +76,11 @@ public: //! tolerance given by the resolution on support surfaces, //! but if this tolerance is too large Tol2d is used. //! TolAngular : Tolerance (in radian) to control the angle - //! beetween tangents on the section law and - //! tangent of iso-v on approximed surface + //! between tangents on the section law and + //! tangent of iso-v on approximated surface //! Continuity : The continuity in v waiting on the surface - //! Degmax : The maximum degree in v requiered on the surface - //! Segmax : The maximum number of span in v requiered on + //! Degmax : The maximum degree in v required on the surface + //! Segmax : The maximum number of span in v required on //! the surface //! Warning : The continuity ci can be obtained only if Ft is Ci Standard_EXPORT void Perform (const Standard_Real First, const Standard_Real Last, const Standard_Real Tol3d, const Standard_Real BoundTol, const Standard_Real Tol2d, const Standard_Real TolAngular, const GeomAbs_Shape Continuity = GeomAbs_C0, const Standard_Integer Degmax = 11, const Standard_Integer Segmax = 50); diff --git a/src/Approx/Approx_SweepFunction.hxx b/src/Approx/Approx_SweepFunction.hxx index 56b3d2b2da..bda5fbd60e 100644 --- a/src/Approx/Approx_SweepFunction.hxx +++ b/src/Approx/Approx_SweepFunction.hxx @@ -83,7 +83,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const = 0; diff --git a/src/BOPAlgo/BOPAlgo_BuilderShape.hxx b/src/BOPAlgo/BOPAlgo_BuilderShape.hxx index 15e469bef1..a2885a631a 100644 --- a/src/BOPAlgo/BOPAlgo_BuilderShape.hxx +++ b/src/BOPAlgo/BOPAlgo_BuilderShape.hxx @@ -158,7 +158,7 @@ protected: //! @name Fields TopoDS_Shape myShape; //!< Result of the operation TopTools_ListOfShape myHistShapes; //!< Storer for the history shapes - TopTools_MapOfShape myMapShape; //!< Cashed map of all arguments shapes + TopTools_MapOfShape myMapShape; //!< cached map of all arguments shapes Standard_Boolean myFillHistory; //!< Controls the history filling Handle(BRepTools_History) myHistory; //!< History tool diff --git a/src/BOPAlgo/BOPAlgo_Tools.hxx b/src/BOPAlgo/BOPAlgo_Tools.hxx index e3d9a87248..b91d3420fb 100644 --- a/src/BOPAlgo/BOPAlgo_Tools.hxx +++ b/src/BOPAlgo/BOPAlgo_Tools.hxx @@ -192,7 +192,7 @@ public: //! @param theSolids - The solids to put internals to //! @param theParts - The parts to classify relatively solids //! @param theImages - Possible images of the parts that has to be classified - //! @param theContext - Cashed geometrical tools to speed-up classifications + //! @param theContext - cached geometrical tools to speed-up classifications Standard_EXPORT static void FillInternals(const TopTools_ListOfShape& theSolids, const TopTools_ListOfShape& theParts, const TopTools_DataMapOfShapeListOfShape& theImages, diff --git a/src/BOPTools/BOPTools_AlgoTools.hxx b/src/BOPTools/BOPTools_AlgoTools.hxx index 4b83f42683..254865cc7c 100644 --- a/src/BOPTools/BOPTools_AlgoTools.hxx +++ b/src/BOPTools/BOPTools_AlgoTools.hxx @@ -323,7 +323,7 @@ public: //! @name Choosing correct orientation for the split shape //! //! @param theSplit [in] Split shape //! @param theShape [in] Original shape - //! @param theContext [in] Cashed geometrical tools + //! @param theContext [in] cached geometrical tools //! @param theError [out] Error Status of the operation Standard_EXPORT static Standard_Boolean IsSplitToReverse(const TopoDS_Shape& theSplit, const TopoDS_Shape& theShape, @@ -356,7 +356,7 @@ public: //! @name Choosing correct orientation for the split shape //! //! @param theSplit [in] Split face //! @param theShape [in] Original face - //! @param theContext [in] Cashed geometrical tools + //! @param theContext [in] cached geometrical tools //! @param theError [out] Error Status of the operation Standard_EXPORT static Standard_Boolean IsSplitToReverse(const TopoDS_Face& theSplit, const TopoDS_Face& theShape, @@ -381,7 +381,7 @@ public: //! @name Choosing correct orientation for the split shape //! //! @param theSplit [in] Split edge //! @param theShape [in] Original edge - //! @param theContext [in] Cashed geometrical tools + //! @param theContext [in] cached geometrical tools //! @param theError [out] Error Status of the operation Standard_EXPORT static Standard_Boolean IsSplitToReverse(const TopoDS_Edge& theSplit, const TopoDS_Edge& theShape, diff --git a/src/BRep/BRep_Curve3D.cxx b/src/BRep/BRep_Curve3D.cxx index b462b8ae51..992beb0b7c 100644 --- a/src/BRep/BRep_Curve3D.cxx +++ b/src/BRep/BRep_Curve3D.cxx @@ -44,7 +44,7 @@ BRep_Curve3D::BRep_Curve3D(const Handle(Geom_Curve)& C, void BRep_Curve3D::D0(const Standard_Real U, gp_Pnt& P) const { - // shoud be D0 NYI + // should be D0 NYI P = myCurve->Value(U); } diff --git a/src/BRep/BRep_CurveOnSurface.cxx b/src/BRep/BRep_CurveOnSurface.cxx index 7ff94396d6..5305ed9a18 100644 --- a/src/BRep/BRep_CurveOnSurface.cxx +++ b/src/BRep/BRep_CurveOnSurface.cxx @@ -48,7 +48,7 @@ BRep_CurveOnSurface::BRep_CurveOnSurface(const Handle(Geom2d_Curve)& PC, void BRep_CurveOnSurface::D0(const Standard_Real U, gp_Pnt& P) const { - // shoud be D0 NYI + // should be D0 NYI gp_Pnt2d P2d = myPCurve->Value(U); P = mySurface->Value(P2d.X(),P2d.Y()); P.Transform(myLocation.Transformation()); diff --git a/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx b/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx index e009fea951..99e18bc36c 100644 --- a/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx +++ b/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx @@ -101,7 +101,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/BRepAdaptor/BRepAdaptor_Curve.hxx b/src/BRepAdaptor/BRepAdaptor_Curve.hxx index 640505d6f7..6e42a204a6 100644 --- a/src/BRepAdaptor/BRepAdaptor_Curve.hxx +++ b/src/BRepAdaptor/BRepAdaptor_Curve.hxx @@ -137,7 +137,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/BRepAlgo/BRepAlgo_NormalProjection.hxx b/src/BRepAlgo/BRepAlgo_NormalProjection.hxx index 1ef01f8466..54f880aa09 100644 --- a/src/BRepAlgo/BRepAlgo_NormalProjection.hxx +++ b/src/BRepAlgo/BRepAlgo_NormalProjection.hxx @@ -56,7 +56,7 @@ public: Standard_EXPORT void Add (const TopoDS_Shape& ToProj); //! Set the parameters used for computation - //! Tol3d is the requiered tolerance between the 3d projected + //! Tol3d is the required tolerance between the 3d projected //! curve and its 2d representation //! InternalContinuity is the order of constraints //! used for approximation. diff --git a/src/BRepApprox/BRepApprox_TheComputeLineOfApprox.hxx b/src/BRepApprox/BRepApprox_TheComputeLineOfApprox.hxx index 75d5c3005d..74e773cb66 100644 --- a/src/BRepApprox/BRepApprox_TheComputeLineOfApprox.hxx +++ b/src/BRepApprox/BRepApprox_TheComputeLineOfApprox.hxx @@ -118,7 +118,7 @@ public: Standard_EXPORT void SetConstraints (const AppParCurves_Constraint firstC, const AppParCurves_Constraint lastC); //! Sets periodic flag. - //! If thePeriodic = Standard_True, algorith tries to build periodic + //! If thePeriodic = Standard_True, algorithm tries to build periodic //! multicurve using corresponding C1 boundary condition for first and last multipoints. //! Multiline must be closed. Standard_EXPORT void SetPeriodic(const Standard_Boolean thePeriodic); diff --git a/src/BRepBlend/BRepBlend_AppFuncRoot.hxx b/src/BRepBlend/BRepBlend_AppFuncRoot.hxx index 3a01b50ec5..12829edfca 100644 --- a/src/BRepBlend/BRepBlend_AppFuncRoot.hxx +++ b/src/BRepBlend/BRepBlend_AppFuncRoot.hxx @@ -85,7 +85,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; @@ -113,17 +113,17 @@ public: //! Get the barycentre of Surface. An very poor //! estimation is sufficent. This information is usefull - //! to perform well conditionned rational approximation. + //! to perform well conditioned rational approximation. Standard_EXPORT virtual gp_Pnt BarycentreOfSurf() const Standard_OVERRIDE; //! Returns the length of the maximum section. This - //! information is usefull to perform well conditionned rational + //! information is usefull to perform well conditioned rational //! approximation. Standard_EXPORT virtual Standard_Real MaximalSection() const Standard_OVERRIDE; //! Compute the minimal value of weight for each poles //! of all sections. This information is usefull to - //! perform well conditionned rational approximation. + //! perform well conditioned rational approximation. Standard_EXPORT virtual void GetMinimalWeight (TColStd_Array1OfReal& Weigths) const Standard_OVERRIDE; Standard_EXPORT virtual void Point (const Blend_AppFunction& Func, const Standard_Real Param, const math_Vector& Sol, Blend_Point& Pnt) const = 0; diff --git a/src/BRepBlend/BRepBlend_HCurve2dTool.hxx b/src/BRepBlend/BRepBlend_HCurve2dTool.hxx index bb4d60b3f2..08ae204b81 100644 --- a/src/BRepBlend/BRepBlend_HCurve2dTool.hxx +++ b/src/BRepBlend/BRepBlend_HCurve2dTool.hxx @@ -65,7 +65,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() static void Intervals (const Handle(Adaptor2d_HCurve2d)& C, TColStd_Array1OfReal& T, const GeomAbs_Shape S); diff --git a/src/BRepBlend/BRepBlend_HCurveTool.hxx b/src/BRepBlend/BRepBlend_HCurveTool.hxx index aed677ec7a..e22eef11eb 100644 --- a/src/BRepBlend/BRepBlend_HCurveTool.hxx +++ b/src/BRepBlend/BRepBlend_HCurveTool.hxx @@ -65,7 +65,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() static void Intervals (const Handle(Adaptor3d_HCurve)& C, TColStd_Array1OfReal& T, const GeomAbs_Shape S); diff --git a/src/BRepBlend/BRepBlend_PointOnRst.hxx b/src/BRepBlend/BRepBlend_PointOnRst.hxx index d7d4b54249..7efd6e7732 100644 --- a/src/BRepBlend/BRepBlend_PointOnRst.hxx +++ b/src/BRepBlend/BRepBlend_PointOnRst.hxx @@ -30,9 +30,9 @@ class IntSurf_Transition; //! Definition of an intersection point between a line //! and a restriction on a surface. -//! Such a point is contains geometrical informations (see -//! the Value method) and logical informations. -class BRepBlend_PointOnRst +//! Such a point is contains geometrical information (see +//! the Value method) and logical information. +class BRepBlend_PointOnRst { public: diff --git a/src/BRepBlend/BRepBlend_RstRstConstRad.hxx b/src/BRepBlend/BRepBlend_RstRstConstRad.hxx index 43c2388197..0174b282a4 100644 --- a/src/BRepBlend/BRepBlend_RstRstConstRad.hxx +++ b/src/BRepBlend/BRepBlend_RstRstConstRad.hxx @@ -104,8 +104,8 @@ public: Standard_EXPORT Standard_Boolean IsSolution (const math_Vector& Sol, const Standard_Real Tol) Standard_OVERRIDE; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT virtual Standard_Real GetMinimalDistance() const Standard_OVERRIDE; Standard_EXPORT const gp_Pnt& PointOnRst1() const Standard_OVERRIDE; @@ -167,7 +167,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/BRepBlend/BRepBlend_RstRstEvolRad.hxx b/src/BRepBlend/BRepBlend_RstRstEvolRad.hxx index 13c5810c1f..44e8d5edda 100644 --- a/src/BRepBlend/BRepBlend_RstRstEvolRad.hxx +++ b/src/BRepBlend/BRepBlend_RstRstEvolRad.hxx @@ -105,8 +105,8 @@ public: Standard_EXPORT Standard_Boolean IsSolution (const math_Vector& Sol, const Standard_Real Tol) Standard_OVERRIDE; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT virtual Standard_Real GetMinimalDistance() const Standard_OVERRIDE; Standard_EXPORT const gp_Pnt& PointOnRst1() const Standard_OVERRIDE; @@ -168,7 +168,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/BRepBlend/BRepBlend_SurfRstConstRad.hxx b/src/BRepBlend/BRepBlend_SurfRstConstRad.hxx index 64797d6d3c..6be5d87de4 100644 --- a/src/BRepBlend/BRepBlend_SurfRstConstRad.hxx +++ b/src/BRepBlend/BRepBlend_SurfRstConstRad.hxx @@ -103,8 +103,8 @@ public: Standard_EXPORT Standard_Boolean IsSolution (const math_Vector& Sol, const Standard_Real Tol) Standard_OVERRIDE; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT virtual Standard_Real GetMinimalDistance() const Standard_OVERRIDE; Standard_EXPORT const gp_Pnt& PointOnS() const Standard_OVERRIDE; @@ -161,7 +161,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/BRepBlend/BRepBlend_SurfRstEvolRad.hxx b/src/BRepBlend/BRepBlend_SurfRstEvolRad.hxx index 67f3f2fa41..5131c85aff 100644 --- a/src/BRepBlend/BRepBlend_SurfRstEvolRad.hxx +++ b/src/BRepBlend/BRepBlend_SurfRstEvolRad.hxx @@ -104,8 +104,8 @@ public: Standard_EXPORT Standard_Boolean IsSolution (const math_Vector& Sol, const Standard_Real Tol) Standard_OVERRIDE; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT virtual Standard_Real GetMinimalDistance() const Standard_OVERRIDE; Standard_EXPORT const gp_Pnt& PointOnS() const Standard_OVERRIDE; @@ -160,7 +160,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/BRepBndLib/BRepBndLib.hxx b/src/BRepBndLib/BRepBndLib.hxx index c643cca2fd..aff41a5ef6 100644 --- a/src/BRepBndLib/BRepBndLib.hxx +++ b/src/BRepBndLib/BRepBndLib.hxx @@ -70,7 +70,7 @@ public: Standard_EXPORT static void AddClose (const TopoDS_Shape& S, Bnd_Box& B); //! Adds the shape S to the bounding box B. - //! This algorith builds precise bounding box, + //! This algorithm builds precise bounding box, //! which differs from exact geometry boundaries of shape only on shape entities tolerances //! Algorithm is the same as for method Add(..), but uses more precise methods for building boxes //! for geometry objects. diff --git a/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx b/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx index e1bb692f7d..d6fb6361c3 100644 --- a/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx +++ b/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx @@ -1063,7 +1063,7 @@ void BRepBuilderAPI_Sewing::EvaluateAngulars(TopTools_SequenceOfShape& sequenceS //======================================================================= // function : EvaluateDistances // purpose : internal use -// Evaluate distance beetween edges with indice indRef and the following edges in the list +// Evaluate distance between edges with indice indRef and the following edges in the list // Remarks (lengSec - indRef) must be >= 1 //======================================================================= void BRepBuilderAPI_Sewing::EvaluateDistances(TopTools_SequenceOfShape& sequenceSec, @@ -1397,7 +1397,7 @@ void BRepBuilderAPI_Sewing::AnalysisNearestEdges(const TopTools_SequenceOfShape& isRemove = Standard_True; } } - if(!isRemove) i++; + if(!isRemove) i++; } if(seqIndCandidate.Length() == 0 || seqNotCandidate.Length() == 1) return; if(!evalDist) return; @@ -1405,8 +1405,8 @@ void BRepBuilderAPI_Sewing::AnalysisNearestEdges(const TopTools_SequenceOfShape& TColStd_MapOfInteger MapIndex; TColStd_SequenceOfInteger seqForward; - // Definition and removing edges wich are not candidate for work edge - // ( they have other nearest edges belonging to the work face) + // Definition and removing edges which are not candidate for work edge + // (they have other nearest edges belonging to the work face) for(Standard_Integer k = 1; k<= seqNotCandidate.Length(); k++) { Standard_Integer index1 = seqNotCandidate.Value(k); TopoDS_Shape edge = sequenceSec.Value(index1); @@ -1932,7 +1932,7 @@ void BRepBuilderAPI_Sewing::Perform(const Message_ProgressRange& theProgress) #endif } - // create edge informations for output + // create edge information for output CreateOutputInformations(); if (!aPS.More()) { @@ -2201,7 +2201,7 @@ void BRepBuilderAPI_Sewing::Dump() const } } std::cout << " " << std::endl; - std::cout << " Informations " << std::endl; + std::cout << " Information " << std::endl; std::cout << " ===========================================================" << std::endl; std::cout << " " << std::endl; std::cout << " Number of input shapes : " << myOldShapes.Extent() << std::endl; diff --git a/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx b/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx index 74e950cbc9..03810e4427 100644 --- a/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx +++ b/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx @@ -171,7 +171,7 @@ public: //! Gives a modifieded subshape Standard_EXPORT TopoDS_Shape ModifiedSubShape (const TopoDS_Shape& shape) const; - //! print the informations + //! print the information Standard_EXPORT void Dump() const; //! Gives the number of deleted faces (faces smallest than tolerance) diff --git a/src/BRepCheck/BRepCheck_Face.cxx b/src/BRepCheck/BRepCheck_Face.cxx index 23612d8c11..983d095696 100644 --- a/src/BRepCheck/BRepCheck_Face.cxx +++ b/src/BRepCheck/BRepCheck_Face.cxx @@ -216,7 +216,7 @@ BRepCheck_Status BRepCheck_Face::IntersectWires(const Standard_Boolean Update) { const TopoDS_Edge& anEdge = TopoDS::Edge (exp2.Current()); aC.Load (BRep_Tool::CurveOnSurface (anEdge, TopoDS::Face (myShape), aFirst, aLast)); - // To avoid exeption in Segment if C1 is BSpline + // To avoid exception in Segment if C1 is BSpline if (aC.FirstParameter() > aFirst) { aFirst = aC.FirstParameter(); @@ -602,7 +602,7 @@ static Standard_Boolean Intersect(const TopoDS_Wire& wir1, const TopoDS_Edge& edg1 = TopoDS::Edge(exp1.Current()); // cur1.Initialize(edg1,F); C1.Load( BRep_Tool::CurveOnSurface(edg1,F,first1,last1) ); - // To avoid exeption in Segment if C1 is BSpline - IFV + // To avoid exception in Segment if C1 is BSpline - IFV if(C1.FirstParameter() > first1) first1 = C1.FirstParameter(); if(C1.LastParameter() < last1 ) last1 = C1.LastParameter(); @@ -622,7 +622,7 @@ static Standard_Boolean Intersect(const TopoDS_Wire& wir1, { //cur2.Initialize(edg2,F); C2.Load( BRep_Tool::CurveOnSurface(edg2,F,first2,last2) ); - // To avoid exeption in Segment if C2 is BSpline - IFV + // To avoid exception in Segment if C2 is BSpline - IFV if(C2.FirstParameter() > first2) first2 = C2.FirstParameter(); if(C2.LastParameter() < last2 ) last2 = C2.LastParameter(); diff --git a/src/BRepCheck/BRepCheck_Wire.cxx b/src/BRepCheck/BRepCheck_Wire.cxx index 80ce345e5e..759f4993b0 100644 --- a/src/BRepCheck/BRepCheck_Wire.cxx +++ b/src/BRepCheck/BRepCheck_Wire.cxx @@ -999,7 +999,7 @@ BRepCheck_Status BRepCheck_Wire::SelfIntersect(const TopoDS_Face& F, } // C1.Load(pcu); - // To avoid exeption in Segment if C1 is BSpline - IFV + // To avoid exception in Segment if C1 is BSpline - IFV if(!C1.IsPeriodic()) { if(C1.FirstParameter() > first1) { first1 = C1.FirstParameter(); @@ -1088,7 +1088,7 @@ BRepCheck_Status BRepCheck_Wire::SelfIntersect(const TopoDS_Face& F, tabCur(j) = BRep_Tool::CurveOnSurface(E2,F,first2,last2); if (!tabCur(j).IsNull() && last2 > first2) { C2.Load(tabCur(j)); - // To avoid exeption in Segment if C2 is BSpline - IFV + // To avoid exception in Segment if C2 is BSpline - IFV if(!C2.IsPeriodic()) { if(C2.FirstParameter() > first2) { first2 = C2.FirstParameter(); diff --git a/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx b/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx index a461db4e33..8f8b054a01 100644 --- a/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx +++ b/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx @@ -14,7 +14,7 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// Modifed: Porting NT 7-5-97 DPF (stdio.h) +// Modified: Porting NT 7-5-97 DPF (stdio.h) // Apr 16 2002 eap, classification against infinite solid (occ299) diff --git a/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx b/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx index e61c069aed..9cefa8221b 100644 --- a/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx +++ b/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx @@ -1245,7 +1245,7 @@ void BRepFeat_MakeRevolutionForm::Perform() //======================================================================= //function : Propagate -//purpose : propagation on the faces of the inital shape, find faces +//purpose : propagation on the faces of the initial shape, find faces // concerned by the rib //======================================================================= diff --git a/src/BRepFeat/BRepFeat_SplitShape.hxx b/src/BRepFeat/BRepFeat_SplitShape.hxx index dad7cd0c7c..1ebcce2a01 100644 --- a/src/BRepFeat/BRepFeat_SplitShape.hxx +++ b/src/BRepFeat/BRepFeat_SplitShape.hxx @@ -65,7 +65,7 @@ public: BRepFeat_SplitShape(const TopoDS_Shape& S); //! Add splitting edges or wires for whole initial shape - //! withot additional specification edge->face, edge->edge + //! without additional specification edge->face, edge->edge //! This method puts edge on the corresponding faces from initial shape Standard_Boolean Add(const TopTools_SequenceOfShape& theEdges); diff --git a/src/BRepFill/BRepFill_Evolved.cxx b/src/BRepFill/BRepFill_Evolved.cxx index 914b8b94fe..244fe3beef 100644 --- a/src/BRepFill/BRepFill_Evolved.cxx +++ b/src/BRepFill/BRepFill_Evolved.cxx @@ -1618,7 +1618,7 @@ void BRepFill_Evolved::PrepareProfile(TopTools_ListOfShape& WorkProf, } if (YaModif) { - //Status = 0 for the begining + //Status = 0 for the beginning // 3 vertical // 2 horizontal // 1 other @@ -2824,7 +2824,7 @@ void ComputeIntervals (const TopTools_SequenceOfShape& VOnF, while ( IOnF <= VOnF.Length() || IOnL <= VOnL.Length()) { //--------------------------------------------------------- // Return the smallest parameter on the bissectrice - // correponding to the current positions IOnF,IOnL. + // corresponding to the current positions IOnF,IOnL. //--------------------------------------------------------- if ( IOnL > VOnL.Length() || (IOnF <= VOnF.Length() && diff --git a/src/BRepFill/BRepFill_Filling.hxx b/src/BRepFill/BRepFill_Filling.hxx index e8797adaad..b37bad27dc 100644 --- a/src/BRepFill/BRepFill_Filling.hxx +++ b/src/BRepFill/BRepFill_Filling.hxx @@ -98,7 +98,7 @@ public: //! Degree: it is the order of energy criterion to minimize for computing //! the deformation of the surface. //! The default value is 3 - //! The recommanded value is i+2 where i is the maximum order of the + //! The recommended value is i+2 where i is the maximum order of the //! constraints. //! NbPtsOnCur: it is the average number of points for discretisation //! of the edges. diff --git a/src/BRepFill/BRepFill_LocationLaw.hxx b/src/BRepFill/BRepFill_LocationLaw.hxx index eaa2f02f7d..a776d0939b 100644 --- a/src/BRepFill/BRepFill_LocationLaw.hxx +++ b/src/BRepFill/BRepFill_LocationLaw.hxx @@ -54,7 +54,7 @@ public: Standard_EXPORT GeomFill_PipeError GetStatus() const; //! Apply a linear transformation on each law, to have - //! continuity of the global law beetween the edges. + //! continuity of the global law between the edges. Standard_EXPORT virtual void TransformInG0Law(); //! Apply a linear transformation on each law, to reduce @@ -100,7 +100,7 @@ public: Standard_EXPORT Standard_Boolean IsClosed() const; - //! Compute the Law's continuity beetween 2 edges of the path + //! Compute the Law's continuity between 2 edges of the path //! The result can be : //! -1 : Case Not connex //! 0 : It is connex (G0) diff --git a/src/BRepFill/BRepFill_PipeShell.hxx b/src/BRepFill/BRepFill_PipeShell.hxx index 6fda81f52a..a577178ac5 100644 --- a/src/BRepFill/BRepFill_PipeShell.hxx +++ b/src/BRepFill/BRepFill_PipeShell.hxx @@ -125,9 +125,9 @@ public: //! Possibilities are : //! - Give one or sevral profile //! - Give one profile and an homotetic law. - //! - Automatic compute of correspondance beetween profile, and section + //! - Automatic compute of correspondance between profile, and section //! on the sweeped shape - //! - correspondance beetween profile, and section on the sweeped shape + //! - correspondance between profile, and section on the sweeped shape //! defined by a vertex of the spine Standard_EXPORT void SetForceApproxC1 (const Standard_Boolean ForceApproxC1); diff --git a/src/BRepFill/BRepFill_Sweep.hxx b/src/BRepFill/BRepFill_Sweep.hxx index 30a02c20eb..9f26c94252 100644 --- a/src/BRepFill/BRepFill_Sweep.hxx +++ b/src/BRepFill/BRepFill_Sweep.hxx @@ -65,8 +65,8 @@ public: //! tolerance given by the resolution on support surfaces, //! but if this tolerance is too large Tol2d is used. //! TolAngular : Tolerance (in radian) to control the angle - //! beetween tangents on the section law and - //! tangent of iso-v on approximed surface + //! between tangents on the section law and + //! tangent of iso-v on approximated surface Standard_EXPORT void SetTolerance (const Standard_Real Tol3d, const Standard_Real BoundTol = 1.0, const Standard_Real Tol2d = 1.0e-5, const Standard_Real TolAngular = 1.0e-2); //! Tolerance To controle Corner management. @@ -84,15 +84,15 @@ public: //! Transition define Transition strategy //! Approx define Approximation Strategy //! - GeomFill_Section : The composed Function Location X Section - //! is directly approximed. - //! - GeomFill_Location : The location law is approximed, and the + //! is directly approximated. + //! - GeomFill_Location : The location law is approximated, and the //! SweepSurface is bulid algebric composition - //! of approximed location law and section law + //! of approximated location law and section law //! This option is Ok, if Section.Surface() methode //! is effective. //! Continuity : The continuity in v waiting on the surface - //! Degmax : The maximum degree in v requiered on the surface - //! Segmax : The maximum number of span in v requiered on + //! Degmax : The maximum degree in v required on the surface + //! Segmax : The maximum number of span in v required on //! the surface. Standard_EXPORT void Build (TopTools_MapOfShape& ReversedEdges, BRepFill_DataMapOfShapeHArray2OfShape& Tapes, BRepFill_DataMapOfShapeHArray2OfShape& Rails, const BRepFill_TransitionStyle Transition = BRepFill_Modified, const GeomAbs_Shape Continuity = GeomAbs_C2, const GeomFill_ApproxStyle Approx = GeomFill_Location, const Standard_Integer Degmax = 11, const Standard_Integer Segmax = 30); diff --git a/src/BRepGProp/BRepGProp_EdgeTool.hxx b/src/BRepGProp/BRepGProp_EdgeTool.hxx index 693087b58a..25a47f6f03 100644 --- a/src/BRepGProp/BRepGProp_EdgeTool.hxx +++ b/src/BRepGProp/BRepGProp_EdgeTool.hxx @@ -75,7 +75,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT static void Intervals (const BRepAdaptor_Curve& C, TColStd_Array1OfReal& T, const GeomAbs_Shape S); diff --git a/src/BRepLib/BRepLib.hxx b/src/BRepLib/BRepLib.hxx index 5bd8823082..8da5165ec3 100644 --- a/src/BRepLib/BRepLib.hxx +++ b/src/BRepLib/BRepLib.hxx @@ -228,7 +228,7 @@ public: //! is done. Standard_EXPORT static void EncodeRegularity(const TopoDS_Shape& S, const TopTools_ListOfShape& LE, const Standard_Real TolAng = 1.0e-10); - //! Encodes the Regularity beetween and by + //! Encodes the Regularity between and by //! Warning: is an angular tolerance, expressed in Rad. //! Warning: If the edge's regularity is coded before, nothing //! is done. diff --git a/src/BRepLib/BRepLib_MakePolygon.hxx b/src/BRepLib/BRepLib_MakePolygon.hxx index 085cd9e72b..e0e26d3fb4 100644 --- a/src/BRepLib/BRepLib_MakePolygon.hxx +++ b/src/BRepLib/BRepLib_MakePolygon.hxx @@ -74,7 +74,7 @@ public: Standard_EXPORT void Add (const TopoDS_Vertex& V); //! Returns True if the last vertex or point was - //! succesfully added. + //! successfully added. Standard_EXPORT Standard_Boolean Added() const; Standard_EXPORT void Close(); diff --git a/src/BRepMesh/BRepMesh_BaseMeshAlgo.cxx b/src/BRepMesh/BRepMesh_BaseMeshAlgo.cxx index e914fb284c..bf28ea24e3 100644 --- a/src/BRepMesh/BRepMesh_BaseMeshAlgo.cxx +++ b/src/BRepMesh/BRepMesh_BaseMeshAlgo.cxx @@ -72,7 +72,7 @@ void BRepMesh_BaseMeshAlgo::Perform( commitSurfaceTriangulation(); } } - catch (Standard_Failure const& /*theExeption*/) + catch (Standard_Failure const& /*theException*/) { } diff --git a/src/BRepMesh/BRepMesh_Delaun.cxx b/src/BRepMesh/BRepMesh_Delaun.cxx index cf4078c8a4..54ee573820 100644 --- a/src/BRepMesh/BRepMesh_Delaun.cxx +++ b/src/BRepMesh/BRepMesh_Delaun.cxx @@ -419,7 +419,7 @@ void BRepMesh_Delaun::RemoveAuxElements () //======================================================================= //function : createTriangles -//purpose : Creates the triangles beetween the node and the polyline. +//purpose : Creates the triangles between the node and the polyline. //======================================================================= void BRepMesh_Delaun::createTriangles(const Standard_Integer theVertexIndex, IMeshData::MapOfIntegerInteger& thePoly) diff --git a/src/BRepMesh/BRepMesh_Delaun.hxx b/src/BRepMesh/BRepMesh_Delaun.hxx index 0a6c078843..93405c0c27 100755 --- a/src/BRepMesh/BRepMesh_Delaun.hxx +++ b/src/BRepMesh/BRepMesh_Delaun.hxx @@ -262,7 +262,7 @@ private: //! Triangulation of closed polygon containing only three edges. Standard_Boolean meshElementaryPolygon (const IMeshData::SequenceOfInteger& thePolygon); - //! Creates the triangles beetween the given node and the given polyline. + //! Creates the triangles between the given node and the given polyline. void createTriangles (const Standard_Integer theVertexIndex, IMeshData::MapOfIntegerInteger& thePoly); diff --git a/src/BRepMesh/BRepMesh_MeshTool.hxx b/src/BRepMesh/BRepMesh_MeshTool.hxx index 72c9912ada..6d334647e6 100644 --- a/src/BRepMesh/BRepMesh_MeshTool.hxx +++ b/src/BRepMesh/BRepMesh_MeshTool.hxx @@ -127,7 +127,7 @@ public: } //! Adds new link to mesh. - //! Updates link index and link orientaion parameters. + //! Updates link index and link orientation parameters. void AddLink(const Standard_Integer theFirstNode, const Standard_Integer theLastNode, Standard_Integer& theLinkIndex, diff --git a/src/BRepOffset/BRepOffset_MakeOffset.cxx b/src/BRepOffset/BRepOffset_MakeOffset.cxx index 0020890550..ba95118b8e 100644 --- a/src/BRepOffset/BRepOffset_MakeOffset.cxx +++ b/src/BRepOffset/BRepOffset_MakeOffset.cxx @@ -3708,7 +3708,7 @@ void CorrectSolid(TopoDS_Solid& theSol, TopTools_ListOfShape& theSolList) //======================================================================= //function : CheckInputData -//purpose : Check input data for possiblity of offset perform. +//purpose : Check input data for possibility of offset perform. //======================================================================= Standard_Boolean BRepOffset_MakeOffset::CheckInputData() { diff --git a/src/BRepOffset/BRepOffset_Tool.cxx b/src/BRepOffset/BRepOffset_Tool.cxx index af3ac106e1..0374614ba2 100644 --- a/src/BRepOffset/BRepOffset_Tool.cxx +++ b/src/BRepOffset/BRepOffset_Tool.cxx @@ -782,7 +782,7 @@ void BRepOffset_Tool::PipeInter(const TopoDS_Face& F1, //======================================================================= //function : IsAutonomVertex -//purpose : Checks wether a vertex is "autonom" or not +//purpose : Checks whether a vertex is "autonom" or not //======================================================================= static Standard_Boolean IsAutonomVertex(const TopoDS_Shape& theVertex, @@ -808,7 +808,7 @@ static Standard_Boolean IsAutonomVertex(const TopoDS_Shape& theVertex, //======================================================================= //function : IsAutonomVertex -//purpose : Checks wether a vertex is "autonom" or not +//purpose : Checks whether a vertex is "autonom" or not //======================================================================= static Standard_Boolean IsAutonomVertex(const TopoDS_Shape& aVertex, diff --git a/src/BRepOffsetAPI/BRepOffsetAPI_MakeFilling.hxx b/src/BRepOffsetAPI/BRepOffsetAPI_MakeFilling.hxx index 30eba08a9d..975eac073e 100644 --- a/src/BRepOffsetAPI/BRepOffsetAPI_MakeFilling.hxx +++ b/src/BRepOffsetAPI/BRepOffsetAPI_MakeFilling.hxx @@ -108,7 +108,7 @@ public: //! Degree: it is the order of energy criterion to minimize for computing //! the deformation of the surface. //! The default value is 3 - //! The recommanded value is i+2 where i is the maximum order of the + //! The recommended value is i+2 where i is the maximum order of the //! constraints. //! NbPtsOnCur: it is the average number of points for discretisation //! of the edges. diff --git a/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx b/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx index 1daf865bfa..48786e44e8 100644 --- a/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx +++ b/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx @@ -84,7 +84,7 @@ public: Standard_EXPORT void SetMode (const gp_Ax2& Axe); //! Sets a fixed BiNormal direction to perform the -- - //! sweeping. Angular relations beetween the + //! sweeping. Angular relations between the //! section(s) and will be constant Standard_EXPORT void SetMode (const gp_Dir& BiNormal); @@ -118,9 +118,9 @@ public: //! Possibilities are : //! - Give one or sevral section //! - Give one profile and an homotetic law. - //! - Automatic compute of correspondance beetween spine, and section + //! - Automatic compute of correspondance between spine, and section //! on the sweeped shape - //! - correspondance beetween spine, and section on the sweeped shape + //! - correspondance between spine, and section on the sweeped shape //! defined by a vertex of the spine Standard_EXPORT void SetMode (const TopoDS_Wire& AuxiliarySpine, const Standard_Boolean CurvilinearEquivalence, const BRepFill_TypeOfContact KeepContact = BRepFill_NoContact); diff --git a/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx b/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx index 0fedaf74dc..91415d6a0a 100644 --- a/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx +++ b/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx @@ -68,7 +68,7 @@ public: Standard_EXPORT void Add (const TopoDS_Shape& ToProj); //! Sets the parameters used for computation - //! Tol3 is the requiered tolerance between the 3d projected + //! Tol3 is the required tolerance between the 3d projected //! curve and its 2d representation //! InternalContinuity is the order of constraints //! used for approximation diff --git a/src/BRepPrim/BRepPrim_Revolution.hxx b/src/BRepPrim/BRepPrim_Revolution.hxx index 99b42d3bfb..013d7b89a4 100644 --- a/src/BRepPrim/BRepPrim_Revolution.hxx +++ b/src/BRepPrim/BRepPrim_Revolution.hxx @@ -31,7 +31,7 @@ class TopoDS_Edge; class gp_Pnt2d; -//! Implement the OneAxis algoritm for a revolution +//! Implement the OneAxis algorithm for a revolution //! surface. class BRepPrim_Revolution : public BRepPrim_OneAxis { diff --git a/src/BRepTest/BRepTest_CheckCommands.cxx b/src/BRepTest/BRepTest_CheckCommands.cxx index 0f34565aa2..489a1b7344 100644 --- a/src/BRepTest/BRepTest_CheckCommands.cxx +++ b/src/BRepTest/BRepTest_CheckCommands.cxx @@ -357,7 +357,7 @@ static Standard_Integer checksection(Draw_Interpretor& di, //======================================================================= //function : checkdiff -//purpose : Checks the differences beetween a result and his arguments +//purpose : Checks the differences between a result and his arguments //======================================================================= static Standard_Integer checkdiff(Draw_Interpretor& di, Standard_Integer narg, const char** a) @@ -1751,7 +1751,7 @@ void BRepTest::CheckCommands(Draw_Interpretor& theCommands) g); theCommands.Add("checkdiff", - "checks the validity of the diff beetween the shapes arg1..argn and result :\n checkdiff arg1 [arg2..argn] result [closedSolid (1/0)] [geomCtrl (1/0)]", + "checks the validity of the diff between the shapes arg1..argn and result :\n checkdiff arg1 [arg2..argn] result [closedSolid (1/0)] [geomCtrl (1/0)]", __FILE__, checkdiff, g); diff --git a/src/BRepTest/BRepTest_FeatureCommands.cxx b/src/BRepTest/BRepTest_FeatureCommands.cxx index 09f3551df4..3ba46a0a52 100644 --- a/src/BRepTest/BRepTest_FeatureCommands.cxx +++ b/src/BRepTest/BRepTest_FeatureCommands.cxx @@ -358,7 +358,7 @@ static void reportOffsetState(Draw_Interpretor& theCommands, { case BRepOffset_NoError: { - theCommands << "OK. Offset performed succesfully."; + theCommands << "OK. Offset performed successfully."; break; } case BRepOffset_BadNormalsOnGeometry: diff --git a/src/BRepTools/BRepTools.hxx b/src/BRepTools/BRepTools.hxx index 6fd63e66c9..a8cf855b10 100644 --- a/src/BRepTools/BRepTools.hxx +++ b/src/BRepTools/BRepTools.hxx @@ -148,7 +148,7 @@ public: //! edge on the face. Standard_EXPORT static void UpdateFaceUVPoints (const TopoDS_Face& theF); - //! Removes all cashed polygonal representation of the shape, + //! Removes all cached polygonal representation of the shape, //! i.e. the triangulations of the faces of and polygons on //! triangulations and polygons 3d of the edges. //! In case polygonal representation is the only available representation diff --git a/src/BRepTools/BRepTools_ShapeSet.cxx b/src/BRepTools/BRepTools_ShapeSet.cxx index 5c7b403091..5b89b218f3 100644 --- a/src/BRepTools/BRepTools_ShapeSet.cxx +++ b/src/BRepTools/BRepTools_ShapeSet.cxx @@ -14,7 +14,7 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// Modifed: Portage NT 7-5-97 DPF (strcasecmp) +// Modified: Portage NT 7-5-97 DPF (strcasecmp) #include #include diff --git a/src/BSplCLib/BSplCLib.hxx b/src/BSplCLib/BSplCLib.hxx index 7d7ef6a84e..83333d802e 100644 --- a/src/BSplCLib/BSplCLib.hxx +++ b/src/BSplCLib/BSplCLib.hxx @@ -68,7 +68,7 @@ class math_Matrix; //! //! Those methods have the following structure : //! -//! - They extract the pole informations in a working array. +//! - They extract the pole information in a working array. //! //! - They process the working array with the //! multi-dimension methods. (for example a 3d rational @@ -820,7 +820,7 @@ public: //! same as the range of F(t) //! //! Warning: it is - //! the caller's responsability to insure that conditions + //! the caller's responsibility to insure that conditions //! 1. and 2. above are satisfied : no check whatsoever //! is made in this method //! @@ -847,7 +847,7 @@ public: //! same as the range of F(t) //! //! Warning: it is - //! the caller's responsability to insure that conditions + //! the caller's responsibility to insure that conditions //! 1. and 2. above are satisfied : no check whatsoever //! is made in this method //! @@ -870,7 +870,7 @@ public: //! of BSplineFlatKnots which is the //! same as the range of F(t) //! Warning: it is - //! the caller's responsability to insure that conditions + //! the caller's responsibility to insure that conditions //! 1. and 2. above are satisfied : no check whatsoever //! is made in this method //! theStatus will return 0 if OK else it will return the pivot index @@ -892,7 +892,7 @@ public: //! of BSplineFlatKnots which is the //! same as the range of F(t) //! Warning: it is - //! the caller's responsability to insure that conditions + //! the caller's responsibility to insure that conditions //! 1. and 2. above are satisfied : no check whatsoever //! is made in this method //! theStatus will return 0 if OK else it will return the pivot index @@ -911,7 +911,7 @@ public: //! NewDegree on the knots FlatKnots 2. the range of a(t) //! is the same as the range of F(t) //! Warning: it is - //! the caller's responsability to insure that conditions + //! the caller's responsibility to insure that conditions //! 1. and 2. above are satisfied : no check whatsoever //! is made in this method //! theStatus will return 0 if OK else it will return the pivot index @@ -930,7 +930,7 @@ public: //! NewDegree on the knots FlatKnots 2. the range of a(t) //! is the same as the range of F(t) //! Warning: it is - //! the caller's responsability to insure that conditions + //! the caller's responsibility to insure that conditions //! 1. and 2. above are satisfied : no check whatsoever //! is made in this method //! theStatus will return 0 if OK else it will return the pivot index @@ -949,7 +949,7 @@ public: //! NewDegree on the knots FlatKnots 2. the range of a(t) //! is the same as the range of F(t) //! Warning: it is - //! the caller's responsability to insure that conditions + //! the caller's responsibility to insure that conditions //! 1. and 2. above are satisfied : no check whatsoever //! is made in this method //! theStatus will return 0 if OK else it will return the pivot index @@ -968,7 +968,7 @@ public: //! NewDegree on the knots FlatKnots 2. the range of a(t) //! is the same as the range of F(t) //! Warning: it is - //! the caller's responsability to insure that conditions + //! the caller's responsibility to insure that conditions //! 1. and 2. above are satisfied : no check whatsoever //! is made in this method //! theStatus will return 0 if OK else it will return the pivot index diff --git a/src/BSplSLib/BSplSLib.cxx b/src/BSplSLib/BSplSLib.cxx index 03a9a95880..2669af759d 100644 --- a/src/BSplSLib/BSplSLib.cxx +++ b/src/BSplSLib/BSplSLib.cxx @@ -14,8 +14,8 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// Modifed RLE Aug 93 - Complete rewrite -// xab 21-Mar-95 implemented cache mecanism +// Modified RLE Aug 93 - Complete rewrite +// xab 21-Mar-95 implemented cache mechanism // pmn 25-09-96 Interpolation // jct 25-09-96 : Correction de l'alloc de LocalArray dans RationalDerivative. // pmn 07-10-96 : Correction de DN dans le cas rationnal. diff --git a/src/BSplSLib/BSplSLib.hxx b/src/BSplSLib/BSplSLib.hxx index 277ae65511..30c1836088 100644 --- a/src/BSplSLib/BSplSLib.hxx +++ b/src/BSplSLib/BSplSLib.hxx @@ -59,7 +59,7 @@ class gp_Vec; //! //! Warnings : The bounds of UKnots and UMults should be the //! same, the bounds of VKnots and VMults should be the same, -//! the bounds of Poles and Weights shoud be the same. +//! the bounds of Poles and Weights should be the same. //! //! The Control points representation is : //! Poles(Uorigin,Vorigin) ...................Poles(Uorigin,Vend) @@ -399,7 +399,7 @@ public: //! degree U/VNewDegree on the knots U/VFlatKnots 2. the range //! of a(u,v) is the same as the range of N(u,v) //! or D(u,v) - //! ---Warning: it is the caller's responsability to + //! ---Warning: it is the caller's responsibility to //! insure that conditions 1. and 2. above are satisfied //! : no check whatsoever is made in this method -- //! theStatus will return 0 if OK else it will return the diff --git a/src/BSplSLib/BSplSLib_EvaluatorFunction.hxx b/src/BSplSLib/BSplSLib_EvaluatorFunction.hxx index 478a461d28..d2f4ffed79 100644 --- a/src/BSplSLib/BSplSLib_EvaluatorFunction.hxx +++ b/src/BSplSLib/BSplSLib_EvaluatorFunction.hxx @@ -27,7 +27,7 @@ #include #endif -// Histroy - C function pointer converted to a virtual class +// History - C function pointer converted to a virtual class // in order to get rid of usage of static functions and static data class BSplSLib_EvaluatorFunction { diff --git a/src/BiTgte/BiTgte_Blend.cxx b/src/BiTgte/BiTgte_Blend.cxx index acc44d02af..29f58c8215 100644 --- a/src/BiTgte/BiTgte_Blend.cxx +++ b/src/BiTgte/BiTgte_Blend.cxx @@ -1059,7 +1059,7 @@ void BiTgte_Blend::Perform(const Standard_Boolean BuildShape) ChFi3d_ResultChron(ch, t_shape); #endif - // Finally construct curves 3d from edges to be transfered + // Finally construct curves 3d from edges to be transferred // since the partition is provided ( A Priori); BRepLib::BuildCurves3d(myResult, Precision::Confusion()); diff --git a/src/BiTgte/BiTgte_CurveOnEdge.hxx b/src/BiTgte/BiTgte_CurveOnEdge.hxx index 2dd590986c..7c327d0c94 100644 --- a/src/BiTgte/BiTgte_CurveOnEdge.hxx +++ b/src/BiTgte/BiTgte_CurveOnEdge.hxx @@ -75,7 +75,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/BiTgte/BiTgte_CurveOnVertex.hxx b/src/BiTgte/BiTgte_CurveOnVertex.hxx index 914bdd52a5..41a56bf383 100644 --- a/src/BiTgte/BiTgte_CurveOnVertex.hxx +++ b/src/BiTgte/BiTgte_CurveOnVertex.hxx @@ -74,7 +74,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/BinDrivers/BinDrivers_DocumentStorageDriver.hxx b/src/BinDrivers/BinDrivers_DocumentStorageDriver.hxx index 9806e7349a..f75067af7a 100644 --- a/src/BinDrivers/BinDrivers_DocumentStorageDriver.hxx +++ b/src/BinDrivers/BinDrivers_DocumentStorageDriver.hxx @@ -29,7 +29,7 @@ class BinLDrivers_DocumentSection; class BinDrivers_DocumentStorageDriver; DEFINE_STANDARD_HANDLE(BinDrivers_DocumentStorageDriver, BinLDrivers_DocumentStorageDriver) -//! persistent implemention of storage a document in a binary file +//! persistent implementation of storage a document in a binary file class BinDrivers_DocumentStorageDriver : public BinLDrivers_DocumentStorageDriver { diff --git a/src/BinLDrivers/BinLDrivers_DocumentStorageDriver.hxx b/src/BinLDrivers/BinLDrivers_DocumentStorageDriver.hxx index 93bed87c8e..6281700f6e 100644 --- a/src/BinLDrivers/BinLDrivers_DocumentStorageDriver.hxx +++ b/src/BinLDrivers/BinLDrivers_DocumentStorageDriver.hxx @@ -41,7 +41,7 @@ class BinLDrivers_DocumentSection; class BinLDrivers_DocumentStorageDriver; DEFINE_STANDARD_HANDLE(BinLDrivers_DocumentStorageDriver, PCDM_StorageDriver) -//! persistent implemention of storage a document in a binary file +//! persistent implementation of storage a document in a binary file class BinLDrivers_DocumentStorageDriver : public PCDM_StorageDriver { diff --git a/src/Bisector/Bisector_BisecPC.hxx b/src/Bisector/Bisector_BisecPC.hxx index a748e7e4f5..baccd1746d 100644 --- a/src/Bisector/Bisector_BisecPC.hxx +++ b/src/Bisector/Bisector_BisecPC.hxx @@ -41,7 +41,7 @@ DEFINE_STANDARD_HANDLE(Bisector_BisecPC, Bisector_Curve) //! Provides the bisector between a point and a curve. //! the curvature on the curve has to be monoton. -//! the point can't be on the curve exept at the extremitys. +//! the point can't be on the curve exept at the extremities. class Bisector_BisecPC : public Bisector_Curve { diff --git a/src/Blend/Blend_AppFunction.hxx b/src/Blend/Blend_AppFunction.hxx index c604eb85e1..3a21f33719 100644 --- a/src/Blend/Blend_AppFunction.hxx +++ b/src/Blend/Blend_AppFunction.hxx @@ -108,8 +108,8 @@ public: Standard_EXPORT virtual Standard_Boolean IsSolution (const math_Vector& Sol, const Standard_Real Tol) = 0; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT virtual Standard_Real GetMinimalDistance() const = 0; //! Returns the point on the first support. @@ -135,7 +135,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() //! raises //! OutOfRange from Standard diff --git a/src/Blend/Blend_CSFunction.hxx b/src/Blend/Blend_CSFunction.hxx index cee9e0ce9a..3cf7193960 100644 --- a/src/Blend/Blend_CSFunction.hxx +++ b/src/Blend/Blend_CSFunction.hxx @@ -106,8 +106,8 @@ public: //! the parameter on the guide line. Standard_EXPORT virtual Standard_Boolean IsSolution (const math_Vector& Sol, const Standard_Real Tol) Standard_OVERRIDE = 0; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT virtual Standard_Real GetMinimalDistance() const Standard_OVERRIDE; //! Returns the point on the first support. diff --git a/src/Blend/Blend_RstRstFunction.hxx b/src/Blend/Blend_RstRstFunction.hxx index 5e70346b1e..f3512aabee 100644 --- a/src/Blend/Blend_RstRstFunction.hxx +++ b/src/Blend/Blend_RstRstFunction.hxx @@ -108,8 +108,8 @@ public: //! the parameter on the guide line. Standard_EXPORT virtual Standard_Boolean IsSolution (const math_Vector& Sol, const Standard_Real Tol) = 0; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT Standard_Real GetMinimalDistance() const; //! Returns the point on the first support. @@ -178,7 +178,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const = 0; diff --git a/src/Blend/Blend_SurfRstFunction.hxx b/src/Blend/Blend_SurfRstFunction.hxx index 2255d80417..a35a7ffaff 100644 --- a/src/Blend/Blend_SurfRstFunction.hxx +++ b/src/Blend/Blend_SurfRstFunction.hxx @@ -107,8 +107,8 @@ public: //! the parameter on the guide line. Standard_EXPORT virtual Standard_Boolean IsSolution (const math_Vector& Sol, const Standard_Real Tol) = 0; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT Standard_Real GetMinimalDistance() const; //! Returns the point on the first support. @@ -172,7 +172,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const = 0; diff --git a/src/BlendFunc/BlendFunc_CSCircular.hxx b/src/BlendFunc/BlendFunc_CSCircular.hxx index 2bced6ff28..f2b4082989 100644 --- a/src/BlendFunc/BlendFunc_CSCircular.hxx +++ b/src/BlendFunc/BlendFunc_CSCircular.hxx @@ -159,7 +159,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() //! raises //! OutOfRange from Standard diff --git a/src/BlendFunc/BlendFunc_CSConstRad.hxx b/src/BlendFunc/BlendFunc_CSConstRad.hxx index 22a899db77..c4f01e3ce0 100644 --- a/src/BlendFunc/BlendFunc_CSConstRad.hxx +++ b/src/BlendFunc/BlendFunc_CSConstRad.hxx @@ -146,7 +146,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() //! raises //! OutOfRange from Standard diff --git a/src/BlendFunc/BlendFunc_ChAsym.hxx b/src/BlendFunc/BlendFunc_ChAsym.hxx index 7a9db5c56f..d0bb8af9c1 100644 --- a/src/BlendFunc/BlendFunc_ChAsym.hxx +++ b/src/BlendFunc/BlendFunc_ChAsym.hxx @@ -70,8 +70,8 @@ public: Standard_EXPORT Standard_Boolean IsSolution (const math_Vector& Sol, const Standard_Real Tol) Standard_OVERRIDE; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT Standard_Real GetMinimalDistance() const Standard_OVERRIDE; //! computes the values of the derivatives for the @@ -142,7 +142,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/BlendFunc/BlendFunc_ConstRad.hxx b/src/BlendFunc/BlendFunc_ConstRad.hxx index bc64cccf26..314535a077 100644 --- a/src/BlendFunc/BlendFunc_ConstRad.hxx +++ b/src/BlendFunc/BlendFunc_ConstRad.hxx @@ -92,8 +92,8 @@ public: Standard_EXPORT Standard_Boolean IsSolution (const math_Vector& Sol, const Standard_Real Tol) Standard_OVERRIDE; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT Standard_Real GetMinimalDistance() const Standard_OVERRIDE; Standard_EXPORT const gp_Pnt& PointOnS1() const Standard_OVERRIDE; @@ -147,7 +147,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/BlendFunc/BlendFunc_EvolRad.hxx b/src/BlendFunc/BlendFunc_EvolRad.hxx index 0dcbb2b1bb..d4b72321fc 100644 --- a/src/BlendFunc/BlendFunc_EvolRad.hxx +++ b/src/BlendFunc/BlendFunc_EvolRad.hxx @@ -92,8 +92,8 @@ public: Standard_EXPORT Standard_Boolean IsSolution (const math_Vector& Sol, const Standard_Real Tol) Standard_OVERRIDE; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT Standard_Real GetMinimalDistance() const Standard_OVERRIDE; Standard_EXPORT const gp_Pnt& PointOnS1() const Standard_OVERRIDE; @@ -146,7 +146,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/BlendFunc/BlendFunc_GenChamfer.hxx b/src/BlendFunc/BlendFunc_GenChamfer.hxx index a79f0660c8..250ca161b1 100644 --- a/src/BlendFunc/BlendFunc_GenChamfer.hxx +++ b/src/BlendFunc/BlendFunc_GenChamfer.hxx @@ -82,8 +82,8 @@ public: Standard_EXPORT void GetBounds (math_Vector& InfBound, math_Vector& SupBound) const Standard_OVERRIDE; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT Standard_Real GetMinimalDistance() const Standard_OVERRIDE; //! Sets the distances and the "quadrant". @@ -105,7 +105,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() //! raises //! OutOfRange from Standard diff --git a/src/BlendFunc/BlendFunc_Ruled.hxx b/src/BlendFunc/BlendFunc_Ruled.hxx index c17738badb..2f0d39b241 100644 --- a/src/BlendFunc/BlendFunc_Ruled.hxx +++ b/src/BlendFunc/BlendFunc_Ruled.hxx @@ -87,8 +87,8 @@ public: Standard_EXPORT Standard_Boolean IsSolution (const math_Vector& Sol, const Standard_Real Tol) Standard_OVERRIDE; - //! Returns the minimal Distance beetween two - //! extremitys of calculed sections. + //! Returns the minimal Distance between two + //! extremities of calculated sections. Standard_EXPORT Standard_Real GetMinimalDistance() const Standard_OVERRIDE; Standard_EXPORT const gp_Pnt& PointOnS1() const Standard_OVERRIDE; @@ -130,7 +130,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() //! raises //! OutOfRange from Standard diff --git a/src/Bnd/Bnd_B3x.gxx b/src/Bnd/Bnd_B3x.gxx index 11de588271..673f643e72 100644 --- a/src/Bnd/Bnd_B3x.gxx +++ b/src/Bnd/Bnd_B3x.gxx @@ -363,7 +363,7 @@ Standard_Boolean Bnd_B3x::IsOut (const gp_Ax1& theLine, (Standard_Real)myCenter[1] - theLine.Location().Y(), (Standard_Real)myCenter[2] - theLine.Location().Z()); - // Find the parameter interval in X dimention + // Find the parameter interval in X dimension Standard_Real aHSize = (Standard_Real)myHSize[0]+theOverthickness; if (aDir.X() > aRes) { anInter0[0]= (aDiff.X() - aHSize) / aDir.X(); @@ -376,7 +376,7 @@ Standard_Boolean Bnd_B3x::IsOut (const gp_Ax1& theLine, if (Abs(aDiff.X()) > aHSize) return Standard_True; - // Find the parameter interval in Y dimention + // Find the parameter interval in Y dimension aHSize = (Standard_Real)myHSize[1]+theOverthickness; if (aDir.Y() > aRes) { anInter1[0]= (aDiff.Y() - aHSize) / aDir.Y(); @@ -399,7 +399,7 @@ Standard_Boolean Bnd_B3x::IsOut (const gp_Ax1& theLine, if (isRay && anInter0[1] < -aRes) return Standard_True; - // Find the parameter interval in Z dimention + // Find the parameter interval in Z dimension aHSize = (Standard_Real)myHSize[2]+theOverthickness; if (aDir.Z() > aRes) { anInter1[0]= (aDiff.Z() - aHSize) / aDir.Z(); diff --git a/src/BndLib/BndLib.hxx b/src/BndLib/BndLib.hxx index 252d8c3bdf..ad207c7d5a 100644 --- a/src/BndLib/BndLib.hxx +++ b/src/BndLib/BndLib.hxx @@ -72,7 +72,7 @@ public: //! Adds the segment of the line L limited by the two //! parameter values P1 and P2, to the bounding box B, and //! then enlarges B by the tolerance value Tol. - //! Tol is the tolerance value to enlarge the minimun and maximum dimension + //! Tol is the tolerance value to enlarge the minimum and maximum dimension //! P1 and P2 may represent infinite values. //! Exceptions //! Standard_Failure if P1 and P2 are either two negative diff --git a/src/BndLib/BndLib_Add3dCurve.cxx b/src/BndLib/BndLib_Add3dCurve.cxx index c7226d9d50..c313521212 100644 --- a/src/BndLib/BndLib_Add3dCurve.cxx +++ b/src/BndLib/BndLib_Add3dCurve.cxx @@ -221,7 +221,7 @@ void BndLib_Add3dCurve::Add( const Adaptor3d_Curve& C, else { //////////////////////////////////////////////// // modified by NIZHNY-EAP Fri Dec 3 14:29:14 1999 ___BEGIN___ - // To avoid exeption in Segment + // To avoid exception in Segment if(Bsaux->FirstParameter() > U1) u1 = Bsaux->FirstParameter(); if(Bsaux->LastParameter() < U2 ) u2 = Bsaux->LastParameter(); // modified by NIZHNY-EAP Fri Dec 3 14:29:18 1999 ___END___ diff --git a/src/BndLib/BndLib_AddSurface.hxx b/src/BndLib/BndLib_AddSurface.hxx index d44ac718bb..66cc9acb4d 100644 --- a/src/BndLib/BndLib_AddSurface.hxx +++ b/src/BndLib/BndLib_AddSurface.hxx @@ -102,7 +102,7 @@ public: Standard_EXPORT static void Add (const Adaptor3d_Surface& S, const Standard_Real UMin, const Standard_Real UMax, const Standard_Real VMin, const Standard_Real VMax, const Standard_Real Tol, Bnd_Box& B); //! Adds the surface S to the bounding box B. - //! This algorith builds precise bounding box + //! This algorithm builds precise bounding box Standard_EXPORT static void AddOptimal (const Adaptor3d_Surface& S, const Standard_Real Tol, Bnd_Box& B); diff --git a/src/CPnts/CPnts_UniformDeflection.hxx b/src/CPnts/CPnts_UniformDeflection.hxx index d9fccc2869..d204e86979 100644 --- a/src/CPnts/CPnts_UniformDeflection.hxx +++ b/src/CPnts/CPnts_UniformDeflection.hxx @@ -96,19 +96,19 @@ public: //! As above with 2d curve Standard_EXPORT CPnts_UniformDeflection(const Adaptor2d_Curve2d& C, const Standard_Real Deflection, const Standard_Real U1, const Standard_Real U2, const Standard_Real Resolution, const Standard_Boolean WithControl); - //! Initialize the algoritms with , , , + //! Initialize the algorithms with , , , //! and Standard_EXPORT void Initialize (const Adaptor3d_Curve& C, const Standard_Real Deflection, const Standard_Real Resolution, const Standard_Boolean WithControl); - //! Initialize the algoritms with , , , + //! Initialize the algorithms with , , , //! and Standard_EXPORT void Initialize (const Adaptor2d_Curve2d& C, const Standard_Real Deflection, const Standard_Real Resolution, const Standard_Boolean WithControl); - //! Initialize the algoritms with , , , + //! Initialize the algorithms with , , , //! , and Standard_EXPORT void Initialize (const Adaptor3d_Curve& C, const Standard_Real Deflection, const Standard_Real U1, const Standard_Real U2, const Standard_Real Resolution, const Standard_Boolean WithControl); - //! Initialize the algoritms with , , , + //! Initialize the algorithms with , , , //! , and Standard_EXPORT void Initialize (const Adaptor2d_Curve2d& C, const Standard_Real Deflection, const Standard_Real U1, const Standard_Real U2, const Standard_Real Resolution, const Standard_Boolean WithControl); diff --git a/src/ChFi2d/ChFi2d_Builder.hxx b/src/ChFi2d/ChFi2d_Builder.hxx index d130483b35..95d01765cd 100644 --- a/src/ChFi2d/ChFi2d_Builder.hxx +++ b/src/ChFi2d/ChFi2d_Builder.hxx @@ -144,19 +144,19 @@ protected: private: - //! Is internaly used by . + //! Is internally used by . //! Warning: , , has sense only if the //! status is equal to Standard_EXPORT void ComputeFillet (const TopoDS_Vertex& V, const TopoDS_Edge& E1, const TopoDS_Edge& E2, const Standard_Real Radius, TopoDS_Edge& TrimE1, TopoDS_Edge& TrimE2, TopoDS_Edge& Fillet); - //! Is internaly used by . The chamfer is + //! Is internally used by . The chamfer is //! computed from a vertex, two edges and two //! distances //! Warning: , and has sense only if //! if the status is equal to Standard_EXPORT void ComputeChamfer (const TopoDS_Vertex& V, const TopoDS_Edge& E1, const TopoDS_Edge& E2, const Standard_Real D1, const Standard_Real D2, TopoDS_Edge& TrimE1, TopoDS_Edge& TrimE2, TopoDS_Edge& Chamfer); - //! Is internaly used by . The chamfer is + //! Is internally used by . The chamfer is //! computed from an edge, a vertex, a distance //! and an angle //! Warning: , , and has @@ -164,7 +164,7 @@ private: //! Standard_EXPORT void ComputeChamfer (const TopoDS_Vertex& V, const TopoDS_Edge& E1, const Standard_Real D, const Standard_Real Ang, const TopoDS_Edge& E2, TopoDS_Edge& TrimE1, TopoDS_Edge& TrimE2, TopoDS_Edge& Chamfer); - //! Is internaly used by . + //! Is internally used by . //! and will contains the new //! extremities of and //! Warning: The returned edge has sense only if the status @@ -175,14 +175,14 @@ private: //! Standard_EXPORT TopoDS_Edge BuildFilletEdge (const TopoDS_Vertex& V, const TopoDS_Edge& AdjEdge1, const TopoDS_Edge& AdjEdge2, const Standard_Real Radius, TopoDS_Vertex& NewExtr1, TopoDS_Vertex& NewExtr2); - //! Is internaly used by . + //! Is internally used by . //! and will contains the new //! extremities of and //! Warning: The returned edge has sense only if the status //! is equal to Standard_EXPORT TopoDS_Edge BuildChamferEdge (const TopoDS_Vertex& V, const TopoDS_Edge& AdjEdge1, const TopoDS_Edge& AdjEdge2, const Standard_Real D1, const Standard_Real D2, TopoDS_Vertex& NewExtr1, TopoDS_Vertex& NewExtr2); - //! Is internaly used by . + //! Is internally used by . //! and will contains the new //! extremities of and //! Warning: The returned edge has sense only if the status diff --git a/src/ChFi2d/ChFi2d_FilletAPI.cxx b/src/ChFi2d/ChFi2d_FilletAPI.cxx index 69ca4f7e74..c4dda8df7c 100755 --- a/src/ChFi2d/ChFi2d_FilletAPI.cxx +++ b/src/ChFi2d/ChFi2d_FilletAPI.cxx @@ -113,7 +113,7 @@ Standard_Boolean ChFi2d_FilletAPI::IsAnalytical(const TopoDS_Edge& theEdge1, (AC2.GetType() == GeomAbs_Line || AC2.GetType() == GeomAbs_Circle)) { // The edges are lines or arcs of circle. - // Now check wether they have a common point. + // Now check whether they have a common point. gp_Pnt p11 = AC1.Value(AC1.FirstParameter()); gp_Pnt p12 = AC1.Value(AC1.LastParameter()); gp_Pnt p21 = AC2.Value(AC2.FirstParameter()); diff --git a/src/ChFi2d/ChFi2d_FilletAlgo.cxx b/src/ChFi2d/ChFi2d_FilletAlgo.cxx index d95164f699..547a2b9b5a 100644 --- a/src/ChFi2d/ChFi2d_FilletAlgo.cxx +++ b/src/ChFi2d/ChFi2d_FilletAlgo.cxx @@ -507,7 +507,7 @@ int ChFi2d_FilletAlgo::NbResults(const gp_Pnt& thePoint) return nb; } -// returns result (fillet edge, modified edge1, modified edge2), neares to the given point +// returns result (fillet edge, modified edge1, modified edge2), nearest to the given point TopoDS_Edge ChFi2d_FilletAlgo::Result(const gp_Pnt& thePoint, TopoDS_Edge& theEdge1, TopoDS_Edge& theEdge2, const int iSolution) { TopoDS_Edge aResult; diff --git a/src/ChFi2d/ChFi2d_FilletAlgo.hxx b/src/ChFi2d/ChFi2d_FilletAlgo.hxx index 520b925934..1acbaf8377 100644 --- a/src/ChFi2d/ChFi2d_FilletAlgo.hxx +++ b/src/ChFi2d/ChFi2d_FilletAlgo.hxx @@ -87,18 +87,18 @@ public: Standard_EXPORT Standard_Boolean Perform(const Standard_Real theRadius); //! Returns number of possible solutions. - //! chooses a particular fillet in case of several fillets + //! chooses a particular fillet in case of several fillets //! may be constructed (for example, a circle intersecting a segment in 2 points). //! Put the intersecting (or common) point of the edges. Standard_EXPORT Standard_Integer NbResults(const gp_Pnt& thePoint); - //! Returns result (fillet edge, modified edge1, modified edge2), - //! neares to the given point if iSolution == -1. - //! chooses a particular fillet in case of several fillets + //! Returns result (fillet edge, modified edge1, modified edge2), + //! nearest to the given point if iSolution == -1. + //! chooses a particular fillet in case of several fillets //! may be constructed (for example, a circle intersecting a segment in 2 points). //! Put the intersecting (or common) point of the edges. - Standard_EXPORT TopoDS_Edge Result(const gp_Pnt& thePoint, - TopoDS_Edge& theEdge1, TopoDS_Edge& theEdge2, + Standard_EXPORT TopoDS_Edge Result(const gp_Pnt& thePoint, + TopoDS_Edge& theEdge1, TopoDS_Edge& theEdge2, const Standard_Integer iSolution = -1); private: @@ -107,7 +107,7 @@ private: void FillPoint(FilletPoint*, const Standard_Real theLimit); //! Computes the derivative value of the function in the current point. //! is small step for approximate derivative computation - //! is direction of the step: from or reverced + //! is direction of the step: from or reversed void FillDiff(FilletPoint*, Standard_Real theDiffStep, Standard_Boolean theFront); //! Using Newton methods computes optimal point, that can be root of the //! function taking into account two input points, functions value and derivatives. diff --git a/src/ChFiDS/ChFiDS_SurfData.hxx b/src/ChFiDS/ChFiDS_SurfData.hxx index 4229f7fb13..b307cf22bb 100644 --- a/src/ChFiDS/ChFiDS_SurfData.hxx +++ b/src/ChFiDS/ChFiDS_SurfData.hxx @@ -107,11 +107,11 @@ public: Standard_EXPORT Standard_Integer Index (const Standard_Integer OfS) const; - //! returns one of the four vertices wether First is true + //! returns one of the four vertices whether First is true //! or wrong and OnS equals 1 or 2. Standard_EXPORT const ChFiDS_CommonPoint& Vertex (const Standard_Boolean First, const Standard_Integer OnS) const; - //! returns one of the four vertices wether First is true + //! returns one of the four vertices whether First is true //! or wrong and OnS equals 1 or 2. Standard_EXPORT ChFiDS_CommonPoint& ChangeVertex (const Standard_Boolean First, const Standard_Integer OnS); diff --git a/src/Contap/Contap_HCurve2dTool.hxx b/src/Contap/Contap_HCurve2dTool.hxx index ac027a79b2..ecd4ecd073 100644 --- a/src/Contap/Contap_HCurve2dTool.hxx +++ b/src/Contap/Contap_HCurve2dTool.hxx @@ -65,7 +65,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() static void Intervals (const Handle(Adaptor2d_HCurve2d)& C, TColStd_Array1OfReal& T, const GeomAbs_Shape S); diff --git a/src/Contap/Contap_Point.hxx b/src/Contap/Contap_Point.hxx index f5c21300de..12bb7786fe 100644 --- a/src/Contap/Contap_Point.hxx +++ b/src/Contap/Contap_Point.hxx @@ -36,8 +36,8 @@ class IntSurf_Transition; //! Most of the time, such a point is an intersection //! between the contour and a restriction of the surface. //! When it is not tyhe method IsOnArc return False. -//! Such a point is contains geometrical informations (see -//! the Value method) and logical informations. +//! Such a point is contains geometrical information (see +//! the Value method) and logical information. class Contap_Point { public: diff --git a/src/Convert/Convert_GridPolynomialToPoles.cxx b/src/Convert/Convert_GridPolynomialToPoles.cxx index 918e0e8cea..d95cda3d73 100644 --- a/src/Convert/Convert_GridPolynomialToPoles.cxx +++ b/src/Convert/Convert_GridPolynomialToPoles.cxx @@ -53,9 +53,9 @@ Convert_GridPolynomialToPoles( myVDegree = NumCoeffPerSurface->Value(2)-1; if (myUDegree > MaxUDegree) - throw Standard_DomainError("Convert : Incoherence beetween NumCoeffPerSurface and MaxUDegree"); + throw Standard_DomainError("Convert : Incoherence between NumCoeffPerSurface and MaxUDegree"); if (myVDegree > MaxVDegree) - throw Standard_DomainError("Convert : Incoherence beetween NumCoeffPerSurface and MaxVDegree"); + throw Standard_DomainError("Convert : Incoherence between NumCoeffPerSurface and MaxVDegree"); Handle(TColStd_HArray2OfInteger) NumCoeff = new (TColStd_HArray2OfInteger)(1, 1, 1, 2); @@ -119,9 +119,9 @@ Convert_GridPolynomialToPoles( } if (myUDegree > RealUDegree) - throw Standard_DomainError("Convert : Incoherence beetween NumCoeffPerSurface and MaxUDegree"); + throw Standard_DomainError("Convert : Incoherence between NumCoeffPerSurface and MaxUDegree"); if (myVDegree > RealVDegree) - throw Standard_DomainError("Convert : Incoherence beetween NumCoeffPerSurface and MaxVDegree"); + throw Standard_DomainError("Convert : Incoherence between NumCoeffPerSurface and MaxVDegree"); Perform (UContinuity, VContinuity, RealUDegree, RealVDegree, diff --git a/src/DBRep/DBRep_HideData.hxx b/src/DBRep/DBRep_HideData.hxx index c2ab898f9a..8a8e1acdc3 100644 --- a/src/DBRep/DBRep_HideData.hxx +++ b/src/DBRep/DBRep_HideData.hxx @@ -33,7 +33,7 @@ class Draw_Display; class Draw_Color; -//! This class stores all the informations concerning +//! This class stores all the information concerning //! hidden lines on a view. //! //! * View number diff --git a/src/DDF/DDF_Browser.hxx b/src/DDF/DDF_Browser.hxx index eda5a0546c..4b61c31705 100644 --- a/src/DDF/DDF_Browser.hxx +++ b/src/DDF/DDF_Browser.hxx @@ -70,7 +70,7 @@ public: //! Returns a string composed with the list of //! referenced attribute index of the attribute //! . For exemple, it is usefull for - //! TDataStd_Group. It uses a mecanism based on a + //! TDataStd_Group. It uses a mechanism based on a //! DDF_AttributeBrowser. Standard_EXPORT TCollection_AsciiString OpenAttribute (const Standard_Integer anIndex = 0); diff --git a/src/DNaming/DNaming_ModelingCommands.cxx b/src/DNaming/DNaming_ModelingCommands.cxx index bf2bc4b357..01e1177cdd 100644 --- a/src/DNaming/DNaming_ModelingCommands.cxx +++ b/src/DNaming/DNaming_ModelingCommands.cxx @@ -522,7 +522,7 @@ static Standard_Integer DNaming_SolveFlatFrom (Draw_Interpretor& /*theDI*/, else { TDF_Tool::Entry(funLabel, entry); try { - // We clear the logbook because the execution starts not from the begining of the function list (some functions ar skipped). + // We clear the logbook because the execution starts not from the beginning of the function list (some functions ar skipped). logbook->Clear(); Standard_Integer aRes = ComputeFunction(aFun, logbook); if(aRes != 0) { diff --git a/src/Draft/Draft_Modification.hxx b/src/Draft/Draft_Modification.hxx index 24b7fc0604..32bec2e51f 100644 --- a/src/Draft/Draft_Modification.hxx +++ b/src/Draft/Draft_Modification.hxx @@ -87,7 +87,7 @@ public: //! be given by ProblematicShape Standard_EXPORT void Perform(); - //! Returns True if Perform has been succesfully + //! Returns True if Perform has been successfully //! called. Otherwise more information can be obtained //! using the methods Error() and ProblematicShape(). Standard_EXPORT Standard_Boolean IsDone() const; diff --git a/src/Draw/Draw_Interpretor.cxx b/src/Draw/Draw_Interpretor.cxx index b6655f5a3a..a1aa0bf8d0 100644 --- a/src/Draw/Draw_Interpretor.cxx +++ b/src/Draw/Draw_Interpretor.cxx @@ -554,7 +554,7 @@ Draw_Interpretor::~Draw_Interpretor() } catch (Standard_Failure const&) { #ifdef OCCT_DEBUG - std::cout <<"Tcl_Exit have an exeption" << std::endl; + std::cout <<"Tcl_Exit have an exception" << std::endl; #endif } #else diff --git a/src/Draw/Draw_VariableCommands.cxx b/src/Draw/Draw_VariableCommands.cxx index 5450d9cc2d..ab3a54bcdd 100644 --- a/src/Draw/Draw_VariableCommands.cxx +++ b/src/Draw/Draw_VariableCommands.cxx @@ -980,7 +980,7 @@ static Standard_Real ParseValue(char*& name) char c = *p; *p = '\0'; - if (Numeric(*name)) // numeric litteral + if (Numeric(*name)) // numeric literal x = Atof(name); else if (!Draw::Get((Standard_CString) name,x)) { // variable diff --git a/src/Draw/Draw_Window.cxx b/src/Draw/Draw_Window.cxx index 7ef1b0b5ce..b2ef2d63c7 100644 --- a/src/Draw/Draw_Window.cxx +++ b/src/Draw/Draw_Window.cxx @@ -1783,7 +1783,7 @@ void DrawWindow::Clear() static Standard_Boolean SaveBitmap (HBITMAP theHBitmap, const char* theFileName) { - // Get informations about the bitmap + // Get information about the bitmap BITMAP aBitmap; if (GetObjectW (theHBitmap, sizeof(BITMAP), &aBitmap) == 0) { diff --git a/src/Extrema/Extrema_CurveTool.hxx b/src/Extrema/Extrema_CurveTool.hxx index 163b1550e9..3d7dc48242 100644 --- a/src/Extrema/Extrema_CurveTool.hxx +++ b/src/Extrema/Extrema_CurveTool.hxx @@ -63,7 +63,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() static void Intervals (Adaptor3d_Curve& C, TColStd_Array1OfReal& T, const GeomAbs_Shape S); diff --git a/src/FEmTool/FEmTool_ElementaryCriterion.hxx b/src/FEmTool/FEmTool_ElementaryCriterion.hxx index 3ea17b4694..afad005b47 100644 --- a/src/FEmTool/FEmTool_ElementaryCriterion.hxx +++ b/src/FEmTool/FEmTool_ElementaryCriterion.hxx @@ -55,7 +55,7 @@ public: Standard_EXPORT virtual Standard_Real Value() = 0; //! To Compute J(E) the coefficients of Hessian matrix of - //! J(E) wich are crossed derivatives in dimensions + //! J(E) which are crossed derivatives in dimensions //! and . //! If DependenceTable(Dimension1,Dimension2) is False Standard_EXPORT virtual void Hessian (const Standard_Integer Dim1, const Standard_Integer Dim2, math_Matrix& H) = 0; diff --git a/src/FairCurve/FairCurve_Energy.hxx b/src/FairCurve/FairCurve_Energy.hxx index a389693b7c..95d4c922fc 100644 --- a/src/FairCurve/FairCurve_Energy.hxx +++ b/src/FairCurve/FairCurve_Energy.hxx @@ -67,7 +67,7 @@ public: //! successfully, False otherwise. Standard_EXPORT virtual Standard_Boolean Values (const math_Vector& X, Standard_Real& E, math_Vector& G, math_Matrix& H) Standard_OVERRIDE; - //! compute the variables wich correspond with the field + //! compute the variables which correspond with the field Standard_EXPORT virtual Standard_Boolean Variable (math_Vector& X) const; //! return the poles @@ -83,21 +83,21 @@ protected: //! ConstrOrder1(2) can be equal to 0, 1 or 2 Standard_EXPORT FairCurve_Energy(const Handle(TColgp_HArray1OfPnt2d)& Poles, const Standard_Integer ConstrOrder1, const Standard_Integer ConstrOrder2, const Standard_Boolean WithAuxValue = Standard_False, const Standard_Real Angle1 = 0, const Standard_Real Angle2 = 0, const Standard_Integer Degree = 2, const Standard_Real Curvature1 = 0, const Standard_Real Curvature2 = 0); - //! It is use internaly to make the Gradient Vector + //! It is use internally to make the Gradient Vector Standard_EXPORT void Gradient1 (const math_Vector& TheVector, math_Vector& G); - //! It is use internaly to make the Hessian Matrix + //! It is use internally to make the Hessian Matrix Standard_EXPORT void Hessian1 (const math_Vector& TheVector, math_Matrix& H); - //! compute the poles wich correspond with the variable X + //! compute the poles which correspond with the variable X Standard_EXPORT virtual void ComputePoles (const math_Vector& X); Standard_Integer Indice (const Standard_Integer i, const Standard_Integer j) const; - //! compute the pole wich depend of variables and G1 constraint + //! compute the pole which depend of variables and G1 constraint Standard_EXPORT void ComputePolesG1 (const Standard_Integer Side, const Standard_Real Lambda, const gp_Pnt2d& P1, gp_Pnt2d& P2) const; - //! compute the pole wich depend of variables and G2 constraint + //! compute the pole which depend of variables and G2 constraint Standard_EXPORT void ComputePolesG2 (const Standard_Integer Side, const Standard_Real Lambda, const Standard_Real Rho, const gp_Pnt2d& P1, gp_Pnt2d& P2) const; //! compute the energy (and derivatives) in intermediat format diff --git a/src/FairCurve/FairCurve_EnergyOfBatten.hxx b/src/FairCurve/FairCurve_EnergyOfBatten.hxx index 47c8f5a340..821a425ebe 100644 --- a/src/FairCurve/FairCurve_EnergyOfBatten.hxx +++ b/src/FairCurve/FairCurve_EnergyOfBatten.hxx @@ -55,7 +55,7 @@ public: //! return the status FairCurve_AnalysisCode Status() const; - //! compute the variables wich correspond with the field + //! compute the variables which correspond with the field Standard_EXPORT virtual Standard_Boolean Variable (math_Vector& X) const Standard_OVERRIDE; @@ -64,7 +64,7 @@ public: protected: - //! compute the poles wich correspond with the variable X + //! compute the poles which correspond with the variable X Standard_EXPORT virtual void ComputePoles (const math_Vector& X) Standard_OVERRIDE; //! compute the energy in intermediat format diff --git a/src/FairCurve/FairCurve_EnergyOfMVC.hxx b/src/FairCurve/FairCurve_EnergyOfMVC.hxx index 638fc4ba1a..08c1f89d6d 100644 --- a/src/FairCurve/FairCurve_EnergyOfMVC.hxx +++ b/src/FairCurve/FairCurve_EnergyOfMVC.hxx @@ -56,7 +56,7 @@ public: //! return the status FairCurve_AnalysisCode Status() const; - //! compute the variables wich correspond with the field + //! compute the variables which correspond with the field Standard_EXPORT virtual Standard_Boolean Variable (math_Vector& X) const Standard_OVERRIDE; @@ -65,7 +65,7 @@ public: protected: - //! compute the poles wich correspond with the variable X + //! compute the poles which correspond with the variable X Standard_EXPORT virtual void ComputePoles (const math_Vector& X) Standard_OVERRIDE; //! compute the energy in intermediat format diff --git a/src/FilletSurf/FilletSurf_Builder.cxx b/src/FilletSurf/FilletSurf_Builder.cxx index ef477d4bb8..df9475f6f7 100644 --- a/src/FilletSurf/FilletSurf_Builder.cxx +++ b/src/FilletSurf/FilletSurf_Builder.cxx @@ -12,7 +12,7 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// Modifed: Portage NT 7-5-97 DPF (return) +// Modified: Portage NT 7-5-97 DPF (return) #include #include diff --git a/src/FilletSurf/FilletSurf_Builder.hxx b/src/FilletSurf/FilletSurf_Builder.hxx index 9a9d6be7c2..20799a47da 100644 --- a/src/FilletSurf/FilletSurf_Builder.hxx +++ b/src/FilletSurf/FilletSurf_Builder.hxx @@ -53,7 +53,7 @@ public: DEFINE_STANDARD_ALLOC - //! initialize of the informations necessary for the + //! initialize of the information necessary for the //! computation of the fillet on the //! Shape S from a list of edges E and a radius R. //! @@ -74,7 +74,7 @@ public: //! IsPartial: the result is partial Standard_EXPORT FilletSurf_StatusDone IsDone() const; - //! gives informations about error status if + //! gives information about error status if //! IsDone=IsNotOk //! returns //! EdgeNotG1: the edges are not G1 diff --git a/src/GCPnts/GCPnts_AbscissaPoint.pxx b/src/GCPnts/GCPnts_AbscissaPoint.pxx index 231d3b3d5a..dfed3b6e7e 100644 --- a/src/GCPnts/GCPnts_AbscissaPoint.pxx +++ b/src/GCPnts/GCPnts_AbscissaPoint.pxx @@ -158,7 +158,7 @@ static void Compute(CPnts_AbscissaPoint& theComputer, } // introduced by rbv for curvilinear parametrization -// performs more apropriate tolerance managment +// performs more appropriate tolerance managment static void AdvCompute(CPnts_AbscissaPoint& theComputer, const TheCurve& C, diff --git a/src/GCPnts/GCPnts_QuasiUniformAbscissa.hxx b/src/GCPnts/GCPnts_QuasiUniformAbscissa.hxx index a9dd598288..2497128944 100644 --- a/src/GCPnts/GCPnts_QuasiUniformAbscissa.hxx +++ b/src/GCPnts/GCPnts_QuasiUniformAbscissa.hxx @@ -80,10 +80,10 @@ public: //! - and those required on the curve by the computation algorithm. Standard_EXPORT GCPnts_QuasiUniformAbscissa(const Adaptor3d_Curve& C, const Standard_Integer NbPoints, const Standard_Real U1, const Standard_Real U2); - //! Initialize the algoritms with , and + //! Initialize the algorithms with , and Standard_EXPORT void Initialize (const Adaptor3d_Curve& C, const Standard_Integer NbPoints); - //! Initialize the algoritms with , , , + //! Initialize the algorithms with , , , //! . Standard_EXPORT void Initialize (const Adaptor3d_Curve& C, const Standard_Integer NbPoints, const Standard_Real U1, const Standard_Real U2); @@ -96,10 +96,10 @@ public: //! on a part of the Curve2d . Standard_EXPORT GCPnts_QuasiUniformAbscissa(const Adaptor2d_Curve2d& C, const Standard_Integer NbPoints, const Standard_Real U1, const Standard_Real U2); - //! Initialize the algoritms with , and + //! Initialize the algorithms with , and Standard_EXPORT void Initialize (const Adaptor2d_Curve2d& C, const Standard_Integer NbPoints); - //! Initialize the algoritms with , , , + //! Initialize the algorithms with , , , //! . Standard_EXPORT void Initialize (const Adaptor2d_Curve2d& C, const Standard_Integer NbPoints, const Standard_Real U1, const Standard_Real U2); diff --git a/src/GCPnts/GCPnts_QuasiUniformDeflection.hxx b/src/GCPnts/GCPnts_QuasiUniformDeflection.hxx index c9392c22dc..375d748141 100644 --- a/src/GCPnts/GCPnts_QuasiUniformDeflection.hxx +++ b/src/GCPnts/GCPnts_QuasiUniformDeflection.hxx @@ -116,17 +116,17 @@ public: //! computation algorithm. Standard_EXPORT GCPnts_QuasiUniformDeflection(const Adaptor2d_Curve2d& C, const Standard_Real Deflection, const Standard_Real U1, const Standard_Real U2, const GeomAbs_Shape Continuity = GeomAbs_C1); - //! Initialize the algoritms with , + //! Initialize the algorithms with , Standard_EXPORT void Initialize (const Adaptor3d_Curve& C, const Standard_Real Deflection, const GeomAbs_Shape Continuity = GeomAbs_C1); - //! Initialize the algoritms with , + //! Initialize the algorithms with , Standard_EXPORT void Initialize (const Adaptor2d_Curve2d& C, const Standard_Real Deflection, const GeomAbs_Shape Continuity = GeomAbs_C1); - //! Initialize the algoritms with , , + //! Initialize the algorithms with , , //! , Standard_EXPORT void Initialize (const Adaptor3d_Curve& C, const Standard_Real Deflection, const Standard_Real U1, const Standard_Real U2, const GeomAbs_Shape Continuity = GeomAbs_C1); - //! Initialize the algoritms with , , + //! Initialize the algorithms with , , //! -- , //! This and the above algorithms initialize (or reinitialize) //! this algorithm and compute a distribution of points: diff --git a/src/GCPnts/GCPnts_UniformAbscissa.hxx b/src/GCPnts/GCPnts_UniformAbscissa.hxx index c3fc7eb9f6..62b56936af 100644 --- a/src/GCPnts/GCPnts_UniformAbscissa.hxx +++ b/src/GCPnts/GCPnts_UniformAbscissa.hxx @@ -62,17 +62,17 @@ public: //! It Is used for more precise calculation of curve length Standard_EXPORT GCPnts_UniformAbscissa(const Adaptor3d_Curve& C, const Standard_Integer NbPoints, const Standard_Real U1, const Standard_Real U2, const Standard_Real Toler = -1); - //! Initialize the algoritms with , , + //! Initialize the algorithms with , , Standard_EXPORT void Initialize (const Adaptor3d_Curve& C, const Standard_Real Abscissa, const Standard_Real Toler = -1); - //! Initialize the algoritms with , , , + //! Initialize the algorithms with , , , //! , Standard_EXPORT void Initialize (const Adaptor3d_Curve& C, const Standard_Real Abscissa, const Standard_Real U1, const Standard_Real U2, const Standard_Real Toler = -1); - //! Initialize the algoritms with , , and + //! Initialize the algorithms with , , and Standard_EXPORT void Initialize (const Adaptor3d_Curve& C, const Standard_Integer NbPoints, const Standard_Real Toler = -1); - //! Initialize the algoritms with , , , + //! Initialize the algorithms with , , , //! , . Standard_EXPORT void Initialize (const Adaptor3d_Curve& C, const Standard_Integer NbPoints, const Standard_Real U1, const Standard_Real U2, const Standard_Real Toler = -1); @@ -101,17 +101,17 @@ public: //! It Is used for more precise calculation of curve length Standard_EXPORT GCPnts_UniformAbscissa(const Adaptor2d_Curve2d& C, const Standard_Integer NbPoints, const Standard_Real U1, const Standard_Real U2, const Standard_Real Toler = -1); - //! Initialize the algoritms with , , + //! Initialize the algorithms with , , Standard_EXPORT void Initialize (const Adaptor2d_Curve2d& C, const Standard_Real Abscissa, const Standard_Real Toler = -1); - //! Initialize the algoritms with , , , + //! Initialize the algorithms with , , , //! , Standard_EXPORT void Initialize (const Adaptor2d_Curve2d& C, const Standard_Real Abscissa, const Standard_Real U1, const Standard_Real U2, const Standard_Real Toler = -1); - //! Initialize the algoritms with , , and + //! Initialize the algorithms with , , and Standard_EXPORT void Initialize (const Adaptor2d_Curve2d& C, const Standard_Integer NbPoints, const Standard_Real Toler = -1); - //! Initialize the algoritms with , , , + //! Initialize the algorithms with , , , //! , . Standard_EXPORT void Initialize (const Adaptor2d_Curve2d& C, const Standard_Integer NbPoints, const Standard_Real U1, const Standard_Real U2, const Standard_Real Toler = -1); diff --git a/src/GCPnts/GCPnts_UniformDeflection.hxx b/src/GCPnts/GCPnts_UniformDeflection.hxx index 4cc8c4022a..f2518fd1e0 100644 --- a/src/GCPnts/GCPnts_UniformDeflection.hxx +++ b/src/GCPnts/GCPnts_UniformDeflection.hxx @@ -72,17 +72,17 @@ public: //! deflection Standard_EXPORT GCPnts_UniformDeflection(const Adaptor2d_Curve2d& C, const Standard_Real Deflection, const Standard_Real U1, const Standard_Real U2, const Standard_Boolean WithControl = Standard_True); - //! Initialize the algoritms with , + //! Initialize the algorithms with , Standard_EXPORT void Initialize (const Adaptor3d_Curve& C, const Standard_Real Deflection, const Standard_Boolean WithControl = Standard_True); - //! Initialize the algoritms with , + //! Initialize the algorithms with , Standard_EXPORT void Initialize (const Adaptor2d_Curve2d& C, const Standard_Real Deflection, const Standard_Boolean WithControl = Standard_True); - //! Initialize the algoritms with , , + //! Initialize the algorithms with , , //! , Standard_EXPORT void Initialize (const Adaptor3d_Curve& C, const Standard_Real Deflection, const Standard_Real U1, const Standard_Real U2, const Standard_Boolean WithControl = Standard_True); - //! Initialize the algoritms with , , + //! Initialize the algorithms with , , //! , //! This and the above methods initialize (or reinitialize) this algorithm and //! compute a distribution of points: diff --git a/src/GProp/GProp_GProps.hxx b/src/GProp/GProp_GProps.hxx index 17398fba02..617a825e07 100644 --- a/src/GProp/GProp_GProps.hxx +++ b/src/GProp/GProp_GProps.hxx @@ -114,7 +114,7 @@ public: Standard_EXPORT GProp_GProps(); - //! The point SystemLocation is used to compute the gobal properties + //! The point SystemLocation is used to compute the global properties //! of the system. For more accuracy it is better to define this //! point closed to the location of the system. For example it could //! be a point around the centre of mass of the system. diff --git a/src/GccAna/GccAna_Circ2d2TanOn.hxx b/src/GccAna/GccAna_Circ2d2TanOn.hxx index 3736dac66f..30a9012e18 100644 --- a/src/GccAna/GccAna_Circ2d2TanOn.hxx +++ b/src/GccAna/GccAna_Circ2d2TanOn.hxx @@ -159,7 +159,7 @@ public: //! StdFail_NotDone if the construction fails. Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2) const; - //! Returns the informations about the tangency point between the + //! Returns the information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point PntSol on //! the solution @@ -168,7 +168,7 @@ public: //! of solutions and NotDone if IsDone returns false. Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns the informations about the tangency point between the + //! Returns the information about the tangency point between the //! result number Index and the second argument. //! ParSol is the intrinsic parameter of the point PntSol on //! the solution. @@ -177,7 +177,7 @@ public: //! of solutions and NotDone if IsDone returns false. Standard_EXPORT void Tangency2 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns the informations about the center (on the curv) of + //! Returns the information about the center (on the curv) of //! the result number Index and the third argument. //! ParArg is the intrinsic parameter of the point PntArg on //! the third argument. diff --git a/src/GccAna/GccAna_Circ2d3Tan.hxx b/src/GccAna/GccAna_Circ2d3Tan.hxx index d7a6518eca..0fc9ee7476 100644 --- a/src/GccAna/GccAna_Circ2d3Tan.hxx +++ b/src/GccAna/GccAna_Circ2d3Tan.hxx @@ -150,7 +150,7 @@ public: //! It raises NotDone if the algorithm failed. Standard_EXPORT gp_Circ2d ThisSolution (const Standard_Integer Index) const; - //! Returns the informations about the qualifiers of the + //! Returns the information about the qualifiers of the //! tangency //! arguments concerning the solution number Index. //! It returns the real qualifiers (the qualifiers given to the @@ -158,7 +158,7 @@ public: //! and the qualifiers computedin case of unqualified). Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2, GccEnt_Position& Qualif3) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point PntSol //! on the solution curv. @@ -168,7 +168,7 @@ public: //! It raises NotDone if the algorithm failed. Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point PntSol //! on the solution curv. @@ -178,7 +178,7 @@ public: //! It raises NotDone if the algorithm failed. Standard_EXPORT void Tangency2 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point PntSol //! on the solution curv. diff --git a/src/GccAna/GccAna_Circ2dTanCen.hxx b/src/GccAna/GccAna_Circ2dTanCen.hxx index 064dd907e5..b509bdf99e 100644 --- a/src/GccAna/GccAna_Circ2dTanCen.hxx +++ b/src/GccAna/GccAna_Circ2dTanCen.hxx @@ -122,7 +122,7 @@ public: //! and the qualifiers computedin case of unqualified). Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point PntSol //! on the solution curv. diff --git a/src/GccAna/GccAna_Circ2dTanOnRad.hxx b/src/GccAna/GccAna_Circ2dTanOnRad.hxx index a872e12cb2..892dd8841a 100644 --- a/src/GccAna/GccAna_Circ2dTanOnRad.hxx +++ b/src/GccAna/GccAna_Circ2dTanOnRad.hxx @@ -151,7 +151,7 @@ public: //! StdFail_NotDone if the construction fails. Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point on the //! solution curv. @@ -164,7 +164,7 @@ public: //! number of solutions. Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the center (on the curv) + //! Returns information about the center (on the curv) //! of the result. //! ParArg is the intrinsic parameter of the point on //! the argument curv. diff --git a/src/GccAna/GccAna_Lin2d2Tan.hxx b/src/GccAna/GccAna_Lin2d2Tan.hxx index 0735613f69..9e273db8d4 100644 --- a/src/GccAna/GccAna_Lin2d2Tan.hxx +++ b/src/GccAna/GccAna_Lin2d2Tan.hxx @@ -115,7 +115,7 @@ public: //! StdFail_NotDone if the construction fails. Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point PntSol on //! the solution curv. @@ -125,7 +125,7 @@ public: //! It raises NotDone if the algorithm failed. Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the second argument. //! ParSol is the intrinsic parameter of the point ParSol on //! the solution curv. diff --git a/src/GccAna/GccAna_Lin2dBisec.hxx b/src/GccAna/GccAna_Lin2dBisec.hxx index 9a6c0ce236..952db99b2d 100644 --- a/src/GccAna/GccAna_Lin2dBisec.hxx +++ b/src/GccAna/GccAna_Lin2dBisec.hxx @@ -81,14 +81,14 @@ public: //! number of solutions. Standard_EXPORT gp_Lin2d ThisSolution (const Standard_Integer Index) const; - //! Returns informations about the intersection point between + //! Returns information about the intersection point between //! the result number Index and the first argument. //! Raises NotDone if the construction algorithm didn't succeed. //! It raises OutOfRange if Index is greater than the //! number of solutions. Standard_EXPORT void Intersection1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the intersection point between + //! Returns information about the intersection point between //! the result number Index and the second argument. //! Raises NotDone if the construction algorithm //! didn't succeed. diff --git a/src/GccAna/GccAna_Lin2dTanObl.hxx b/src/GccAna/GccAna_Lin2dTanObl.hxx index ac12eff58c..78c01a03d0 100644 --- a/src/GccAna/GccAna_Lin2dTanObl.hxx +++ b/src/GccAna/GccAna_Lin2dTanObl.hxx @@ -99,7 +99,7 @@ public: //! StdFail_NotDone if the construction fails. Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point ParSol on //! the solution curv. @@ -109,7 +109,7 @@ public: //! It raises OutOfRange if Index is greater than the number of solutions. Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the intersection between the + //! Returns information about the intersection between the //! result number Index and the third argument. //! Raises NotDone if the construction algorithm didn't succeed. //! It raises OutOfRange if Index is greater than the number of solutions. diff --git a/src/GccAna/GccAna_Lin2dTanPar.hxx b/src/GccAna/GccAna_Lin2dTanPar.hxx index cadf2824f9..ad626c1f00 100644 --- a/src/GccAna/GccAna_Lin2dTanPar.hxx +++ b/src/GccAna/GccAna_Lin2dTanPar.hxx @@ -86,7 +86,7 @@ public: //! number of solutions. Standard_EXPORT gp_Lin2d ThisSolution (const Standard_Integer Index) const; - //! Returns the informations about the qualifiers of the + //! Returns the information about the qualifiers of the //! tangency arguments concerning the solution number Index. //! It returns the real qualifiers (the qualifiers given to the //! constructor method in case of enclosed, enclosing and outside @@ -97,7 +97,7 @@ public: //! number of solutions. Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point on the //! solution curv. diff --git a/src/GccAna/GccAna_Lin2dTanPer.hxx b/src/GccAna/GccAna_Lin2dTanPer.hxx index 916f1cbd00..cecd2baea8 100644 --- a/src/GccAna/GccAna_Lin2dTanPer.hxx +++ b/src/GccAna/GccAna_Lin2dTanPer.hxx @@ -111,7 +111,7 @@ public: //! number of solutions. Standard_EXPORT gp_Lin2d ThisSolution (const Standard_Integer Index) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point on the //! solution curv. @@ -123,7 +123,7 @@ public: //! number of solutions. Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& Pnt) const; - //! Returns informations about the intersection between the + //! Returns information about the intersection between the //! solution number Index and the second argument. //! It returns the first intersection in a case of //! Lin2dTanPer which is perpendicular to a circle . diff --git a/src/Geom/Geom_BSplineCurve.cxx b/src/Geom/Geom_BSplineCurve.cxx index 7b4b7d5bad..54212d5d13 100644 --- a/src/Geom/Geom_BSplineCurve.cxx +++ b/src/Geom/Geom_BSplineCurve.cxx @@ -502,7 +502,7 @@ void Geom_BSplineCurve::Segment(const Standard_Real U1, TColStd_Array1OfReal Knots(1,2); TColStd_Array1OfInteger Mults(1,2); - // define param ditance to keep (eap, Apr 18 2002, occ311) + // define param distance to keep (eap, Apr 18 2002, occ311) if (periodic) { Standard_Real Period = LastParameter() - FirstParameter(); DU = U2 - U1; diff --git a/src/Geom/Geom_BSplineCurve.hxx b/src/Geom/Geom_BSplineCurve.hxx index 865cefca79..c9dcdfe6c7 100644 --- a/src/Geom/Geom_BSplineCurve.hxx +++ b/src/Geom/Geom_BSplineCurve.hxx @@ -159,7 +159,7 @@ public: //! 1 <= Mults(i) <= Degree //! //! On a non periodic curve the first and last multiplicities - //! may be Degree+1 (this is even recommanded if you want the + //! may be Degree+1 (this is even recommended if you want the //! curve to start and finish on the first and last pole). //! //! On a periodic curve the first and the last multicities diff --git a/src/Geom/Geom_BSplineCurve_1.cxx b/src/Geom/Geom_BSplineCurve_1.cxx index d9bc85afae..b1d55bcb77 100644 --- a/src/Geom/Geom_BSplineCurve_1.cxx +++ b/src/Geom/Geom_BSplineCurve_1.cxx @@ -113,7 +113,7 @@ Standard_Boolean Geom_BSplineCurve::IsG1 ( const Standard_Real theTf, if( ((aFirstParam - theTf)*(theTl - aFirstParam) < 0.0) && ((aLastParam - theTf)*(theTl - aLastParam) < 0.0)) { - //Range [theTf, theTl] does not intersect curve bounadries + //Range [theTf, theTl] does not intersect curve boundaries return Standard_True; } diff --git a/src/Geom/Geom_BSplineSurface.hxx b/src/Geom/Geom_BSplineSurface.hxx index ed7ae38321..9d8558d4b2 100644 --- a/src/Geom/Geom_BSplineSurface.hxx +++ b/src/Geom/Geom_BSplineSurface.hxx @@ -179,7 +179,7 @@ public: //! 1 <= UMults(i) <= UDegree //! On a non uperiodic surface the first and last //! umultiplicities may be UDegree+1 (this is even - //! recommanded if you want the curve to start and finish on + //! recommended if you want the curve to start and finish on //! the first and last pole). //! On a uperiodic surface the first and the last //! umultiplicities must be the same. @@ -204,7 +204,7 @@ public: //! //! On a non uperiodic surface the first and last //! umultiplicities may be UDegree+1 (this is even - //! recommanded if you want the curve to start and finish on + //! recommended if you want the curve to start and finish on //! the first and last pole). //! //! On a uperiodic surface the first and the last @@ -549,7 +549,7 @@ public: //! The control points are modified, the first and the last point //! are not the same. //! - //! Parameters theUTolerance, theVTolerance define the possible proximity along the correponding + //! Parameters theUTolerance, theVTolerance define the possible proximity along the corresponding //! direction of the segment boundaries and B-spline knots to treat them as equal. //! //! Warnings : @@ -574,7 +574,7 @@ public: //! For example, if is periodic in V, it will be always periodic //! in V after the segmentation if the bounds in V are unchanged //! - //! Parameters theUTolerance, theVTolerance define the possible proximity along the correponding + //! Parameters theUTolerance, theVTolerance define the possible proximity along the corresponding //! direction of the segment boundaries and B-spline knots to treat them as equal. //! //! Warnings : diff --git a/src/Geom/Geom_Curve.hxx b/src/Geom/Geom_Curve.hxx index 2dc9141b11..73dc8d243f 100644 --- a/src/Geom/Geom_Curve.hxx +++ b/src/Geom/Geom_Curve.hxx @@ -137,7 +137,7 @@ public: //! Some Curves such as OffsetCurve can be closed or not. These curves //! are considered as closed if the distance between the first point //! and the last point of the curve is lower or equal to the Resolution - //! from package gp wich is a fixed criterion independant of the + //! from package gp which is a fixed criterion independant of the //! application. Standard_EXPORT virtual Standard_Boolean IsClosed() const = 0; diff --git a/src/Geom/Geom_OsculatingSurface.hxx b/src/Geom/Geom_OsculatingSurface.hxx index ab15e84581..7e6fe0d109 100644 --- a/src/Geom/Geom_OsculatingSurface.hxx +++ b/src/Geom/Geom_OsculatingSurface.hxx @@ -47,7 +47,7 @@ public: //! detects if the surface has punctual U or V //! isoparametric curve along on the bounds of the surface - //! relativly to the tolerance Tol and Builds the corresponding + //! relatively to the tolerance Tol and Builds the corresponding //! osculating surfaces. Standard_EXPORT Geom_OsculatingSurface(const Handle(Geom_Surface)& BS, const Standard_Real Tol); diff --git a/src/Geom2d/Geom2d_BSplineCurve.cxx b/src/Geom2d/Geom2d_BSplineCurve.cxx index 7dca8a3f69..935e2f0d6b 100644 --- a/src/Geom2d/Geom2d_BSplineCurve.cxx +++ b/src/Geom2d/Geom2d_BSplineCurve.cxx @@ -687,7 +687,7 @@ void Geom2d_BSplineCurve::Segment(const Standard_Real aU1, TColStd_Array1OfReal Knots(1,2); TColStd_Array1OfInteger Mults(1,2); // - // define param ditance to keep (eap, Apr 18 2002, occ311) + // define param distance to keep (eap, Apr 18 2002, occ311) if (periodic) { Standard_Real Period = LastParameter() - FirstParameter(); DU = U2 - U1; diff --git a/src/Geom2d/Geom2d_BSplineCurve.hxx b/src/Geom2d/Geom2d_BSplineCurve.hxx index 91504a89a4..3d6b8a907b 100644 --- a/src/Geom2d/Geom2d_BSplineCurve.hxx +++ b/src/Geom2d/Geom2d_BSplineCurve.hxx @@ -157,7 +157,7 @@ public: //! 1 <= Mults(i) <= Degree //! //! On a non periodic curve the first and last multiplicities - //! may be Degree+1 (this is even recommanded if you want the + //! may be Degree+1 (this is even recommended if you want the //! curve to start and finish on the first and last pole). //! //! On a periodic curve the first and the last multicities @@ -184,7 +184,7 @@ public: //! 1 <= Mults(i) <= Degree //! //! On a non periodic curve the first and last multiplicities - //! may be Degree+1 (this is even recommanded if you want the + //! may be Degree+1 (this is even recommended if you want the //! curve to start and finish on the first and last pole). //! //! On a periodic curve the first and the last multicities diff --git a/src/Geom2d/Geom2d_BSplineCurve_1.cxx b/src/Geom2d/Geom2d_BSplineCurve_1.cxx index d390e8ddaf..43b1d32fde 100644 --- a/src/Geom2d/Geom2d_BSplineCurve_1.cxx +++ b/src/Geom2d/Geom2d_BSplineCurve_1.cxx @@ -114,7 +114,7 @@ Standard_Boolean Geom2d_BSplineCurve::IsG1 ( const Standard_Real theTf, if( ((aFirstParam - theTf)*(theTl - aFirstParam) < 0.0) && ((aLastParam - theTf)*(theTl - aLastParam) < 0.0)) { - //Range [theTf, theTl] does not intersect curve bounadries + //Range [theTf, theTl] does not intersect curve boundaries return Standard_True; } diff --git a/src/Geom2d/Geom2d_Curve.hxx b/src/Geom2d/Geom2d_Curve.hxx index 098dd3b8c0..9520537b10 100644 --- a/src/Geom2d/Geom2d_Curve.hxx +++ b/src/Geom2d/Geom2d_Curve.hxx @@ -131,7 +131,7 @@ public: //! Some Curves such as OffsetCurve can be closed or not. These curves //! are considered as closed if the distance between the first point //! and the last point of the curve is lower or equal to the Resolution - //! from package gp wich is a fixed criterion independant of the + //! from package gp which is a fixed criterion independant of the //! application. Standard_EXPORT virtual Standard_Boolean IsClosed() const = 0; diff --git a/src/Geom2dAdaptor/Geom2dAdaptor_Curve.hxx b/src/Geom2dAdaptor/Geom2dAdaptor_Curve.hxx index a230c342f6..5697aca449 100644 --- a/src/Geom2dAdaptor/Geom2dAdaptor_Curve.hxx +++ b/src/Geom2dAdaptor/Geom2dAdaptor_Curve.hxx @@ -93,7 +93,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/Geom2dConvert/Geom2dConvert_ApproxCurve.hxx b/src/Geom2dConvert/Geom2dConvert_ApproxCurve.hxx index 260a3febff..643782c668 100644 --- a/src/Geom2dConvert/Geom2dConvert_ApproxCurve.hxx +++ b/src/Geom2dConvert/Geom2dConvert_ApproxCurve.hxx @@ -64,7 +64,7 @@ public: Standard_EXPORT Handle(Geom2d_BSplineCurve) Curve() const; //! returns Standard_True if the approximation has - //! been done with within requiered tolerance + //! been done with within required tolerance Standard_EXPORT Standard_Boolean IsDone() const; //! returns Standard_True if the approximation did come out diff --git a/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOn.hxx b/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOn.hxx index 6dea334beb..48dc830e47 100644 --- a/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOn.hxx +++ b/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOn.hxx @@ -110,7 +110,7 @@ public: //! StdFail_NotDone if the construction fails. Standard_EXPORT gp_Circ2d ThisSolution (const Standard_Integer Index) const; - //! It returns the informations about the qualifiers of + //! It returns the information about the qualifiers of //! the tangency //! arguments concerning the solution number Index. //! It returns the real qualifiers (the qualifiers given to the @@ -122,13 +122,13 @@ public: //! StdFail_NotDone if the construction fails. Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result and the first argument. //! ParSol is the intrinsic parameter of the point PntSol on the solution curv. //! ParArg is the intrinsic parameter of the point PntSol on the argument curv. Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result and the second argument. //! ParSol is the intrinsic parameter of the point PntSol on the solution curv. //! ParArg is the intrinsic parameter of the point PntSol on the argument curv. diff --git a/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOnGeo.hxx b/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOnGeo.hxx index d09ac3da6b..18ba12836a 100644 --- a/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOnGeo.hxx +++ b/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOnGeo.hxx @@ -108,7 +108,7 @@ public: //! number of solutions. Standard_EXPORT gp_Circ2d ThisSolution (const Standard_Integer Index) const; - //! It returns the informations about the qualifiers of + //! It returns the information about the qualifiers of //! the tangency //! arguments concerning the solution number Index. //! It returns the real qualifiers (the qualifiers given to the @@ -116,7 +116,7 @@ public: //! and the qualifiers computedin case of unqualified). Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point on the //! solution curv. @@ -130,7 +130,7 @@ public: //! number of solutions. Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the second argument. //! ParSol is the intrinsic parameter of the point on the //! solution curv. @@ -144,7 +144,7 @@ public: //! number of solutions. Standard_EXPORT void Tangency2 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the center (on the curv) + //! Returns information about the center (on the curv) //! of the result. //! ParArg is the intrinsic parameter of the point on //! the argument curv. diff --git a/src/Geom2dGcc/Geom2dGcc_Circ2d2TanRad.hxx b/src/Geom2dGcc/Geom2dGcc_Circ2d2TanRad.hxx index 114aee4deb..7c4114cc08 100644 --- a/src/Geom2dGcc/Geom2dGcc_Circ2d2TanRad.hxx +++ b/src/Geom2dGcc/Geom2dGcc_Circ2d2TanRad.hxx @@ -147,7 +147,7 @@ public: //! StdFail_NotDone if the construction fails. Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point PntSol on the solution curv. //! ParArg is the intrinsic parameter of the point PntSol on the argument curv. @@ -155,7 +155,7 @@ public: //! notDone is raised if the construction algorithm did not succeed. Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the second argument. //! ParSol is the intrinsic parameter of the point PntSol on the solution curv. //! ParArg is the intrinsic parameter of the point PntSol on the argument curv. diff --git a/src/Geom2dGcc/Geom2dGcc_Circ2d3Tan.hxx b/src/Geom2dGcc/Geom2dGcc_Circ2d3Tan.hxx index 564671d85d..3ffac4c205 100644 --- a/src/Geom2dGcc/Geom2dGcc_Circ2d3Tan.hxx +++ b/src/Geom2dGcc/Geom2dGcc_Circ2d3Tan.hxx @@ -139,26 +139,26 @@ public: //! of the algorithm-object. Standard_EXPORT gp_Circ2d ThisSolution (const Standard_Integer Index) const; - //! It returns the informations about the qualifiers of the tangency + //! It returns the information about the qualifiers of the tangency //! arguments concerning the solution number Index. //! It returns the real qualifiers (the qualifiers given to the //! constructor method in case of enclosed, enclosing and outside //! and the qualifiers computedin case of unqualified). Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2, GccEnt_Position& Qualif3) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result and the first argument. //! ParSol is the intrinsic parameter of the point PntSol on the solution curv. //! ParArg is the intrinsic parameter of the point PntSol on the argument curv. Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result and the second argument. //! ParSol is the intrinsic parameter of the point PntSol on the solution curv. //! ParArg is the intrinsic parameter of the point PntSol on the argument curv. Standard_EXPORT void Tangency2 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result and the third argument. //! ParSol is the intrinsic parameter of the point PntSol on the solution curv. //! ParArg is the intrinsic parameter of the point PntSol on the argument curv. diff --git a/src/Geom2dGcc/Geom2dGcc_Circ2d3TanIter.hxx b/src/Geom2dGcc/Geom2dGcc_Circ2d3TanIter.hxx index 5853b05102..9a7c6c0123 100644 --- a/src/Geom2dGcc/Geom2dGcc_Circ2d3TanIter.hxx +++ b/src/Geom2dGcc/Geom2dGcc_Circ2d3TanIter.hxx @@ -103,7 +103,7 @@ public: Standard_EXPORT void WhichQualifier (GccEnt_Position& Qualif1, GccEnt_Position& Qualif2, GccEnt_Position& Qualif3) const; - //! Returns informations about the tangency point between + //! Returns information about the tangency point between //! the result and the first argument. //! ParSol is the intrinsic parameter of the point PntSol //! on the solution curv. @@ -113,7 +113,7 @@ public: //! didn't succeed. Standard_EXPORT void Tangency1 (Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the tangency point between + //! Returns information about the tangency point between //! the result and the second argument. //! ParSol is the intrinsic parameter of the point PntSol //! on the solution curv. @@ -123,7 +123,7 @@ public: //! didn't succeed. Standard_EXPORT void Tangency2 (Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the tangency point between + //! Returns information about the tangency point between //! the result and the third argument. //! ParSol is the intrinsic parameter of the point PntSol //! on the solution curv. diff --git a/src/Geom2dGcc/Geom2dGcc_Circ2dTanCen.hxx b/src/Geom2dGcc/Geom2dGcc_Circ2dTanCen.hxx index 47e523d023..d7bb82eb65 100644 --- a/src/Geom2dGcc/Geom2dGcc_Circ2dTanCen.hxx +++ b/src/Geom2dGcc/Geom2dGcc_Circ2dTanCen.hxx @@ -118,7 +118,7 @@ public: //! StdFail_NotDone if the construction fails. Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point PntSol on the solution curv. //! ParArg is the intrinsic parameter of the point PntSol on the argument curv. diff --git a/src/Geom2dGcc/Geom2dGcc_Circ2dTanCenGeo.hxx b/src/Geom2dGcc/Geom2dGcc_Circ2dTanCenGeo.hxx index 3b17fc1dc3..6a670bbc91 100644 --- a/src/Geom2dGcc/Geom2dGcc_Circ2dTanCenGeo.hxx +++ b/src/Geom2dGcc/Geom2dGcc_Circ2dTanCenGeo.hxx @@ -89,7 +89,7 @@ public: Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point PntSol //! on the solution curv. diff --git a/src/Geom2dGcc/Geom2dGcc_Circ2dTanOnRad.hxx b/src/Geom2dGcc/Geom2dGcc_Circ2dTanOnRad.hxx index 1385d5e078..e3d8904aee 100644 --- a/src/Geom2dGcc/Geom2dGcc_Circ2dTanOnRad.hxx +++ b/src/Geom2dGcc/Geom2dGcc_Circ2dTanOnRad.hxx @@ -152,7 +152,7 @@ public: //! StdFail_NotDone if the construction fails. Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point on the solution curv. //! ParArg is the intrinsic parameter of the point on the argument curv. diff --git a/src/Geom2dGcc/Geom2dGcc_Circ2dTanOnRadGeo.hxx b/src/Geom2dGcc/Geom2dGcc_Circ2dTanOnRadGeo.hxx index 6bb3b8dac6..d9c2ba3feb 100644 --- a/src/Geom2dGcc/Geom2dGcc_Circ2dTanOnRadGeo.hxx +++ b/src/Geom2dGcc/Geom2dGcc_Circ2dTanOnRadGeo.hxx @@ -136,7 +136,7 @@ public: Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result number Index and the first argument. //! ParSol is the intrinsic parameter of the point on the //! solution curv. @@ -150,7 +150,7 @@ public: //! number of solutions. Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the center (on the curv) + //! Returns information about the center (on the curv) //! of the result. //! ParArg is the intrinsic parameter of the point on //! the argument curv. diff --git a/src/Geom2dGcc/Geom2dGcc_Lin2d2Tan.hxx b/src/Geom2dGcc/Geom2dGcc_Lin2d2Tan.hxx index 0c3a14affd..0502554b2f 100644 --- a/src/Geom2dGcc/Geom2dGcc_Lin2d2Tan.hxx +++ b/src/Geom2dGcc/Geom2dGcc_Lin2d2Tan.hxx @@ -122,7 +122,7 @@ public: //! StdFail_NotDone if the construction fails. Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result and the first argument. //! ParSol is the intrinsic parameter of the point PntSol on //! the solution curv. @@ -133,7 +133,7 @@ public: //! StdFail_NotDone if the construction fails. Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result and the first argument. //! ParSol is the intrinsic parameter of the point PntSol on the solution curv. //! ParArg is the intrinsic parameter of the point PntSol on the argument curv. diff --git a/src/Geom2dGcc/Geom2dGcc_Lin2d2TanIter.hxx b/src/Geom2dGcc/Geom2dGcc_Lin2d2TanIter.hxx index b2f588098d..b5c882394a 100644 --- a/src/Geom2dGcc/Geom2dGcc_Lin2d2TanIter.hxx +++ b/src/Geom2dGcc/Geom2dGcc_Lin2d2TanIter.hxx @@ -83,7 +83,7 @@ public: Standard_EXPORT void WhichQualifier (GccEnt_Position& Qualif1, GccEnt_Position& Qualif2) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result and the first argument. //! ParSol is the intrinsic parameter of the point PntSol on //! the solution curv. diff --git a/src/Geom2dGcc/Geom2dGcc_Lin2dTanObl.hxx b/src/Geom2dGcc/Geom2dGcc_Lin2dTanObl.hxx index 4a18469004..4027fa980f 100644 --- a/src/Geom2dGcc/Geom2dGcc_Lin2dTanObl.hxx +++ b/src/Geom2dGcc/Geom2dGcc_Lin2dTanObl.hxx @@ -114,7 +114,7 @@ public: //! StdFail_NotDone if the construction fails. Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const; - //! Returns informations about the tangency point between the + //! Returns information about the tangency point between the //! result and the first argument. //! ParSol is the intrinsic parameter of the point PntSol on //! the solution curv. diff --git a/src/Geom2dInt/Geom2dInt_TheProjPCurOfGInter.hxx b/src/Geom2dInt/Geom2dInt_TheProjPCurOfGInter.hxx index 63eb24a4b3..ebd52db0ae 100644 --- a/src/Geom2dInt/Geom2dInt_TheProjPCurOfGInter.hxx +++ b/src/Geom2dInt/Geom2dInt_TheProjPCurOfGInter.hxx @@ -60,9 +60,9 @@ public: //! Tol is the tolerance on the distance between a point //! and the parametrised curve. //! LowParameter and HighParameter give the - //! boundaries of the interval in wich the parameter + //! boundaries of the interval in which the parameter //! certainly lies. These parameters are given to - //! implement a more efficient algoritm. So, it is not + //! implement a more efficient algorithm. So, it is not //! necessary to check that the returned value verifies //! LowParameter <= Value <= HighParameter. Standard_EXPORT static Standard_Real FindParameter (const Adaptor2d_Curve2d& C, const gp_Pnt2d& Pnt, const Standard_Real LowParameter, const Standard_Real HighParameter, const Standard_Real Tol); diff --git a/src/GeomAdaptor/GeomAdaptor.hxx b/src/GeomAdaptor/GeomAdaptor.hxx index d1797b5683..ea704a03f3 100644 --- a/src/GeomAdaptor/GeomAdaptor.hxx +++ b/src/GeomAdaptor/GeomAdaptor.hxx @@ -44,11 +44,11 @@ public: //! Inherited from GHCurve. Provides a curve //! handled by reference. - //! Build a Geom_Curve using the informations from the + //! Build a Geom_Curve using the information from the //! Curve from Adaptor3d Standard_EXPORT static Handle(Geom_Curve) MakeCurve (const Adaptor3d_Curve& C); - //! Build a Geom_Surface using the informations from the Surface from Adaptor3d + //! Build a Geom_Surface using the information from the Surface from Adaptor3d //! @param theS - Surface adaptor to convert. //! @param theTrimFlag - True if perform trim surface values by adaptor and false otherwise. Standard_EXPORT static Handle(Geom_Surface) MakeSurface (const Adaptor3d_Surface& theS, diff --git a/src/GeomAdaptor/GeomAdaptor_Curve.hxx b/src/GeomAdaptor/GeomAdaptor_Curve.hxx index 6e138872a6..8ca553f6b1 100644 --- a/src/GeomAdaptor/GeomAdaptor_Curve.hxx +++ b/src/GeomAdaptor/GeomAdaptor_Curve.hxx @@ -97,7 +97,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomConvert/GeomConvert.cxx b/src/GeomConvert/GeomConvert.cxx index ff694b0386..6c62fc5684 100644 --- a/src/GeomConvert/GeomConvert.cxx +++ b/src/GeomConvert/GeomConvert.cxx @@ -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 { diff --git a/src/GeomConvert/GeomConvert_ApproxCurve.hxx b/src/GeomConvert/GeomConvert_ApproxCurve.hxx index 5459c2d42a..42dcade59a 100644 --- a/src/GeomConvert/GeomConvert_ApproxCurve.hxx +++ b/src/GeomConvert/GeomConvert_ApproxCurve.hxx @@ -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 diff --git a/src/GeomConvert/GeomConvert_ApproxSurface.hxx b/src/GeomConvert/GeomConvert_ApproxSurface.hxx index 2ee06febf3..2a4a11c7f9 100644 --- a/src/GeomConvert/GeomConvert_ApproxSurface.hxx +++ b/src/GeomConvert/GeomConvert_ApproxSurface.hxx @@ -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; diff --git a/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx b/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx index be53d012e8..073b0f33df 100644 --- a/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx +++ b/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx @@ -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); diff --git a/src/GeomFill/GeomFill_CircularBlendFunc.hxx b/src/GeomFill/GeomFill_CircularBlendFunc.hxx index 1bcf86694d..4efc38a704 100644 --- a/src/GeomFill/GeomFill_CircularBlendFunc.hxx +++ b/src/GeomFill/GeomFill_CircularBlendFunc.hxx @@ -93,7 +93,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; @@ -116,17 +116,17 @@ public: //! Get the barycentre of Surface. An very poor //! estimation is sufficent. This information is usefull - //! to perform well conditionned rational approximation. + //! to perform well conditioned rational approximation. Standard_EXPORT virtual gp_Pnt BarycentreOfSurf() const Standard_OVERRIDE; //! Returns the length of the maximum section. This - //! information is usefull to perform well conditionned rational + //! information is usefull to perform well conditioned rational //! approximation. Standard_EXPORT virtual Standard_Real MaximalSection() const Standard_OVERRIDE; //! Compute the minimal value of weight for each poles //! of all sections. This information is usefull to - //! perform well conditionned rational approximation. + //! perform well conditioned rational approximation. Standard_EXPORT virtual void GetMinimalWeight (TColStd_Array1OfReal& Weigths) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_ConstantBiNormal.hxx b/src/GeomFill/GeomFill_ConstantBiNormal.hxx index 098c8534d3..6ef463f926 100644 --- a/src/GeomFill/GeomFill_ConstantBiNormal.hxx +++ b/src/GeomFill/GeomFill_ConstantBiNormal.hxx @@ -73,7 +73,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_CornerState.hxx b/src/GeomFill/GeomFill_CornerState.hxx index 4787bb3263..bbd30172c9 100644 --- a/src/GeomFill/GeomFill_CornerState.hxx +++ b/src/GeomFill/GeomFill_CornerState.hxx @@ -26,7 +26,7 @@ //! Class (should be a structure) storing the -//! informations about continuity, normals +//! information about continuity, normals //! parallelism, coons conditions and bounds tangents //! angle on the corner of contour to be filled. class GeomFill_CornerState diff --git a/src/GeomFill/GeomFill_CorrectedFrenet.hxx b/src/GeomFill/GeomFill_CorrectedFrenet.hxx index f7a5085ae1..1e72e48c37 100644 --- a/src/GeomFill/GeomFill_CorrectedFrenet.hxx +++ b/src/GeomFill/GeomFill_CorrectedFrenet.hxx @@ -83,7 +83,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_CurveAndTrihedron.hxx b/src/GeomFill/GeomFill_CurveAndTrihedron.hxx index a92371719c..ce4ef70296 100644 --- a/src/GeomFill/GeomFill_CurveAndTrihedron.hxx +++ b/src/GeomFill/GeomFill_CurveAndTrihedron.hxx @@ -92,7 +92,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_Darboux.hxx b/src/GeomFill/GeomFill_Darboux.hxx index 1f3a50ee6d..0858a2339c 100644 --- a/src/GeomFill/GeomFill_Darboux.hxx +++ b/src/GeomFill/GeomFill_Darboux.hxx @@ -67,7 +67,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_DiscreteTrihedron.hxx b/src/GeomFill/GeomFill_DiscreteTrihedron.hxx index f3f6149656..45fa17a4d1 100644 --- a/src/GeomFill/GeomFill_DiscreteTrihedron.hxx +++ b/src/GeomFill/GeomFill_DiscreteTrihedron.hxx @@ -82,7 +82,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_DraftTrihedron.hxx b/src/GeomFill/GeomFill_DraftTrihedron.hxx index 32a353275b..e65dd19033 100644 --- a/src/GeomFill/GeomFill_DraftTrihedron.hxx +++ b/src/GeomFill/GeomFill_DraftTrihedron.hxx @@ -69,7 +69,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_EvolvedSection.hxx b/src/GeomFill/GeomFill_EvolvedSection.hxx index 3b4beabb08..8f6f329829 100644 --- a/src/GeomFill/GeomFill_EvolvedSection.hxx +++ b/src/GeomFill/GeomFill_EvolvedSection.hxx @@ -94,7 +94,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_Fixed.hxx b/src/GeomFill/GeomFill_Fixed.hxx index e927a5cac8..f613846e02 100644 --- a/src/GeomFill/GeomFill_Fixed.hxx +++ b/src/GeomFill/GeomFill_Fixed.hxx @@ -68,7 +68,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_Frenet.hxx b/src/GeomFill/GeomFill_Frenet.hxx index 790df46c18..954950ace0 100644 --- a/src/GeomFill/GeomFill_Frenet.hxx +++ b/src/GeomFill/GeomFill_Frenet.hxx @@ -74,7 +74,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_GuideTrihedronAC.hxx b/src/GeomFill/GeomFill_GuideTrihedronAC.hxx index bb095b2387..76fdb09326 100644 --- a/src/GeomFill/GeomFill_GuideTrihedronAC.hxx +++ b/src/GeomFill/GeomFill_GuideTrihedronAC.hxx @@ -67,7 +67,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_GuideTrihedronPlan.hxx b/src/GeomFill/GeomFill_GuideTrihedronPlan.hxx index 15b24536e5..6b4227fc69 100644 --- a/src/GeomFill/GeomFill_GuideTrihedronPlan.hxx +++ b/src/GeomFill/GeomFill_GuideTrihedronPlan.hxx @@ -80,7 +80,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_LocationDraft.hxx b/src/GeomFill/GeomFill_LocationDraft.hxx index 36359e0f6d..970bd91bcb 100644 --- a/src/GeomFill/GeomFill_LocationDraft.hxx +++ b/src/GeomFill/GeomFill_LocationDraft.hxx @@ -95,7 +95,7 @@ public: //! Returns Standard_False (default implementation) Standard_EXPORT virtual Standard_Boolean HasLastRestriction() const Standard_OVERRIDE; - //! Give the number of trace (Curves 2d wich are not restriction) + //! Give the number of trace (Curves 2d which are not restriction) //! Returns 1 (default implementation) Standard_EXPORT virtual Standard_Integer TraceNumber() const Standard_OVERRIDE; @@ -107,7 +107,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_LocationGuide.hxx b/src/GeomFill/GeomFill_LocationGuide.hxx index 5fe11c4ccb..2b18fdf04d 100644 --- a/src/GeomFill/GeomFill_LocationGuide.hxx +++ b/src/GeomFill/GeomFill_LocationGuide.hxx @@ -98,7 +98,7 @@ public: //! Returns Standard_False (default implementation) Standard_EXPORT virtual Standard_Boolean HasLastRestriction() const Standard_OVERRIDE; - //! Give the number of trace (Curves 2d wich are not restriction) + //! Give the number of trace (Curves 2d which are not restriction) //! Returns 1 (default implementation) Standard_EXPORT virtual Standard_Integer TraceNumber() const Standard_OVERRIDE; @@ -114,7 +114,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_LocationLaw.hxx b/src/GeomFill/GeomFill_LocationLaw.hxx index 62f837e073..2c49e659a3 100644 --- a/src/GeomFill/GeomFill_LocationLaw.hxx +++ b/src/GeomFill/GeomFill_LocationLaw.hxx @@ -91,7 +91,7 @@ public: //! Returns Standard_False (default implementation) Standard_EXPORT virtual Standard_Boolean HasLastRestriction() const; - //! Give the number of trace (Curves 2d wich are not restriction) + //! Give the number of trace (Curves 2d which are not restriction) //! Returns 0 (default implementation) Standard_EXPORT virtual Standard_Integer TraceNumber() const; @@ -107,7 +107,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const = 0; diff --git a/src/GeomFill/GeomFill_NSections.hxx b/src/GeomFill/GeomFill_NSections.hxx index 3e2ede34c5..50df3dbbff 100644 --- a/src/GeomFill/GeomFill_NSections.hxx +++ b/src/GeomFill/GeomFill_NSections.hxx @@ -120,7 +120,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_Pipe.hxx b/src/GeomFill/GeomFill_Pipe.hxx index b4b3fe43f5..9f7122d712 100644 --- a/src/GeomFill/GeomFill_Pipe.hxx +++ b/src/GeomFill/GeomFill_Pipe.hxx @@ -66,11 +66,11 @@ class gp_Dir; //! - or a constant trihedron to have all the sections //! in a same plane //! 2.b) Define a ConstantBinormal Direction to keep the -//! same angle beetween the Direction and the sections +//! same angle between the Direction and the sections //! along the sweep surface. //! 2.c) Define the path by a surface and a 2dcurve, //! the surface is used to define the trihedron's normal. -//! It is usefull to keep a constant angle beetween +//! It is usefull to keep a constant angle between //! input surface and the pipe. -- //! 3) give a path and two sections. The section //! evoluate from First to Last Section. diff --git a/src/GeomFill/GeomFill_SectionLaw.hxx b/src/GeomFill/GeomFill_SectionLaw.hxx index 22999bd15e..4258b2a62e 100644 --- a/src/GeomFill/GeomFill_SectionLaw.hxx +++ b/src/GeomFill/GeomFill_SectionLaw.hxx @@ -91,7 +91,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const = 0; diff --git a/src/GeomFill/GeomFill_SectionPlacement.hxx b/src/GeomFill/GeomFill_SectionPlacement.hxx index 3bf0b87635..82132e4a94 100644 --- a/src/GeomFill/GeomFill_SectionPlacement.hxx +++ b/src/GeomFill/GeomFill_SectionPlacement.hxx @@ -68,16 +68,16 @@ public: Standard_EXPORT gp_Trsf Transformation (const Standard_Boolean WithTranslation, const Standard_Boolean WithCorrection = Standard_False) const; - //! Compute the Section, in the coordinate syteme given by + //! Compute the Section, in the coordinate system given by //! the Location Law. - //! If contact beetween + //! If contact between //!
and is forced. Standard_EXPORT Handle(Geom_Curve) Section (const Standard_Boolean WithTranslation) const; - //! Compute the Section, in the coordinate syteme given by + //! Compute the Section, in the coordinate system given by //! the Location Law. //! To have the Normal to section equal to the Location - //! Law Normal. If contact beetween + //! Law Normal. If contact between //!
and is forced. Standard_EXPORT Handle(Geom_Curve) ModifiedSection (const Standard_Boolean WithTranslation) const; diff --git a/src/GeomFill/GeomFill_SnglrFunc.hxx b/src/GeomFill/GeomFill_SnglrFunc.hxx index 3de3e68e3f..1da26832b5 100644 --- a/src/GeomFill/GeomFill_SnglrFunc.hxx +++ b/src/GeomFill/GeomFill_SnglrFunc.hxx @@ -58,7 +58,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_Sweep.hxx b/src/GeomFill/GeomFill_Sweep.hxx index 65ef9161ee..4d8dfea5ee 100644 --- a/src/GeomFill/GeomFill_Sweep.hxx +++ b/src/GeomFill/GeomFill_Sweep.hxx @@ -70,8 +70,8 @@ public: //! but if this tolerance is too large Tol2d //! is used. //! TolAngular : Tolerance (in radian) to control the angle - //! beetween tangents on the section law and - //! tangent of iso-v on approximed surface + //! between tangents on the section law and + //! tangent of iso-v on approximated surface Standard_EXPORT void SetTolerance (const Standard_Real Tol3d, const Standard_Real BoundTol = 1.0, const Standard_Real Tol2d = 1.0e-5, const Standard_Real TolAngular = 1.0); //! Set the flag that indicates attempt to approximate @@ -94,15 +94,15 @@ public: //! Build the Sweeep Surface //! ApproxStyle defines Approximation Strategy //! - GeomFill_Section : The composed Function : Location X Section - //! is directly approximed. - //! - GeomFill_Location : The location law is approximed, and the + //! is directly approximated. + //! - GeomFill_Location : The location law is approximated, and the //! SweepSurface is build algebric composition - //! of approximed location law and section law + //! of approximated location law and section law //! This option is Ok, if Section.Surface() methode //! is effective. //! Continuity : The continuity in v waiting on the surface - //! Degmax : The maximum degree in v requiered on the surface - //! Segmax : The maximum number of span in v requiered on + //! Degmax : The maximum degree in v required on the surface + //! Segmax : The maximum number of span in v required on //! the surface //! //! raise If Domain are infinite or Profile not Setted. diff --git a/src/GeomFill/GeomFill_SweepFunction.hxx b/src/GeomFill/GeomFill_SweepFunction.hxx index 75672f562b..8eb3e3a358 100644 --- a/src/GeomFill/GeomFill_SweepFunction.hxx +++ b/src/GeomFill/GeomFill_SweepFunction.hxx @@ -85,7 +85,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; @@ -114,18 +114,18 @@ public: //! Get the barycentre of Surface. An very poor //! estimation is sufficent. This information is usefull - //! to perform well conditionned rational approximation. + //! to perform well conditioned rational approximation. //! Warning: Used only if IsRational Standard_EXPORT virtual gp_Pnt BarycentreOfSurf() const Standard_OVERRIDE; //! Returns the length of the maximum section. This - //! information is usefull to perform well conditionned rational + //! information is usefull to perform well conditioned rational //! approximation. Standard_EXPORT virtual Standard_Real MaximalSection() const Standard_OVERRIDE; //! Compute the minimal value of weight for each poles //! of all sections. This information is usefull to - //! perform well conditionned rational approximation. + //! perform well conditioned rational approximation. //! Warning: Used only if IsRational Standard_EXPORT virtual void GetMinimalWeight (TColStd_Array1OfReal& Weigths) const Standard_OVERRIDE; diff --git a/src/GeomFill/GeomFill_TrihedronLaw.hxx b/src/GeomFill/GeomFill_TrihedronLaw.hxx index 113573ef1e..3140cc055a 100644 --- a/src/GeomFill/GeomFill_TrihedronLaw.hxx +++ b/src/GeomFill/GeomFill_TrihedronLaw.hxx @@ -72,7 +72,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const = 0; diff --git a/src/GeomFill/GeomFill_UniformSection.hxx b/src/GeomFill/GeomFill_UniformSection.hxx index 4bcb2253fe..e181f8e852 100644 --- a/src/GeomFill/GeomFill_UniformSection.hxx +++ b/src/GeomFill/GeomFill_UniformSection.hxx @@ -94,7 +94,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE; diff --git a/src/GeomInt/GeomInt_TheComputeLineOfWLApprox.hxx b/src/GeomInt/GeomInt_TheComputeLineOfWLApprox.hxx index 57d1b074df..b60dad6b80 100644 --- a/src/GeomInt/GeomInt_TheComputeLineOfWLApprox.hxx +++ b/src/GeomInt/GeomInt_TheComputeLineOfWLApprox.hxx @@ -118,7 +118,7 @@ public: Standard_EXPORT void SetConstraints (const AppParCurves_Constraint firstC, const AppParCurves_Constraint lastC); //! Sets periodic flag. - //! If thePeriodic = Standard_True, algorith tries to build periodic + //! If thePeriodic = Standard_True, algorithm tries to build periodic //! multicurve using corresponding C1 boundary condition for first and last multipoints. //! Multiline must be closed. Standard_EXPORT void SetPeriodic(const Standard_Boolean thePeriodic); diff --git a/src/GeomLib/GeomLib.hxx b/src/GeomLib/GeomLib.hxx index f77b997c7b..0b017ad18a 100644 --- a/src/GeomLib/GeomLib.hxx +++ b/src/GeomLib/GeomLib.hxx @@ -148,7 +148,7 @@ public: //! Warning! This assume that the InParameter is an increasing sequence //! of real number and it will not check for that : Unpredictable //! result can happen if this is not satisfied. It is the caller - //! responsability to check for that property. + //! responsibility to check for that property. //! //! This method makes uniform NumPoints segments S1,...SNumPoints out //! of the segment defined by the first parameter and the diff --git a/src/GeomLib/GeomLib_Check2dBSplineCurve.hxx b/src/GeomLib/GeomLib_Check2dBSplineCurve.hxx index 200bcccd26..fe2b781e59 100644 --- a/src/GeomLib/GeomLib_Check2dBSplineCurve.hxx +++ b/src/GeomLib/GeomLib_Check2dBSplineCurve.hxx @@ -29,7 +29,7 @@ class StdFail_NotDone; class Standard_OutOfRange; -//! Checks for the end tangents : wether or not those +//! Checks for the end tangents : whether or not those //! are reversed class GeomLib_Check2dBSplineCurve { diff --git a/src/GeomLib/GeomLib_CheckBSplineCurve.hxx b/src/GeomLib/GeomLib_CheckBSplineCurve.hxx index b046faf02d..979a73cf33 100644 --- a/src/GeomLib/GeomLib_CheckBSplineCurve.hxx +++ b/src/GeomLib/GeomLib_CheckBSplineCurve.hxx @@ -29,7 +29,7 @@ class StdFail_NotDone; class Standard_OutOfRange; -//! Checks for the end tangents : wether or not those +//! Checks for the end tangents : whether or not those //! are reversed regarding the third or n-3rd control class GeomLib_CheckBSplineCurve { diff --git a/src/Graphic3d/Graphic3d_Structure.hxx b/src/Graphic3d/Graphic3d_Structure.hxx index facfcd281e..303441a9c1 100644 --- a/src/Graphic3d/Graphic3d_Structure.hxx +++ b/src/Graphic3d/Graphic3d_Structure.hxx @@ -423,7 +423,7 @@ public: //! Returns the identification number of this structure. Standard_Integer Identification() const { return myCStructure->Id; } - //! Prints informations about the network associated + //! Prints information about the network associated //! with the structure . Standard_EXPORT static void PrintNetwork (const Handle(Graphic3d_Structure)& AStructure, const Graphic3d_TypeOfConnection AType); diff --git a/src/HLRAlgo/HLRAlgo_Coincidence.hxx b/src/HLRAlgo/HLRAlgo_Coincidence.hxx index bc7863d912..246f53863f 100644 --- a/src/HLRAlgo/HLRAlgo_Coincidence.hxx +++ b/src/HLRAlgo/HLRAlgo_Coincidence.hxx @@ -26,7 +26,7 @@ #include //! The Coincidence class is used in an Inteference to -//! store informations on the "hiding" edge. +//! store information on the "hiding" edge. //! //! 2D Data : The tangent and the curvature of the //! projection of the edge at the intersection point. diff --git a/src/HLRBRep/HLRBRep_BCurveTool.hxx b/src/HLRBRep/HLRBRep_BCurveTool.hxx index 5d3a3e3ca8..b251e29fda 100644 --- a/src/HLRBRep/HLRBRep_BCurveTool.hxx +++ b/src/HLRBRep/HLRBRep_BCurveTool.hxx @@ -66,7 +66,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() static void Intervals (const BRepAdaptor_Curve& C, TColStd_Array1OfReal& T, const GeomAbs_Shape S); diff --git a/src/HLRBRep/HLRBRep_Curve.hxx b/src/HLRBRep/HLRBRep_Curve.hxx index b457dfd13e..f2c5f6620c 100644 --- a/src/HLRBRep/HLRBRep_Curve.hxx +++ b/src/HLRBRep/HLRBRep_Curve.hxx @@ -127,7 +127,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const; diff --git a/src/HLRBRep/HLRBRep_CurveTool.hxx b/src/HLRBRep/HLRBRep_CurveTool.hxx index ff54a4169a..493aee11ed 100644 --- a/src/HLRBRep/HLRBRep_CurveTool.hxx +++ b/src/HLRBRep/HLRBRep_CurveTool.hxx @@ -65,7 +65,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() static void Intervals (const Standard_Address C, TColStd_Array1OfReal& T); diff --git a/src/HLRBRep/HLRBRep_Data.hxx b/src/HLRBRep/HLRBRep_Data.hxx index 36b74e0a10..b80836fd61 100644 --- a/src/HLRBRep/HLRBRep_Data.hxx +++ b/src/HLRBRep/HLRBRep_Data.hxx @@ -84,7 +84,7 @@ public: Standard_ShortReal Tolerance() const; //! end of building of the Data and updating - //! all the informations linked to the projection. + //! all the information linked to the projection. Standard_EXPORT void Update (const HLRAlgo_Projector& P); HLRAlgo_Projector& Projector(); diff --git a/src/HLRBRep/HLRBRep_TheProjPCurOfCInter.hxx b/src/HLRBRep/HLRBRep_TheProjPCurOfCInter.hxx index 5abd30b812..fe207a6b2a 100644 --- a/src/HLRBRep/HLRBRep_TheProjPCurOfCInter.hxx +++ b/src/HLRBRep/HLRBRep_TheProjPCurOfCInter.hxx @@ -60,9 +60,9 @@ public: //! Tol is the tolerance on the distance between a point //! and the parametrised curve. //! LowParameter and HighParameter give the - //! boundaries of the interval in wich the parameter + //! boundaries of the interval in which the parameter //! certainly lies. These parameters are given to - //! implement a more efficient algoritm. So, it is not + //! implement a more efficient algorithm. So, it is not //! necessary to check that the returned value verifies //! LowParameter <= Value <= HighParameter. Standard_EXPORT static Standard_Real FindParameter (const Standard_Address& C, const gp_Pnt2d& Pnt, const Standard_Real LowParameter, const Standard_Real HighParameter, const Standard_Real Tol); diff --git a/src/Hermit/Hermit.cxx b/src/Hermit/Hermit.cxx index f589099f98..2447336f9b 100644 --- a/src/Hermit/Hermit.cxx +++ b/src/Hermit/Hermit.cxx @@ -173,16 +173,16 @@ static void PolyTest(const TColStd_Array1OfReal& Herm, Handle(TColStd_HArray1OfReal) Knots; //array of the BSpline knots + the ones inserted Standard_Integer cas=0,mark=0,dercas=0, //loop marks min,max; //Pole min and max indices - Standard_Real Us1,Us2,a; //bounderies value of the knots to be inserted + Standard_Real Us1,Us2,a; //boundaries value of the knots to be inserted U4=0.0;U5=1.0; //default value if (Ux!=1.0){ - BS->LocateU(Ux,0.0,I1,I2); //localization of the inserted knots + BS->LocateU(Ux,0.0,I1,I2); //localization of the inserted knots if (Uy!=0.0) BS->LocateU(Uy,0.0,I3,I4); } - if (I1==I2) //definition and filling of the + if (I1==I2) //definition and filling of the if((I3==I4)||(I3==0)){ //array of knots Knots=new TColStd_HArray1OfReal(1,BS->NbKnots()); for (i=1;i<=BS->NbKnots();i++) @@ -384,7 +384,7 @@ static void PolyTest(const TColStd_Array1OfReal& Herm, const Standard_Real TolPoles, // const Standard_Real TolKnots, const Standard_Real , - const Standard_Real Ux, + const Standard_Real Ux, const Standard_Real Uy) { @@ -394,7 +394,7 @@ static void PolyTest(const TColStd_Array1OfReal& Herm, Handle(TColStd_HArray1OfReal) Knots; //array of the BSpline knots + the ones inserted Standard_Integer cas=0,mark=0,dercas=0, //loop marks min,max; //Pole min and max indices - Standard_Real Us1,Us2,a; //bounderies value of the knots to be inserted + Standard_Real Us1,Us2,a; //boundaries value of the knots to be inserted U4=0.0;U5=1.0; //default value if (Ux!=1.0){ @@ -403,7 +403,7 @@ static void PolyTest(const TColStd_Array1OfReal& Herm, BS->LocateU(Uy,0.0,I3,I4); } - if (I1==I2) //definition and filling of the + if (I1==I2) //definition and filling of the { if((I3==I4)||(I3==0)){ //array of knots Knots=new TColStd_HArray1OfReal(1,BS->NbKnots()); diff --git a/src/IFGraph/IFGraph_AllConnected.hxx b/src/IFGraph/IFGraph_AllConnected.hxx index 3bdceca472..cbc1285676 100644 --- a/src/IFGraph/IFGraph_AllConnected.hxx +++ b/src/IFGraph/IFGraph_AllConnected.hxx @@ -27,7 +27,7 @@ class Interface_Graph; class Standard_Transient; -//! this class gives content of the CONNECTED COMPONANT(S) +//! this class gives content of the CONNECTED COMPONENT(S) //! which include specific Entity(ies) class IFGraph_AllConnected : public Interface_GraphContent { @@ -42,7 +42,7 @@ public: //! creates an AllConnected which memorizes Entities Connected to //! a given one, at any level : that is, itself, all Entities //! Shared by it and Sharing it, and so on. - //! In other terms, this is the content of the CONNECTED COMPONANT + //! In other terms, this is the content of the CONNECTED COMPONENT //! which include a specific Entity Standard_EXPORT IFGraph_AllConnected(const Interface_Graph& agraph, const Handle(Standard_Transient)& ent); @@ -50,7 +50,7 @@ public: //! cumulate all Entities Connected by some ones) //! Note that if "ent" is in the already computed list,, no entity //! will be added, but if "ent" is not already in the list, a new - //! Connected Componant will be cumulated + //! Connected Component will be cumulated Standard_EXPORT void GetFromEntity (const Handle(Standard_Transient)& ent); //! Allows to restart on a new data set diff --git a/src/IFGraph/IFGraph_Cycles.hxx b/src/IFGraph/IFGraph_Cycles.hxx index 15682479ab..79d1442372 100644 --- a/src/IFGraph/IFGraph_Cycles.hxx +++ b/src/IFGraph/IFGraph_Cycles.hxx @@ -27,7 +27,7 @@ class Interface_Graph; class IFGraph_StrongComponants; -//! determines strong componants in a graph which are Cycles +//! determines strong components in a graph which are Cycles class IFGraph_Cycles : public IFGraph_SubPartsIterator { public: diff --git a/src/IFGraph/IFGraph_SCRoots.hxx b/src/IFGraph/IFGraph_SCRoots.hxx index 18c50cb289..84dfae9b53 100644 --- a/src/IFGraph/IFGraph_SCRoots.hxx +++ b/src/IFGraph/IFGraph_SCRoots.hxx @@ -27,7 +27,7 @@ class Interface_Graph; class IFGraph_StrongComponants; -//! determines strong componants in a graph which are Roots +//! determines strong components in a graph which are Roots class IFGraph_SCRoots : public IFGraph_StrongComponants { public: diff --git a/src/IFGraph/IFGraph_StrongComponants.hxx b/src/IFGraph/IFGraph_StrongComponants.hxx index 94aebcb859..00a8ee4660 100644 --- a/src/IFGraph/IFGraph_StrongComponants.hxx +++ b/src/IFGraph/IFGraph_StrongComponants.hxx @@ -26,8 +26,8 @@ class Interface_Graph; -//! determines strong componants of a graph, that is -//! isolated entities (single componants) or loops +//! determines strong components of a graph, that is +//! isolated entities (single components) or loops class IFGraph_StrongComponants : public IFGraph_SubPartsIterator { public: diff --git a/src/IFSelect/IFSelect_ContextModif.hxx b/src/IFSelect/IFSelect_ContextModif.hxx index 5eb80dd57d..282f0e13af 100644 --- a/src/IFSelect/IFSelect_ContextModif.hxx +++ b/src/IFSelect/IFSelect_ContextModif.hxx @@ -40,11 +40,11 @@ class Interface_Check; class Interface_CheckIterator; -//! This class gathers various informations used by Model Modifiers +//! This class gathers various information used by Model Modifiers //! apart from the target model itself, and the CopyTool which //! must be passed directly. //! -//! These informations report to original data : model, entities, +//! These information report to original data : model, entities, //! and the selection list if there is one : it allows to query //! about such or such starting entity, or result entity, or //! iterate on selection list ... @@ -60,7 +60,7 @@ public: DEFINE_STANDARD_ALLOC - //! Prepares a ContextModif with these informations : + //! Prepares a ContextModif with these information : //! - the graph established from original model (target passed //! directly to Modifier) //! - the CopyTool which detains the CopyControl, which maps @@ -71,7 +71,7 @@ public: //! transferred entities (no filter active) Standard_EXPORT IFSelect_ContextModif(const Interface_Graph& graph, const Interface_CopyTool& TC, const Standard_CString filename = ""); - //! Prepares a ContextModif with these informations : + //! Prepares a ContextModif with these information : //! - the graph established from original model (target passed //! directly to Modifier) //! - an optional file name (for file output) diff --git a/src/IFSelect/IFSelect_ContextWrite.hxx b/src/IFSelect/IFSelect_ContextWrite.hxx index f064f89a6b..17391c6a1f 100644 --- a/src/IFSelect/IFSelect_ContextWrite.hxx +++ b/src/IFSelect/IFSelect_ContextWrite.hxx @@ -38,11 +38,11 @@ class Interface_Check; class Interface_CheckIterator; -//! This class gathers various informations used by File Modifiers +//! This class gathers various information used by File Modifiers //! apart from the writer object, which is specific of the norm //! and of the physical format //! -//! These informations are controlled by an object AppliedModifiers +//! These information are controlled by an object AppliedModifiers //! (if it is not defined, no modification is allowed on writing) //! //! Furthermore, in return, ContextModif can record Checks, either @@ -54,7 +54,7 @@ public: DEFINE_STANDARD_ALLOC - //! Prepares a ContextWrite with these informations : + //! Prepares a ContextWrite with these information : //! - the model which is to be written //! - the protocol to be used //! - the filename diff --git a/src/IFSelect/IFSelect_Modifier.hxx b/src/IFSelect/IFSelect_Modifier.hxx index 71be4d71ca..3f15356c80 100644 --- a/src/IFSelect/IFSelect_Modifier.hxx +++ b/src/IFSelect/IFSelect_Modifier.hxx @@ -48,7 +48,7 @@ public: //! generated and filled. ModelCopier has already checked the //! criteria (Dispatch, Model Rank, Selection) before calling it. //! - //! detains informations about original data and selection. + //! detains information about original data and selection. //! The result of copying, on which modifications are to be done, //! is . //! allows to run additional copies as required diff --git a/src/IFSelect/IFSelect_SelectAnyList.hxx b/src/IFSelect/IFSelect_SelectAnyList.hxx index 87c61b144b..16997fb14b 100644 --- a/src/IFSelect/IFSelect_SelectAnyList.hxx +++ b/src/IFSelect/IFSelect_SelectAnyList.hxx @@ -118,7 +118,7 @@ public: //! Called by RootResult Standard_EXPORT virtual void FillResult (const Standard_Integer n1, const Standard_Integer n2, const Handle(Standard_Transient)& ent, Interface_EntityIterator& res) const = 0; - //! Returns a text defining the criterium : "Componants of List " + //! Returns a text defining the criterium : "Components of List " //! then Specific List Label, then, following cases : //! " From .. Until .." or "From .." or "Until .." or "Rank no .." //! Specific type is given by deferred method ListLabel diff --git a/src/IFSelect/IFSelect_SelectRootComps.cxx b/src/IFSelect/IFSelect_SelectRootComps.cxx index 6c91bf3177..368a82bf0c 100644 --- a/src/IFSelect/IFSelect_SelectRootComps.cxx +++ b/src/IFSelect/IFSelect_SelectRootComps.cxx @@ -71,4 +71,4 @@ IFSelect_SelectRootComps::IFSelect_SelectRootComps () { } { return Standard_True; } TCollection_AsciiString IFSelect_SelectRootComps::ExtractLabel () const -{ return TCollection_AsciiString("Local Root Componants"); } +{ return TCollection_AsciiString("Local Root Components"); } diff --git a/src/IFSelect/IFSelect_SelectRootComps.hxx b/src/IFSelect/IFSelect_SelectRootComps.hxx index 37c0c19fb7..fd00df1038 100644 --- a/src/IFSelect/IFSelect_SelectRootComps.hxx +++ b/src/IFSelect/IFSelect_SelectRootComps.hxx @@ -34,13 +34,13 @@ class IFSelect_SelectRootComps; DEFINE_STANDARD_HANDLE(IFSelect_SelectRootComps, IFSelect_SelectExtract) //! A SelectRootComps sorts the Entities which are part of Strong -//! Componants, local roots of a set of Entities : they can be -//! Single Componants (containing one Entity) or Cycles +//! Components, local roots of a set of Entities : they can be +//! Single Components (containing one Entity) or Cycles //! This class gives a more secure result than SelectRoots (which -//! considers only Single Componants) but is longer to work : it +//! considers only Single Components) but is longer to work : it //! can be used when there can be or there are cycles in a Model //! For each cycle, one Entity is given arbitrarily -//! Reject works as for SelectRoots : Strong Componants defined in +//! Reject works as for SelectRoots : Strong Components defined in //! the input list which are not local roots are given class IFSelect_SelectRootComps : public IFSelect_SelectExtract { @@ -51,17 +51,17 @@ public: //! Creates a SelectRootComps Standard_EXPORT IFSelect_SelectRootComps(); - //! Returns the list of local root strong componants, by one - //! Entity par componant. It is redefined for a purpose of + //! Returns the list of local root strong components, by one + //! Entity per component. It is redefined for a purpose of //! effeciency : calling a Sort routine for each Entity would - //! cost more ressource than to work in once using a Map + //! cost more resources than to work in once using a Map //! RootResult takes in account the Direct status Standard_EXPORT virtual Interface_EntityIterator RootResult (const Interface_Graph& G) const Standard_OVERRIDE; //! Returns always True, because RootResult has done work Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE; - //! Returns a text defining the criterium : "Local Root Componants" + //! Returns a text defining the criterium : "Local Root Components" Standard_EXPORT TCollection_AsciiString ExtractLabel() const Standard_OVERRIDE; diff --git a/src/IFSelect/IFSelect_SelectRoots.hxx b/src/IFSelect/IFSelect_SelectRoots.hxx index 4eafb00e2d..0f8d087145 100644 --- a/src/IFSelect/IFSelect_SelectRoots.hxx +++ b/src/IFSelect/IFSelect_SelectRoots.hxx @@ -47,7 +47,7 @@ public: //! Returns the list of local roots. It is redefined for a purpose //! of effeciency : calling a Sort routine for each Entity would - //! cost more ressource than to work in once using a Map + //! cost more resources than to work in once using a Map //! RootResult takes in account the Direct status Standard_EXPORT virtual Interface_EntityIterator RootResult (const Interface_Graph& G) const Standard_OVERRIDE; diff --git a/src/IFSelect/IFSelect_SelectSignature.cxx b/src/IFSelect/IFSelect_SelectSignature.cxx index 6282fd2731..c19bc5d320 100644 --- a/src/IFSelect/IFSelect_SelectSignature.cxx +++ b/src/IFSelect/IFSelect_SelectSignature.cxx @@ -108,7 +108,7 @@ static Standard_Integer multsign // sinon : liste // Analyse en sequence : si alternance prend/prend-pas, le dernier a raison // en consequence, si que des prend ou que des prend-pas, c est commutatif -// DONC recommandation : mettre les prend-pas en fin +// DONC recommendation : mettre les prend-pas en fin // AU DEPART : prendre = ne prendre que. prend-pas = prend-tout-sauf ... // Donc si le premier est un prend-pas, je commence par tout prendre diff --git a/src/IFSelect/IFSelect_SessionFile.hxx b/src/IFSelect/IFSelect_SessionFile.hxx index b58740bd43..46f13a7b6a 100644 --- a/src/IFSelect/IFSelect_SessionFile.hxx +++ b/src/IFSelect/IFSelect_SessionFile.hxx @@ -54,12 +54,12 @@ class Standard_Transient; //! SessionFile works with a library of SessionDumper type objects //! //! The File is Produced as follows : -//! SessionFile produces all general Informations (such as Int and +//! SessionFile produces all general Information (such as Int and //! Text Parameters, Types and Inputs of Selections, Dispatches, //! Modifiers ...) and calls the SessionDumpers to produce all //! the particular Data : creation arguments, parameters to be set //! It is Read in the same terms : -//! SessionFile reads and interprets all general Informations, +//! SessionFile reads and interprets all general Information, //! and calls the SessionDumpers to recognize Types and for a //! recognized Type create the corresponding Object with its //! particular parameters as they were written. diff --git a/src/IFSelect/IFSelect_SessionPilot.hxx b/src/IFSelect/IFSelect_SessionPilot.hxx index 1d00b4477a..8ae9599621 100644 --- a/src/IFSelect/IFSelect_SessionPilot.hxx +++ b/src/IFSelect/IFSelect_SessionPilot.hxx @@ -149,7 +149,7 @@ public: //! current Line Command. If none was, returns a Null Handle Standard_EXPORT Handle(Standard_Transient) RecordedItem() const; - //! Clears the recorded informations (commands, objects) + //! Clears the recorded information (commands, objects) Standard_EXPORT void Clear(); //! Reads commands from a Script File, named . By default diff --git a/src/IFSelect/IFSelect_ShareOut.hxx b/src/IFSelect/IFSelect_ShareOut.hxx index c9b0aeb7d3..558c753d53 100644 --- a/src/IFSelect/IFSelect_ShareOut.hxx +++ b/src/IFSelect/IFSelect_ShareOut.hxx @@ -38,7 +38,7 @@ class TCollection_AsciiString; class IFSelect_ShareOut; DEFINE_STANDARD_HANDLE(IFSelect_ShareOut, Standard_Transient) -//! This class gathers the informations required to produce one or +//! This class gathers the information required to produce one or //! several file(s) from the content of an InterfaceModel (passing //! through the creation of intermediate Models). //! @@ -71,15 +71,15 @@ public: Standard_EXPORT IFSelect_ShareOut(); //! Removes in one operation all the Dispatches with their Idents - //! Also clears all informations about Names, and all Results but - //! naming informations which are : + //! Also clears all information about Names, and all Results but + //! naming information which are : //! - kept if is True. //! - cleared if is False (complete clearing) //! If is True, that's all. Else, clears also Modifiers Standard_EXPORT void Clear (const Standard_Boolean onlydisp); //! Clears all data produced (apart from Dispatches, etc...) - //! if is True, all is cleared. Else, informations + //! if is True, all is cleared. Else, information //! about produced Names are kept (to maintain unicity of naming //! across clearings) Standard_EXPORT void ClearResult (const Standard_Boolean alsoname); @@ -211,7 +211,7 @@ public: //! Returns the Default Root Name. Can be empty. Standard_EXPORT Handle(TCollection_HAsciiString) DefaultRootName() const; - //! Returns the general Extension. Can be empty (not recommanded) + //! Returns the general Extension. Can be empty (not recommended) Standard_EXPORT Handle(TCollection_HAsciiString) Extension() const; //! Computes the complete file name for a Packet of a Dispatch, diff --git a/src/IFSelect/IFSelect_Signature.hxx b/src/IFSelect/IFSelect_Signature.hxx index 13ecbdad81..c80c9d41a5 100644 --- a/src/IFSelect/IFSelect_Signature.hxx +++ b/src/IFSelect/IFSelect_Signature.hxx @@ -40,7 +40,7 @@ DEFINE_STANDARD_HANDLE(IFSelect_Signature, Interface_SignType) //! signature //! This string has not to be unique in the model, but gives a //! value for such or such important feature. -//! Exemples : Dynamic Type; Category; etc +//! Examples : Dynamic Type; Category; etc class IFSelect_Signature : public Interface_SignType { diff --git a/src/IFSelect/IFSelect_Transformer.hxx b/src/IFSelect/IFSelect_Transformer.hxx index 1d0f1bd1f6..5fdb6d4cbe 100644 --- a/src/IFSelect/IFSelect_Transformer.hxx +++ b/src/IFSelect/IFSelect_Transformer.hxx @@ -69,7 +69,7 @@ public: //! the starting one //! //! is mutable to allow results for ChangeProtocol to be - //! memorized if needed, and to store informations useful for + //! memorized if needed, and to store information useful for //! the method Updated //! //! Returns True if Done, False if an Error occured : in this case, diff --git a/src/IFSelect/IFSelect_WorkLibrary.hxx b/src/IFSelect/IFSelect_WorkLibrary.hxx index b3ac6d1254..33f9ca4b37 100644 --- a/src/IFSelect/IFSelect_WorkLibrary.hxx +++ b/src/IFSelect/IFSelect_WorkLibrary.hxx @@ -40,12 +40,12 @@ DEFINE_STANDARD_HANDLE(IFSelect_WorkLibrary, Standard_Transient) //! In particular, a specific WorkLibrary must give the way for //! Reading a File into a Model, and Writing a Model to a File //! Thus, it is possible to define several Work Libraries for each -//! norm, but recommanded to define one general class for each one : +//! norm, but recommended to define one general class for each one : //! this general class will define the Read and Write methods. //! //! Also a Dump service is provided, it can produce, according the //! norm, either a parcel of a file for an entity, or any other -//! kind of informations relevant for the norm, +//! kind of information relevant for the norm, class IFSelect_WorkLibrary : public Standard_Transient { @@ -72,7 +72,7 @@ public: const Handle(Interface_Protocol)& protocol) const; //! Gives the way to Write a File from a Model. - //! contains all necessary informations : the model, the + //! contains all necessary information : the model, the //! protocol, the file name, and the list of File Modifiers to be //! applied, also with restricted list of selected entities for //! each one, if required. diff --git a/src/IFSelect/IFSelect_WorkSession.hxx b/src/IFSelect/IFSelect_WorkSession.hxx index 593a4982d9..f10d40dca3 100644 --- a/src/IFSelect/IFSelect_WorkSession.hxx +++ b/src/IFSelect/IFSelect_WorkSession.hxx @@ -635,7 +635,7 @@ public: //! -1 : Error on the spot (slight changes), data may be corrupted //! (remark : corruption should not be profound) //! -2 : Error on edition the spot, data may be corrupted - //! (checking them is recommanded) + //! (checking them is recommended) //! -3 : Error with a new data set, transformation ignored //! -4 : OK as 4, but graph of dependances count not be recomputed //! (the former one is kept) : check the protocol @@ -718,7 +718,7 @@ public: Standard_EXPORT Standard_CString GiveFileComplete (const Standard_CString file) const; //! Erases all stored data from the File Evaluation - //! (i.e. ALL former naming informations are lost) + //! (i.e. ALL former naming information are lost) Standard_EXPORT void ClearFile(); //! Performs and stores a File Evaluation. The Results are a List @@ -756,7 +756,7 @@ public: //! and can work with File Modifiers (managed by the Model Copier) //! and a ModelCopier, which can work with Model Modifiers //! Returns False if, either WorkLibrary has failed on at least - //! one sub-file, or the Work Session is badly conditionned + //! one sub-file, or the Work Session is badly conditioned //! (no Model defined, or FileNaming not in phase with ShareOut) Standard_EXPORT Standard_Boolean SendSplit(); @@ -1036,7 +1036,7 @@ public: //! (only type ...), greater values give more and more details. Standard_EXPORT void DumpEntity (const Handle(Standard_Transient)& ent, const Standard_Integer level, Standard_OStream& S) const; - //! Prints main informations about an entity : its number, type, + //! Prints main information about an entity : its number, type, //! validity (and checks if any), category, shareds and sharings.. //! mutable because it can recompute checks as necessary Standard_EXPORT void PrintEntityStatus (const Handle(Standard_Transient)& ent, Standard_OStream& S); diff --git a/src/IGESData/IGESData_DefSwitch.hxx b/src/IGESData/IGESData_DefSwitch.hxx index 2e319dcd2a..661dda3bda 100644 --- a/src/IGESData/IGESData_DefSwitch.hxx +++ b/src/IGESData/IGESData_DefSwitch.hxx @@ -25,7 +25,7 @@ #include -//! description of a directory componant which can be either +//! description of a directory component which can be either //! undefined (let Void), defined as a Reference to an entity, //! or as a Rank, integer value adressing a builtin table //! The entity reference is not included here, only reference diff --git a/src/IGESData/IGESData_DirPart.hxx b/src/IGESData/IGESData_DirPart.hxx index 5593a18417..e9c671f8e5 100644 --- a/src/IGESData/IGESData_DirPart.hxx +++ b/src/IGESData/IGESData_DirPart.hxx @@ -27,7 +27,7 @@ class IGESData_IGESType; -//! litteral/numeric description of an entity's directory section, +//! literal/numeric description of an entity's directory section, //! taken from file class IGESData_DirPart { diff --git a/src/IGESData/IGESData_FreeFormatEntity.hxx b/src/IGESData/IGESData_FreeFormatEntity.hxx index 134c63e99d..6436688a17 100644 --- a/src/IGESData/IGESData_FreeFormatEntity.hxx +++ b/src/IGESData/IGESData_FreeFormatEntity.hxx @@ -89,7 +89,7 @@ public: //! answers True for , else returns False. Standard_EXPORT Standard_Boolean IsNegativePointer (const Standard_Integer num) const; - //! Returns litteral value of a Parameter, given its rank + //! Returns literal value of a Parameter, given its rank //! Error if num is out of range, or if Parameter is not literal Standard_EXPORT Handle(TCollection_HAsciiString) ParamValue (const Standard_Integer num) const; @@ -124,8 +124,8 @@ public: //! which are Entities) Standard_EXPORT void AddNegativePointers (const Handle(TColStd_HSequenceOfInteger)& list); - //! Clears all informations about Negative Pointers, hence every - //! Entity kind Parameter will be send normally, as Positive + //! Clears all information about Negative Pointers, hence every + //! Entity kind Parameter will be sent normally, as Positive Standard_EXPORT void ClearNegativePointers(); //! WriteOwnParams is redefined for FreeFormatEntity to take diff --git a/src/IGESData/IGESData_GlobalSection.hxx b/src/IGESData/IGESData_GlobalSection.hxx index 045704f67d..2d5fe47d5e 100644 --- a/src/IGESData/IGESData_GlobalSection.hxx +++ b/src/IGESData/IGESData_GlobalSection.hxx @@ -64,7 +64,7 @@ public: //! Returns a string withpout its Hollerith marks (nnnH ahead). //! Remark : all strings stored in GlobalSection are expurged - //! from Hollerith informations (without nnnH) + //! from Hollerith information (without nnnH) //! If is not Hollerith form, it is simply copied Standard_EXPORT Handle(TCollection_HAsciiString) TranslatedFromHollerith (const Handle(TCollection_HAsciiString)& astr) const; diff --git a/src/IGESData/IGESData_IGESReaderTool.hxx b/src/IGESData/IGESData_IGESReaderTool.hxx index a7838a56c4..d17918a352 100644 --- a/src/IGESData/IGESData_IGESReaderTool.hxx +++ b/src/IGESData/IGESData_IGESReaderTool.hxx @@ -76,7 +76,7 @@ public: //! after reading entities, true line weights can be computed Standard_EXPORT virtual void EndRead (const Handle(Interface_InterfaceModel)& amodel) Standard_OVERRIDE; - //! Reads directory part componants from file; DP is the litteral + //! Reads directory part components from file; DP is the literal //! directory part, IR detains entities referenced by DP Standard_EXPORT void ReadDir (const Handle(IGESData_IGESEntity)& ent, const Handle(IGESData_IGESReaderData)& IR, const IGESData_DirPart& DP, Handle(Interface_Check)& ach) const; diff --git a/src/IGESData/IGESData_IGESWriter.hxx b/src/IGESData/IGESData_IGESWriter.hxx index c9b8af5487..33a86ad791 100644 --- a/src/IGESData/IGESData_IGESWriter.hxx +++ b/src/IGESData/IGESData_IGESWriter.hxx @@ -106,7 +106,7 @@ public: //! error if does not follow Entities sending Standard_EXPORT void SectionT(); - //! translates directory part of an Entity into a litteral DirPart + //! translates directory part of an Entity into a literal DirPart //! Some infos are computed after sending parameters //! Error if not in sections DP or Stage not "Dir" Standard_EXPORT void DirPart (const Handle(IGESData_IGESEntity)& anent); diff --git a/src/IGESData/IGESData_ParamReader.hxx b/src/IGESData/IGESData_ParamReader.hxx index fa708501ef..25c864aa10 100644 --- a/src/IGESData/IGESData_ParamReader.hxx +++ b/src/IGESData/IGESData_ParamReader.hxx @@ -109,7 +109,7 @@ public: //! be encountered, they correspond to "Integer", see also below Standard_EXPORT Interface_ParamType ParamType (const Standard_Integer num) const; - //! returns litteral value of a parameter, as it was in file + //! returns literal value of a parameter, as it was in file Standard_EXPORT Standard_CString ParamValue (const Standard_Integer num) const; //! says if a parameter is defined (not void) diff --git a/src/IGESData/IGESData_ToolLocation.hxx b/src/IGESData/IGESData_ToolLocation.hxx index 6eff906978..00499c426e 100644 --- a/src/IGESData/IGESData_ToolLocation.hxx +++ b/src/IGESData/IGESData_ToolLocation.hxx @@ -82,7 +82,7 @@ public: //! (it must be the Parent itself, not the Associativity) Standard_EXPORT void SetParentAssoc (const Handle(IGESData_IGESEntity)& parent, const Handle(IGESData_IGESEntity)& child); - //! Resets all informations about dependences for + //! Resets all information about dependences for Standard_EXPORT void ResetDependences (const Handle(IGESData_IGESEntity)& child); //! Unitary action which defines Entities referenced by diff --git a/src/IGESDefs/IGESDefs_TabularData.hxx b/src/IGESDefs/IGESDefs_TabularData.hxx index c4557ada76..577988943c 100644 --- a/src/IGESDefs/IGESDefs_TabularData.hxx +++ b/src/IGESDefs/IGESDefs_TabularData.hxx @@ -36,7 +36,7 @@ DEFINE_STANDARD_HANDLE(IGESDefs_TabularData, IGESData_IGESEntity) //! Defines IGES Tabular Data, Type <406> Form <11>, //! in package IGESDefs -//! This Class is used to provide a Structure to accomodate +//! This Class is used to provide a Structure to accommodate //! point form data. class IGESDefs_TabularData : public IGESData_IGESEntity { diff --git a/src/IGESDefs/IGESDefs_UnitsData.hxx b/src/IGESDefs/IGESDefs_UnitsData.hxx index 8d8fe73747..11300d2a23 100644 --- a/src/IGESDefs/IGESDefs_UnitsData.hxx +++ b/src/IGESDefs/IGESDefs_UnitsData.hxx @@ -64,7 +64,7 @@ public: //! raises exception if UnitNum <= 0 or UnitNum > NbUnits() Standard_EXPORT Handle(TCollection_HAsciiString) UnitValue (const Standard_Integer UnitNum) const; - //! returns the multiplicative scale factor to be apllied to the + //! returns the multiplicative scale factor to be applied to the //! UnitNum'th unit being defined //! raises exception if UnitNum <= 0 or UnitNum > NbUnits() Standard_EXPORT Standard_Real ScaleFactor (const Standard_Integer UnitNum) const; diff --git a/src/IGESGeom/IGESGeom_ToolConicArc.cxx b/src/IGESGeom/IGESGeom_ToolConicArc.cxx index 7947bd8faf..28d6351746 100644 --- a/src/IGESGeom/IGESGeom_ToolConicArc.cxx +++ b/src/IGESGeom/IGESGeom_ToolConicArc.cxx @@ -221,7 +221,7 @@ void IGESGeom_ToolConicArc::OwnCheck(const Handle(IGESGeom_ConicArc)& ent, //Standard_Real x = ent->StartPoint().X(); //Standard_Real y = ent->StartPoint().Y(); //Standard_Real eq = (A*x*x + B*x*y + C*y*y + D*x + E*y + F); - // These messages are transfered in the translation procedure + // These messages are transferred in the translation procedure /* if (eq < -eps || eq > eps) { Sprintf(mess,"Start point does not satisfy conic equation, gap over %f", Interface_MSG::Intervalled(eq)); diff --git a/src/IGESGeom/IGESGeom_ToolPlane.cxx b/src/IGESGeom/IGESGeom_ToolPlane.cxx index 57a91718d2..f67a9bda37 100644 --- a/src/IGESGeom/IGESGeom_ToolPlane.cxx +++ b/src/IGESGeom/IGESGeom_ToolPlane.cxx @@ -240,7 +240,7 @@ void IGESGeom_ToolPlane::OwnCheck(const Handle(IGESGeom_Plane)& ent, Message_Msg Msg137("XSTEP_137"); ach->SendFail(Msg137); } -// These messages are transfered in the translation procedure +// These messages are transferred in the translation procedure // if ( (A*A + B*B + C*C) < eps) // pas nul ! // ach.SendFail("Incorrect Coefficients for the Plane"); if ( !ent->HasBoundingCurve()) return; diff --git a/src/IGESGeom/IGESGeom_ToolTransformationMatrix.cxx b/src/IGESGeom/IGESGeom_ToolTransformationMatrix.cxx index 16d09c5e27..549023ae02 100644 --- a/src/IGESGeom/IGESGeom_ToolTransformationMatrix.cxx +++ b/src/IGESGeom/IGESGeom_ToolTransformationMatrix.cxx @@ -183,7 +183,7 @@ void IGESGeom_ToolTransformationMatrix::OwnCheck Message_Msg Msg71("XSTEP_71"); ach->SendFail(Msg71); } -// Theses messages are transfered in the translation procedure +// Theses messages are transferred in the translation procedure /* if (form > 1) return; // ce qui suit : matrice orthogonale if (form == 0 && ent->Value().IsNegative()) diff --git a/src/IGESSelect/IGESSelect_CounterOfLevelNumber.hxx b/src/IGESSelect/IGESSelect_CounterOfLevelNumber.hxx index bfecd6f752..75aee4f77e 100644 --- a/src/IGESSelect/IGESSelect_CounterOfLevelNumber.hxx +++ b/src/IGESSelect/IGESSelect_CounterOfLevelNumber.hxx @@ -44,7 +44,7 @@ public: //! and are transmitted to SignCounter Standard_EXPORT IGESSelect_CounterOfLevelNumber(const Standard_Boolean withmap = Standard_True, const Standard_Boolean withlist = Standard_False); - //! Resets already memorized informations : also numeric data + //! Resets already memorized information : also numeric data Standard_EXPORT virtual void Clear() Standard_OVERRIDE; //! Adds an entity by considering its lrvrl number(s) diff --git a/src/IGESSelect/IGESSelect_SelectLevelNumber.hxx b/src/IGESSelect/IGESSelect_SelectLevelNumber.hxx index b79801dc55..d87edaf3e3 100644 --- a/src/IGESSelect/IGESSelect_SelectLevelNumber.hxx +++ b/src/IGESSelect/IGESSelect_SelectLevelNumber.hxx @@ -38,7 +38,7 @@ DEFINE_STANDARD_HANDLE(IGESSelect_SelectLevelNumber, IFSelect_SelectExtract) //! //! Level = 0 means entities not attached to any level //! -//! Remark : the class CounterOfLevelNumber gives informations +//! Remark : the class CounterOfLevelNumber gives information //! about present levels in a file. class IGESSelect_SelectLevelNumber : public IFSelect_SelectExtract { diff --git a/src/IGESSelect/IGESSelect_WorkLibrary.cxx b/src/IGESSelect/IGESSelect_WorkLibrary.cxx index 7f7260d67a..a2952aa481 100644 --- a/src/IGESSelect/IGESSelect_WorkLibrary.cxx +++ b/src/IGESSelect/IGESSelect_WorkLibrary.cxx @@ -65,7 +65,7 @@ static Handle(IGESData_FileProtocol) IGESProto; SetDumpLevels (4,6); SetDumpHelp (0,"Only DNum"); SetDumpHelp (1,"DNum, IGES Type & Form"); - SetDumpHelp (2,"Main Directory Informations"); + SetDumpHelp (2,"Main Directory Information"); SetDumpHelp (3,"Complete Directory Part"); SetDumpHelp (4,"Directory + Fields (except list contents)"); SetDumpHelp (5,"Complete (with list contents)"); diff --git a/src/IGESToBRep/IGESToBRep.cxx b/src/IGESToBRep/IGESToBRep.cxx index 41bcff4c2b..423c67ec10 100644 --- a/src/IGESToBRep/IGESToBRep.cxx +++ b/src/IGESToBRep/IGESToBRep.cxx @@ -114,7 +114,7 @@ static Handle(IGESToBRep_AlgoContainer) theContainer; //======================================================================= //function : IsCurveAndSurface -//purpose : Return True if the IgesEntity can be transfered +//purpose : Return True if the IgesEntity can be transferred // by TransferCurveAndSurface //======================================================================= Standard_Boolean IGESToBRep::IsCurveAndSurface(const Handle(IGESData_IGESEntity)& start) @@ -130,7 +130,7 @@ Standard_Boolean IGESToBRep::IsCurveAndSurface(const Handle(IGESData_IGESEntity) //======================================================================= //function : IsBasicCurve -//purpose : Return True if the IgesEntity can be transfered +//purpose : Return True if the IgesEntity can be transferred // by TransferBasicCurve //======================================================================= Standard_Boolean IGESToBRep::IsBasicCurve(const Handle(IGESData_IGESEntity)& start) @@ -149,7 +149,7 @@ Standard_Boolean IGESToBRep::IsBasicCurve(const Handle(IGESData_IGESEntity)& sta //======================================================================= //function : IsBasicSurface -//purpose : Return True if the IgesEntity can be transfered +//purpose : Return True if the IgesEntity can be transferred // by TransferBasicSurface //======================================================================= Standard_Boolean IGESToBRep::IsBasicSurface(const Handle(IGESData_IGESEntity)& start) @@ -171,7 +171,7 @@ Standard_Boolean IGESToBRep::IsBasicSurface(const Handle(IGESData_IGESEntity)& s //======================================================================= //function : IsTopoCurve -//purpose : Return True if the IgesEntity can be transfered +//purpose : Return True if the IgesEntity can be transferred // by TransferTopoCurve //======================================================================= Standard_Boolean IGESToBRep::IsTopoCurve(const Handle(IGESData_IGESEntity)& start) @@ -190,7 +190,7 @@ Standard_Boolean IGESToBRep::IsTopoCurve(const Handle(IGESData_IGESEntity)& star //======================================================================= //function : IsTopoSurface -//purpose : Return True if the IgesEntity can be transfered +//purpose : Return True if the IgesEntity can be transferred // by TransferTopoSurface //======================================================================= Standard_Boolean IGESToBRep::IsTopoSurface(const Handle(IGESData_IGESEntity)& start) @@ -223,7 +223,7 @@ Standard_Boolean IGESToBRep::IsTopoSurface(const Handle(IGESData_IGESEntity)& st //======================================================================= //function : IsBRepEntity -//purpose : Return True if the IgesEntity can be transfered +//purpose : Return True if the IgesEntity can be transferred // by TransferBRepEntity //======================================================================= Standard_Boolean IGESToBRep::IsBRepEntity(const Handle(IGESData_IGESEntity)& start) diff --git a/src/IGESToBRep/IGESToBRep.hxx b/src/IGESToBRep/IGESToBRep.hxx index 4c27108f2e..b96970c24c 100644 --- a/src/IGESToBRep/IGESToBRep.hxx +++ b/src/IGESToBRep/IGESToBRep.hxx @@ -60,37 +60,37 @@ public: //! Returns default AlgoContainer Standard_EXPORT static Handle(IGESToBRep_AlgoContainer) AlgoContainer(); - //! Return True if the IGESEntity can be transfered by + //! Return True if the IGESEntity can be transferred by //! TransferCurveAndSurface. //! ex: All IGESEntity from IGESGeom Standard_EXPORT static Standard_Boolean IsCurveAndSurface (const Handle(IGESData_IGESEntity)& start); - //! Return True if the IGESEntity can be transfered by + //! Return True if the IGESEntity can be transferred by //! TransferBasicCurve. //! ex: CircularArc, ConicArc, Line, CopiousData, //! BSplineCurve, SplineCurve... from IGESGeom : //! 104,110,112,126 Standard_EXPORT static Standard_Boolean IsBasicCurve (const Handle(IGESData_IGESEntity)& start); - //! Return True if the IGESEntity can be transfered by + //! Return True if the IGESEntity can be transferred by //! TransferBasicSurface. //! ex: BSplineSurface, SplineSurface... from IGESGeom : //! 114,128 Standard_EXPORT static Standard_Boolean IsBasicSurface (const Handle(IGESData_IGESEntity)& start); - //! Return True if the IGESEntity can be transfered by + //! Return True if the IGESEntity can be transferred by //! TransferTopoCurve. //! ex: all Curves from IGESGeom : //! all basic curves,102,130,142,144 Standard_EXPORT static Standard_Boolean IsTopoCurve (const Handle(IGESData_IGESEntity)& start); - //! Return True if the IGESEntity can be transfered by + //! Return True if the IGESEntity can be transferred by //! TransferTopoSurface. //! ex: All Surfaces from IGESGeom : //! all basic surfaces,108,118,120,122,141,143 Standard_EXPORT static Standard_Boolean IsTopoSurface (const Handle(IGESData_IGESEntity)& start); - //! Return True if the IGESEntity can be transfered by + //! Return True if the IGESEntity can be transferred by //! TransferBRepEntity. //! ex: VertexList, EdgeList, Loop, Face, Shell, //! Manifold Solid BRep Object from IGESSolid : diff --git a/src/IGESToBRep/IGESToBRep_BasicCurve.cxx b/src/IGESToBRep/IGESToBRep_BasicCurve.cxx index 41a6c70f0e..f3a80ac6f7 100644 --- a/src/IGESToBRep/IGESToBRep_BasicCurve.cxx +++ b/src/IGESToBRep/IGESToBRep_BasicCurve.cxx @@ -225,7 +225,7 @@ Handle(Geom_Curve) IGESToBRep_BasicCurve::TransferBasicCurve (void)anException; } if (res.IsNull()) { - // AddFail(start, "The IGESEntity cannot be transfered."); + // AddFail(start, "The IGESEntity cannot be transferred."); // The more specific function have ever add a fail message for this entity } else diff --git a/src/IGESToBRep/IGESToBRep_BasicSurface.cxx b/src/IGESToBRep/IGESToBRep_BasicSurface.cxx index 8f62cc7a03..070382b621 100644 --- a/src/IGESToBRep/IGESToBRep_BasicSurface.cxx +++ b/src/IGESToBRep/IGESToBRep_BasicSurface.cxx @@ -230,7 +230,7 @@ Handle(Geom_Surface) IGESToBRep_BasicSurface::TransferBasicSurface } if (resurf.IsNull()) { - // AddFail(start,"The IGESEntity cannot be transfered"); + // AddFail(start,"The IGESEntity cannot be transferred"); } else resurf->Scale(gp_Pnt(0,0,0),GetUnitFactor()); diff --git a/src/IGESToBRep/IGESToBRep_TopoSurface.cxx b/src/IGESToBRep/IGESToBRep_TopoSurface.cxx index efe37e6a44..41db4bd86b 100644 --- a/src/IGESToBRep/IGESToBRep_TopoSurface.cxx +++ b/src/IGESToBRep/IGESToBRep_TopoSurface.cxx @@ -440,7 +440,7 @@ TopoDS_Shape IGESToBRep_TopoSurface::TransferRuledSurface //added by rln on 03/12/97 //if shape1 is a wire it means that the curve1 in file was of continuity C0 //in order to get a face instead of shell when to BRepFill shape1 - //should be retransfered with contionuity C0 (to get an edge). Once shape1 + //should be retransferred with contionuity C0 (to get an edge). Once shape1 //has been built with C0, it is useless to require C1 from shape2 because //anyway resulting surface was of continuity C0. Thus shape2 is built with C0 // if (shape1.ShapeType() != TopAbs_EDGE) { @@ -1023,7 +1023,7 @@ TopoDS_Shape IGESToBRep_TopoSurface::TransferOffsetSurface { TopoDS_Iterator dabovil(igesShape); if (dabovil.More()) { - SendWarning(st, "The First Surface only will be transfered."); + SendWarning(st, "The First Surface only will be transferred."); face = TopoDS::Face(dabovil.Value()); break; } diff --git a/src/IntAna2d/IntAna2d_Conic.hxx b/src/IntAna2d/IntAna2d_Conic.hxx index 34b156f628..14a2906985 100644 --- a/src/IntAna2d/IntAna2d_Conic.hxx +++ b/src/IntAna2d/IntAna2d_Conic.hxx @@ -61,7 +61,7 @@ public: Standard_EXPORT void ValAndGrad (const Standard_Real X, const Standard_Real Y, Standard_Real& Val, gp_XY& Grd) const; //! returns the coefficients of the polynomial equation - //! wich defines the conic: + //! which defines the conic: //! A.X**2 + B.Y**2 + 2.C.X*Y + 2.D.X + 2.E.Y + F = 0. Standard_EXPORT void Coefficients (Standard_Real& A, Standard_Real& B, Standard_Real& C, Standard_Real& D, Standard_Real& E, Standard_Real& F) const; diff --git a/src/IntCurve/IntCurve_ProjectOnPConicTool.hxx b/src/IntCurve/IntCurve_ProjectOnPConicTool.hxx index a6c79a70e8..bc326efbb1 100644 --- a/src/IntCurve/IntCurve_ProjectOnPConicTool.hxx +++ b/src/IntCurve/IntCurve_ProjectOnPConicTool.hxx @@ -55,8 +55,8 @@ public: //! the implicit curve. Tol is the tolerance on the distance //! between a point and the parametrised curve. LowParameter //! and HighParameter give the boundaries of the interval in - //! wich the parameter certainly lies. These parameters are - //! given to implement a more efficient algoritm. So, it is + //! which the parameter certainly lies. These parameters are + //! given to implement a more efficient algorithm. So, it is //! not necessary to check that the returned value verifies //! LowParameter <= Value <= HighParameter. Standard_EXPORT static Standard_Real FindParameter (const IntCurve_PConic& C, const gp_Pnt2d& Pnt, const Standard_Real LowParameter, const Standard_Real HighParameter, const Standard_Real Tol); diff --git a/src/IntCurveSurface/IntCurveSurface_TheHCurveTool.hxx b/src/IntCurveSurface/IntCurveSurface_TheHCurveTool.hxx index ed954b5a09..fc3e4db536 100644 --- a/src/IntCurveSurface/IntCurveSurface_TheHCurveTool.hxx +++ b/src/IntCurveSurface/IntCurveSurface_TheHCurveTool.hxx @@ -66,7 +66,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() static void Intervals (const Handle(Adaptor3d_HCurve)& C, TColStd_Array1OfReal& T, const GeomAbs_Shape S); diff --git a/src/IntPatch/IntPatch_HCurve2dTool.hxx b/src/IntPatch/IntPatch_HCurve2dTool.hxx index 7c75083ce2..3df188d10b 100644 --- a/src/IntPatch/IntPatch_HCurve2dTool.hxx +++ b/src/IntPatch/IntPatch_HCurve2dTool.hxx @@ -65,7 +65,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() static void Intervals (const Handle(Adaptor2d_HCurve2d)& C, TColStd_Array1OfReal& T, const GeomAbs_Shape S); diff --git a/src/IntPatch/IntPatch_InterferencePolyhedron.cxx b/src/IntPatch/IntPatch_InterferencePolyhedron.cxx index 7295035d40..9d9509854b 100644 --- a/src/IntPatch/IntPatch_InterferencePolyhedron.cxx +++ b/src/IntPatch/IntPatch_InterferencePolyhedron.cxx @@ -582,7 +582,7 @@ void IntPatch_InterferencePolyhedron::Intersect if (nbpiOT>1) { -// Sort the sections points along the intersection beetween the +// Sort the sections points along the intersection between the // two triangles : gp_XYZ dir=ONor^TNor; diff --git a/src/IntPatch/IntPatch_Point.hxx b/src/IntPatch/IntPatch_Point.hxx index 4267b1d118..a113afd5aa 100644 --- a/src/IntPatch/IntPatch_Point.hxx +++ b/src/IntPatch/IntPatch_Point.hxx @@ -35,8 +35,8 @@ class IntSurf_PntOn2S; //! Definition of an intersection point between two surfaces. -//! Such a point is contains geometrical informations (see -//! the Value method) and logical informations. +//! Such a point is contains geometrical information (see +//! the Value method) and logical information. class IntPatch_Point { public: diff --git a/src/IntPatch/IntPatch_PolyhedronTool.hxx b/src/IntPatch/IntPatch_PolyhedronTool.hxx index afef423ee7..280e4580c2 100644 --- a/src/IntPatch/IntPatch_PolyhedronTool.hxx +++ b/src/IntPatch/IntPatch_PolyhedronTool.hxx @@ -31,7 +31,7 @@ class gp_Pnt; //! Describe the signature of a polyedral surface with -//! only triangular facets and the necessary informations +//! only triangular facets and the necessary information //! to compute the interferences. class IntPatch_PolyhedronTool { diff --git a/src/IntPatch/IntPatch_WLineTool.cxx b/src/IntPatch/IntPatch_WLineTool.cxx index d0730fbd53..ed9c8549c2 100644 --- a/src/IntPatch/IntPatch_WLineTool.cxx +++ b/src/IntPatch/IntPatch_WLineTool.cxx @@ -406,7 +406,7 @@ static Handle(IntPatch_WLine) NCollection_Array1 aNewPointsHash(1, theWLine->NbPnts()); FillPointsHash(theWLine, aNewPointsHash); - // Inital computations. + // Initial computations. Standard_Real UonS1[3], VonS1[3], UonS2[3], VonS2[3]; theWLine->Point(1).ParametersOnS1(UonS1[0], VonS1[0]); theWLine->Point(2).ParametersOnS1(UonS1[1], VonS1[1]); diff --git a/src/IntSurf/IntSurf_PntOn2S.hxx b/src/IntSurf/IntSurf_PntOn2S.hxx index 773bd9d544..6239fe454a 100644 --- a/src/IntSurf/IntSurf_PntOn2S.hxx +++ b/src/IntSurf/IntSurf_PntOn2S.hxx @@ -28,7 +28,7 @@ class gp_Pnt; class gp_Pnt2d; -//! This class defines the geometric informations +//! This class defines the geometric information //! for an intersection point between 2 surfaces : //! The coordinates ( Pnt from gp ), and two //! parametric coordinates. diff --git a/src/IntTools/IntTools_CArray1OfInteger.hxx b/src/IntTools/IntTools_CArray1OfInteger.hxx index 8a79682ddd..24b23938ff 100644 --- a/src/IntTools/IntTools_CArray1OfInteger.hxx +++ b/src/IntTools/IntTools_CArray1OfInteger.hxx @@ -50,7 +50,7 @@ public: //! CArray1OfItem anSharedArray1(aArray1.ChangeValue(0),aArray1.Length()); //! //! Warning: - //! The validity of length are under the responsability + //! The validity of length are under the responsibility //! of the user. //! The sahred array must have a valid address during the life of //! the Array1. diff --git a/src/IntTools/IntTools_CArray1OfReal.hxx b/src/IntTools/IntTools_CArray1OfReal.hxx index 5c386f1b06..9c6f7edfa2 100644 --- a/src/IntTools/IntTools_CArray1OfReal.hxx +++ b/src/IntTools/IntTools_CArray1OfReal.hxx @@ -51,7 +51,7 @@ public: //! CArray1OfItem anSharedArray1(aArray1.ChangeValue(0),aArray1.Length()); //! //! Warning: - //! The validity of length are under the responsability + //! The validity of length are under the responsibility //! of the user. //! The sahred array must have a valid address during the life of //! the Array1. diff --git a/src/Interface/Interface_Check.hxx b/src/Interface/Interface_Check.hxx index 6bfc927e7f..e5f5d21d50 100644 --- a/src/Interface/Interface_Check.hxx +++ b/src/Interface/Interface_Check.hxx @@ -177,7 +177,7 @@ public: //! Returns the entity on which the Check has been defined Standard_EXPORT const Handle(Standard_Transient)& Entity() const; - //! Clears a check, in order to receive informations from transfer + //! Clears a check, in order to receive information from transfer //! (Messages and Entity) Standard_EXPORT void Clear(); diff --git a/src/Interface/Interface_CheckIterator.hxx b/src/Interface/Interface_CheckIterator.hxx index 35b1cc1b0f..021aa25370 100644 --- a/src/Interface/Interface_CheckIterator.hxx +++ b/src/Interface/Interface_CheckIterator.hxx @@ -164,7 +164,7 @@ public: Standard_EXPORT void Next() const; //! Returns Check currently Iterated - //! It brings all other informations (status, messages, ...) + //! It brings all other information (status, messages, ...) //! The Number of the Entity in the Model is given by Number below Standard_EXPORT const Handle(Interface_Check)& Value() const; diff --git a/src/Interface/Interface_CheckTool.hxx b/src/Interface/Interface_CheckTool.hxx index f4ac23bedc..61b6dedcc8 100644 --- a/src/Interface/Interface_CheckTool.hxx +++ b/src/Interface/Interface_CheckTool.hxx @@ -87,7 +87,7 @@ public: //! unless the argument is given True Standard_EXPORT void CheckSuccess (const Standard_Boolean reset = Standard_False); - //! Returns list of all "remarkable" informations, which include : + //! Returns list of all "remarkable" information, which include : //! - GlobalCheck, if not empty //! - Error Checks, for all Errors (Verify + Analyse) //! - also Corrected Entities diff --git a/src/Interface/Interface_FileParameter.hxx b/src/Interface/Interface_FileParameter.hxx index 8caa157853..b3b3b10eae 100644 --- a/src/Interface/Interface_FileParameter.hxx +++ b/src/Interface/Interface_FileParameter.hxx @@ -28,7 +28,7 @@ class TCollection_AsciiString; -//! Auxiliary class to store a litteral parameter in a file +//! Auxiliary class to store a literal parameter in a file //! intermediate directory or in an UndefinedContent : a reference //! type Parameter detains an Integer which is used to address a //! record in the directory. diff --git a/src/Interface/Interface_InterfaceModel.hxx b/src/Interface/Interface_InterfaceModel.hxx index 9d6be70897..5dc28b66d5 100644 --- a/src/Interface/Interface_InterfaceModel.hxx +++ b/src/Interface/Interface_InterfaceModel.hxx @@ -114,7 +114,7 @@ public: //! addition to the standard Memory Manager; can be redefined Standard_EXPORT virtual void ClearEntities(); - //! Erases informations about labels, if any : specific to each + //! Erases information about labels, if any : specific to each //! norm Standard_EXPORT virtual void ClearLabels() = 0; @@ -315,7 +315,7 @@ public: Standard_EXPORT Interface_EntityIterator Entities() const; //! Returns the list of all ReportEntities, i.e. data about - //! Entities read with Error or Warning informations + //! Entities read with Error or Warning information //! (each item has to be casted to Report Entity then it can be //! queried for Concerned Entity, Content, Check ...) //! By default, returns the main reports, is is True it diff --git a/src/Interface/Interface_Protocol.hxx b/src/Interface/Interface_Protocol.hxx index e54604f008..6e7d0d9612 100644 --- a/src/Interface/Interface_Protocol.hxx +++ b/src/Interface/Interface_Protocol.hxx @@ -95,7 +95,7 @@ public: //! //! Very specific of each norm, i.e. of each protocol : the //! uppest level Protocol assumes it, it can call GlobalCheck of - //! its ressources only if it is necessary + //! its resources only if it is necessary //! //! Default does nothing, can be redefined Standard_EXPORT virtual Standard_Boolean GlobalCheck (const Interface_Graph& G, Handle(Interface_Check)& ach) const; diff --git a/src/Interface/Interface_STAT.hxx b/src/Interface/Interface_STAT.hxx index 5d24f92670..d040af91e8 100644 --- a/src/Interface/Interface_STAT.hxx +++ b/src/Interface/Interface_STAT.hxx @@ -37,7 +37,7 @@ class TCollection_HAsciiString; //! its progression. This produces a state of advancement of the //! process. This state can then be queried asynchronously : //! typically it is summarised as a percentage. There are also -//! an identification of the current state, and informations on +//! an identification of the current state, and information on //! processed volume. //! //! A STAT form can be described once for all (as static). diff --git a/src/Interface/Interface_ShareFlags.hxx b/src/Interface/Interface_ShareFlags.hxx index 0ba4e78f20..e7993be3b5 100644 --- a/src/Interface/Interface_ShareFlags.hxx +++ b/src/Interface/Interface_ShareFlags.hxx @@ -60,7 +60,7 @@ public: //! Same as above, but works with the GTool of the Model Standard_EXPORT Interface_ShareFlags(const Handle(Interface_InterfaceModel)& amodel); - //! Creates a ShareFlags by querying informations from a Graph + //! Creates a ShareFlags by querying information from a Graph //! (remark that Graph also has a method IsShared) Standard_EXPORT Interface_ShareFlags(const Interface_Graph& agraph); diff --git a/src/Interface/Interface_Static.hxx b/src/Interface/Interface_Static.hxx index f30e4f39a1..b7e307ecd0 100644 --- a/src/Interface/Interface_Static.hxx +++ b/src/Interface/Interface_Static.hxx @@ -69,7 +69,7 @@ public: //! Creates and records a Static, with a family and a name - //! family can report to a name of ressource or to a system or + //! family can report to a name of resource or to a system or //! internal definition. The name must be unique. //! //! type gives the type of the parameter, default is free text diff --git a/src/Interface/Interface_UndefinedContent.hxx b/src/Interface/Interface_UndefinedContent.hxx index ae7ff776ff..d2f69418da 100644 --- a/src/Interface/Interface_UndefinedContent.hxx +++ b/src/Interface/Interface_UndefinedContent.hxx @@ -93,7 +93,7 @@ public: //! Returns Entity corresponding to a Param, given its rank Standard_EXPORT Handle(Standard_Transient) ParamEntity (const Standard_Integer num) const; - //! Returns litteral value of a Parameter, given its rank + //! Returns literal value of a Parameter, given its rank Standard_EXPORT Handle(TCollection_HAsciiString) ParamValue (const Standard_Integer num) const; //! Manages reservation for parameters (internal use) diff --git a/src/Intf/Intf_InterferencePolygon2d.cxx b/src/Intf/Intf_InterferencePolygon2d.cxx index d2e56411b8..e553c45eae 100644 --- a/src/Intf/Intf_InterferencePolygon2d.cxx +++ b/src/Intf/Intf_InterferencePolygon2d.cxx @@ -49,7 +49,7 @@ Intf_InterferencePolygon2d::Intf_InterferencePolygon2d() //======================================================================= //function : Intf_InterferencePolygon2d -//purpose : Constructor of the interference beetween two Polygon. +//purpose : Constructor of the interference between two Polygon. //======================================================================= Intf_InterferencePolygon2d::Intf_InterferencePolygon2d diff --git a/src/Intf/Intf_InterferencePolygonPolyhedron.gxx b/src/Intf/Intf_InterferencePolygonPolyhedron.gxx index 37507c3ac7..1e909d6989 100644 --- a/src/Intf/Intf_InterferencePolygonPolyhedron.gxx +++ b/src/Intf/Intf_InterferencePolygonPolyhedron.gxx @@ -64,7 +64,7 @@ Intf_InterferencePolygonPolyhedron::Intf_InterferencePolygonPolyhedron() //======================================================================= //function : Intf_InterferencePolygonPolyhedron -//purpose : Construct and compute an interference beetween a Polygon3d +//purpose : Construct and compute an interference between a Polygon3d // and a Polyhedron. //======================================================================= @@ -104,7 +104,7 @@ Intf_InterferencePolygonPolyhedron::Intf_InterferencePolygonPolyhedron //======================================================================= //function : Intf_InterferencePolygonPolyhedron -//purpose : Construct and compute an interference beetween a Straight +//purpose : Construct and compute an interference between a Straight // Line and a Polyhedron. //======================================================================= @@ -145,7 +145,7 @@ Intf_InterferencePolygonPolyhedron::Intf_InterferencePolygonPolyhedron //======================================================================= //function : Intf_InterferencePolygonPolyhedron -//purpose : Construct and compute an interference beetween the Straights +//purpose : Construct and compute an interference between the Straights // Lines in and the Polyhedron . //======================================================================= @@ -250,7 +250,7 @@ void Intf_InterferencePolygonPolyhedron::Perform //======================================================================= //function : Perform -//purpose : Compute an interference beetween the Straights +//purpose : Compute an interference between the Straights // Lines in and the Polyhedron . //======================================================================= @@ -292,7 +292,7 @@ void Intf_InterferencePolygonPolyhedron::Perform //======================================================================= //function : Interference -//purpose : Compare the boundings beetween the segment of +//purpose : Compare the boundings between the segment of // and the facets of . //======================================================================= @@ -376,7 +376,7 @@ void Intf_InterferencePolygonPolyhedron::Interference //======================================================================= //function : Intf_InterferencePolygonPolyhedron -//purpose : Construct and compute an interference beetween a Straight +//purpose : Construct and compute an interference between a Straight // Line and a Polyhedron. //======================================================================= @@ -413,7 +413,7 @@ Intf_InterferencePolygonPolyhedron::Intf_InterferencePolygonPolyhedron //======================================================================= //function : Intf_InterferencePolygonPolyhedron -//purpose : Construct and compute an interference beetween the Straights +//purpose : Construct and compute an interference between the Straights // Lines in and the Polyhedron . //======================================================================= @@ -511,7 +511,7 @@ void Intf_InterferencePolygonPolyhedron::Perform //======================================================================= //function : Perform -//purpose : Compute an interference beetween the Straights +//purpose : Compute an interference between the Straights // Lines in and the Polyhedron . //======================================================================= @@ -551,7 +551,7 @@ void Intf_InterferencePolygonPolyhedron::Perform //======================================================================= //function : Interference -//purpose : Compare the boundings beetween the segment of +//purpose : Compare the boundings between the segment of // and the facets of . //======================================================================= @@ -642,7 +642,7 @@ void Intf_InterferencePolygonPolyhedron::Interference //======================================================================= //function : Intersect -//purpose : Compute the intersection beetween the segment or the line +//purpose : Compute the intersection between the segment or the line // and the triangle . //======================================================================= #if 0 diff --git a/src/Intf/Intf_SectionPoint.hxx b/src/Intf/Intf_SectionPoint.hxx index 00f3c26d47..6e5257e41a 100644 --- a/src/Intf/Intf_SectionPoint.hxx +++ b/src/Intf/Intf_SectionPoint.hxx @@ -75,7 +75,7 @@ public: Standard_EXPORT Standard_Real Incidence() const; //! Returns True if the two SectionPoint have the same logical - //! informations. + //! information. Standard_Boolean IsEqual (const Intf_SectionPoint& Other) const; Standard_Boolean operator== (const Intf_SectionPoint& Other) const { diff --git a/src/Intf/Intf_TangentZone.hxx b/src/Intf/Intf_TangentZone.hxx index d00819421c..204aaa118d 100644 --- a/src/Intf/Intf_TangentZone.hxx +++ b/src/Intf/Intf_TangentZone.hxx @@ -63,11 +63,11 @@ Standard_Boolean operator == (const Intf_TangentZone& Other) const //! argument of the Interference. (Usable only for polygon) void ParamOnSecond (Standard_Real& paraMin, Standard_Real& paraMax) const; - //! Gives information about the first argument of the + //! Gives information about the first argument of the //! Interference. (Usable only for polygon) Standard_EXPORT void InfoFirst (Standard_Integer& segMin, Standard_Real& paraMin, Standard_Integer& segMax, Standard_Real& paraMax) const; - //! Gives informations about the second argument of the + //! Gives information about the second argument of the //! Interference. (Usable only for polygon) Standard_EXPORT void InfoSecond (Standard_Integer& segMin, Standard_Real& paraMin, Standard_Integer& segMax, Standard_Real& paraMax) const; diff --git a/src/gce/gce_MakeHypr2d.hxx b/src/gce/gce_MakeHypr2d.hxx index d476c48e34..f63f715286 100644 --- a/src/gce/gce_MakeHypr2d.hxx +++ b/src/gce/gce_MakeHypr2d.hxx @@ -55,7 +55,7 @@ class gp_Hypr2d; //! An axis placement (one axis) is associated with the hyperbola. //! This axis is the "XAxis" or major axis of the hyperbola. It is //! the symmetry axis of the main branch of hyperbola. -//! The "YAxis" is normal to this axis and pass throught its location +//! The "YAxis" is normal to this axis and pass through its location //! point. It is the minor axis. //! //! The major radius is the distance between the Location point