From 245febe036df6f77f023b95620eb949df75b92cd Mon Sep 17 00:00:00 2001 From: luzpaz Date: Fri, 26 Jul 2024 03:51:12 -0400 Subject: [PATCH] 0033778: Documentation - Fix various typos found in codebase --- src/AIS/AIS.hxx | 2 +- src/AIS/AIS_ExclusionFilter.hxx | 2 +- src/AIS/AIS_RubberBand.hxx | 2 +- src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx | 4 +- src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx | 4 +- src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx | 16 +++--- src/AdvApp2Var/AdvApp2Var_MathBase.cxx | 50 +++++++++---------- src/AdvApp2Var/AdvApp2Var_SysBase.cxx | 4 +- src/AdvApprox/AdvApprox_SimpleApprox.hxx | 2 +- src/BOPAlgo/BOPAlgo_Builder_2.cxx | 2 +- src/BOPTools/BOPTools_AlgoTools.cxx | 2 +- src/BOPTools/BOPTools_AlgoTools.hxx | 12 ++--- .../BRepExtrema_ProximityDistTool.cxx | 2 +- .../BRepExtrema_ProximityDistTool.hxx | 4 +- .../BRepExtrema_ProximityValueTool.cxx | 6 +-- .../BRepExtrema_ProximityValueTool.hxx | 2 +- .../BRepExtrema_ShapeProximity.hxx | 2 +- src/BRepTools/BRepTools_ReShape.cxx | 8 +-- src/BRepTools/BRepTools_ShapeSet.hxx | 2 +- src/BSplSLib/BSplSLib_Cache.hxx | 2 +- src/BndLib/BndLib_AddSurface.cxx | 2 +- src/CPnts/CPnts_AbscissaPoint.cxx | 2 +- src/ChFi3d/ChFi3d_FilBuilder_C3.cxx | 4 +- src/Convert/Convert_CompPolynomialToPoles.hxx | 4 +- src/GProp/GProp_PrincipalProps.hxx | 4 +- src/GProp/GProp_ValueType.hxx | 2 +- src/GeometryTest/GeometryTest.hxx | 2 +- src/Hermit/Hermit.cxx | 4 +- src/IGESGeom/IGESGeom.hxx | 2 +- src/IGESGeom/IGESGeom_Line.hxx | 2 +- src/IntAna/IntAna_Curve.hxx | 2 +- src/IntSurf/IntSurf_InteriorPointTool.hxx | 4 +- src/IntTools/IntTools_Context.cxx | 2 +- .../NCollection_BasePointerVector.hxx | 2 +- .../NCollection_WinHeapAllocator.hxx | 4 +- src/OpenGlTest/OpenGlTest.hxx | 2 +- src/Poly/Poly_CoherentTriangulation.hxx | 2 +- src/Quantity/Quantity_ColorRGBA.cxx | 2 +- .../ShapeAnalysis_CanonicalRecognition.cxx | 4 +- .../ShapeAnalysis_CanonicalRecognition.hxx | 2 +- .../ShapeAnalysis_FreeBounds.hxx | 4 +- src/ShapeFix/ShapeFix_Shell.cxx | 6 +-- src/ShapeFix/ShapeFix_SplitTool.cxx | 2 +- src/ShapeFix/ShapeFix_WireSegment.hxx | 4 +- ...P242_ItemIdentifiedRepresentationUsage.hxx | 2 +- src/StepFile/StepFile_ReadData.hxx | 2 +- src/StepFile/lex.step.cxx | 2 +- src/StepFile/step.lex | 2 +- src/TopLoc/TopLoc_SListOfItemLocation.hxx | 2 +- .../TopOpeBRepBuild_Builder.cxx | 2 +- .../TopOpeBRepBuild_Builder1.cxx | 6 +-- .../TopOpeBRepBuild_Builder1_1.cxx | 2 +- src/TopOpeBRepBuild/TopOpeBRepBuild_KPart.cxx | 4 +- .../TopOpeBRepBuild_makefaces.cxx | 2 +- .../TopOpeBRepDS_Edge3dInterferenceTool.cxx | 4 +- .../TopOpeBRepDS_ShapeShapeInterference.hxx | 2 +- src/VrmlData/VrmlData_Box.hxx | 4 +- src/VrmlData/VrmlData_Geometry.cxx | 2 +- src/VrmlData/VrmlData_Scene.cxx | 2 +- src/VrmlData/VrmlData_Scene.hxx | 4 +- src/VrmlData/VrmlData_Sphere.hxx | 2 +- src/XSControl/XSControl_Controller.hxx | 2 +- 62 files changed, 124 insertions(+), 124 deletions(-) diff --git a/src/AIS/AIS.hxx b/src/AIS/AIS.hxx index 1716313618..c22315487c 100644 --- a/src/AIS/AIS.hxx +++ b/src/AIS/AIS.hxx @@ -36,7 +36,7 @@ //! The Datum groups together the construction elements such as lines, circles, points, trihedra, plane trihedra, planes and axes. //! The Relation is made up of constraints on one or more interactive shapes and the corresponding reference geometry. //! For example, you might want to constrain two edges in a parallel relation. -//! This contraint is considered as an object in its own right, and is shown as a sensitive primitive. +//! This constraint is considered as an object in its own right, and is shown as a sensitive primitive. //! This takes the graphic form of a perpendicular arrow marked with the || symbol and lying between the two edges. //! The Object type includes topological shapes, and connections between shapes. //! None, in order not to eliminate the object, tells the application to look further until it finds an object definition in its generation which is accepted. diff --git a/src/AIS/AIS_ExclusionFilter.hxx b/src/AIS/AIS_ExclusionFilter.hxx index f182d43585..201741ffb9 100644 --- a/src/AIS/AIS_ExclusionFilter.hxx +++ b/src/AIS/AIS_ExclusionFilter.hxx @@ -42,7 +42,7 @@ DEFINE_STANDARD_HANDLE(AIS_ExclusionFilter, SelectMgr_Filter) //! except those of the types and signatures stored //! in the filter framework //! - Exclusion flag off -//! - the funciton IsOk answers true for all objects +//! - the function IsOk answers true for all objects //! which have the same type and signature as the stored ones. class AIS_ExclusionFilter : public SelectMgr_Filter { diff --git a/src/AIS/AIS_RubberBand.hxx b/src/AIS/AIS_RubberBand.hxx index a7a55dbda7..ae524450a0 100644 --- a/src/AIS/AIS_RubberBand.hxx +++ b/src/AIS/AIS_RubberBand.hxx @@ -40,7 +40,7 @@ public: //! @warning It binds this object with Graphic3d_ZLayerId_TopOSD layer. Standard_EXPORT AIS_RubberBand(); - //! Consructs the rubber band with empty filling and defined line style. + //! Constructs the rubber band with empty filling and defined line style. //! @param theLineColor [in] color of rubber band lines //! @param theType [in] type of rubber band lines //! @param theLineWidth [in] width of rubber band line. By default it is 1. diff --git a/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx b/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx index f07a63a035..104b6548d0 100644 --- a/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx +++ b/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx @@ -363,7 +363,7 @@ void AdvApp2Var_ApproxAFunc2Var::ComputePatches(const AdvApprox_Cutting& UChoice throw Standard_ConstructionError("AdvApp2Var_ApproxAFunc2Var : Surface Discretisation Error"); } -// calculate the number and the type of autorized cuts +// calculate the number and the type of authorized cuts // depending on the max number of squares and the validity of next cuts. NbU = myResult.NbPatchInU(); NbV = myResult.NbPatchInV(); @@ -457,7 +457,7 @@ void AdvApp2Var_ApproxAFunc2Var::ComputePatches(const AdvApprox_Cutting& UChoice throw Standard_ConstructionError("AdvApp2Var_ApproxAFunc2Var : Surface Discretisation Error"); } -// calculate the number and type of autorized cuts +// calculate the number and type of authorized cuts // depending on the max number of squares and the validity of next cuts NbU = myResult.NbPatchInU(); NbV = myResult.NbPatchInV(); diff --git a/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx b/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx index 73e72e7da5..475f6c9c0c 100644 --- a/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx +++ b/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx @@ -42,13 +42,13 @@ class Geom_BSplineSurface; //! OneDTol, TwoDTol, ThreeDTol: The tolerance of approximation in each //! subspaces //! OneDTolFr, TwoDTolFr, ThreeDTolFr: The tolerance of approximation on -//! the boundarys in each subspaces +//! the boundaries in each subspaces //! [FirstInU, LastInU]: The Bounds in U of the Approximation //! [FirstInV, LastInV]: The Bounds in V of the Approximation //! FavorIso : Give preference to extract u-iso or v-iso on F(U,V) //! This can be useful to optimize the method //! ContInU, ContInV : Continuity waiting in u and v -//! PrecisCode : Precision on approximation's error mesurement +//! PrecisCode : Precision on approximation's error measurement //! 1 : Fast computation and average precision //! 2 : Average computation and good precision //! 3 : Slow computation and very good precision diff --git a/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx b/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx index 648f5300b4..626d52a531 100644 --- a/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx +++ b/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx @@ -337,7 +337,7 @@ int mma1cdi_(integer *ndimen, /* HERMIT: Table of coeff. 2*(IORDRE+1) Hermite polynoms */ /* of degree 2*IORDRE+1. */ /* IERCOD: Error code, */ -/* = 0, Everythig is OK */ +/* = 0, Everything is OK */ /* = 1, The value of IORDRE is out of (0,2) */ /* COMMON USED : */ /* ---------------- */ @@ -989,8 +989,8 @@ int mma1fer_(integer *,//ndimen, /* IORDRE: Order of constraint at the extremities of the border */ /* -1 = no constraints, */ /* 0 = constraints of passage to limits (i.e. C0), */ -/* 1 = C0 + constraintes of 1st derivatives (i.e. C1), */ -/* 2 = C1 + constraintes of 2nd derivatives (i.e. C2). */ +/* 1 = C0 + constraints of 1st derivatives (i.e. C1), */ +/* 2 = C1 + constraints of 2nd derivatives (i.e. C2). */ /* NDGJAC: Degree of development in series to use for the calculation */ /* in the base of Jacobi. */ /* CRVJAC: Table of coeff. of the curve of approximation in the */ @@ -1131,7 +1131,7 @@ int mma1fer_(integer *,//ndimen, /* ------------------------------ The end ------------------------------- */ -/* --> The order of constraints is not within autorized values. */ +/* --> The order of constraints is not within authorized values. */ L9100: *iercod = 1; goto L9999; @@ -3520,7 +3520,7 @@ int AdvApp2Var_ApproxF2var::mma2cdi_( integer *ndimen, goto L9100; } -/* ---- Subract discretizations of polynoms of constraints +/* ---- Subtract discretizations of polynoms of constraints ---- */ mma2cd3_(ndimen, nbpntu, &urootl[1], nbpntv, iordru, &sotbu1[1], @@ -4919,7 +4919,7 @@ int mma2cfv_(integer *ndvjac, /* MAXDGU: Degree maximum by U of coeff. to calculate. */ /* NBPNTV: Degree of the Legendre polynom on the roots which of */ /* the coefficients of integration by V are calculated */ -/* by Gauss method. It is reqired that NBPNTV = 30, 40, 50 or 61 and NDVJAC < NBPNTV. */ +/* by Gauss method. It is required that NBPNTV = 30, 40, 50 or 61 and NDVJAC < NBPNTV. */ /* GSSVTB: Table of coefficients of integration by Gauss method */ /* by V for NDVJAC fixed: j varies from 0 to NBPNTV/2. */ /* CHPAIR: Table of terms connected to degrees from MINDGU to MAXDGU by U to */ @@ -7511,7 +7511,7 @@ int mmmapcoe_(integer *ndim, /* FUNCTION : */ /* ---------- */ -/* Calculate the coefficients of polinomial approximation curve */ +/* Calculate the coefficients of polynomial approximation curve */ /* of degree NDGJAC by the method of smallest squares starting from */ /* the discretization of function on the roots of Legendre polynom */ /* of degree NBPNTS. */ @@ -8102,7 +8102,7 @@ int mmjacpt_(const integer *ndimen, /* OUTPUT ARGUMENTS : */ /* ------------------- */ -/* PTCAUX : Auxilliary space. */ +/* PTCAUX : Auxiliary space. */ /* PTCCAN : The square in the canonic base (-1,1) */ /* COMMONS USED : */ diff --git a/src/AdvApp2Var/AdvApp2Var_MathBase.cxx b/src/AdvApp2Var/AdvApp2Var_MathBase.cxx index 4383b6c685..819a78cdb0 100644 --- a/src/AdvApp2Var/AdvApp2Var_MathBase.cxx +++ b/src/AdvApp2Var/AdvApp2Var_MathBase.cxx @@ -1229,7 +1229,7 @@ int AdvApp2Var_MathBase::mmaperx_(integer *ncofmx, /* ERRMAX : Precision of the approximation. */ /* IERCOD = 0, OK */ /* = 1, order of constraints (IORDRE) is not within the */ -/* autorized values. */ +/* authorized values. */ /* COMMONS USED : */ /* ---------------- */ @@ -2281,7 +2281,7 @@ int AdvApp2Var_MathBase::mmcglc1_(integer *ndimax, /* length calculation. */ /* TFINAL : Upper limit of the interval of integration for */ /* length calculation. */ -/* EPSILN : REQIRED precision for length calculation. */ +/* EPSILN : REQUIRED precision for length calculation. */ /* OUTPUT ARGUMENTS : */ /* ------------------- */ @@ -2677,14 +2677,14 @@ int AdvApp2Var_MathBase::mmcvctx_(integer *ndimen, /* 2 --> cas (0)+ (1) + " " 2nd derivatives. */ /* etc... */ /* CTRTES : Table of constraints. */ -/* CTRTES(*,1,*) = contraints at -1. */ -/* CTRTES(*,2,*) = contraints at 1. */ +/* CTRTES(*,1,*) = constraints at -1. */ +/* CTRTES(*,2,*) = constraints at 1. */ /* OUTPUT ARGUMENTS : */ /* ------------------- */ /* CRVRES : Resulting curve defined on (-1,1). */ -/* TABAUX : Auxilliary matrix. */ -/* XMATRI : Auxilliary matrix. */ +/* TABAUX : Auxiliary matrix. */ +/* XMATRI : Auxiliary matrix. */ /* COMMONS UTILISES : */ /* ---------------- */ @@ -3560,7 +3560,7 @@ int AdvApp2Var_MathBase::mmdrvck_(integer *ncoeff, */ -/* Factorials (1 to 21) caculated on VAX in R*16 */ +/* Factorials (1 to 21) calculated on VAX in R*16 */ /* ********************************************************************** @@ -3845,7 +3845,7 @@ int mmexthi_(integer *ndegre, /* within the interval [0,1]. They are ranked for the degrees increasing from */ /* 2 to 61. */ /* HILTAB : Table of Legendre interpolators concerning ROOTAB. */ -/* The adressing is the same. */ +/* The addressing is the same. */ /* HI0TAB : Table of Legendre interpolators for root x=0 */ /* of polynoms of UNEVEN degree. */ /* RTLTB0 : Table of Li(uk) where uk are the roots of */ @@ -3990,7 +3990,7 @@ int mmextrl_(integer *ndegre, /* within the interval [0,1]. They are ranked for the degrees increasing from */ /* 2 to 61. */ /* HILTAB : Table of Legendre interpolators concerning ROOTAB. */ -/* The adressing is the same. */ +/* The addressing is the same. */ /* HI0TAB : Table of Legendre interpolators for root x=0 */ /* of polynoms of UNEVEN degree. */ /* RTLTB0 : Table of Li(uk) where uk are the roots of */ @@ -4610,7 +4610,7 @@ int AdvApp2Var_MathBase::mmfmcb5_(integer *isenmsc, /* FUNCTION : */ /* ---------- */ -/* Reformating (and eventual compression/decompression) of curve */ +/* Reformatting (and eventual compression/decompression) of curve */ /* (ndim,.) by (.,ndim) and vice versa. */ /* KEYWORDS : */ @@ -6260,7 +6260,7 @@ L9999: /* OUTPUT ARGUMENTS : */ /* ------------------- */ -/* POLAUX : Auxilliary space. */ +/* POLAUX : Auxiliary space. */ /* CRVCAN : The curve in the canonic base [-1,1] */ /* COMMONS USED : */ @@ -6297,7 +6297,7 @@ L9999: i__1 = *ndim; for (nd = 1; nd <= i__1; ++nd) { -/* Loading of the auxilliary table. */ +/* Loading of the auxiliary table. */ ii = 0; i__2 = ndeg / 2; for (i__ = 0; i__ <= i__2; ++i__) { @@ -6377,7 +6377,7 @@ int mmloncv_(integer *ndimax, /* -------------------- */ /* NDIMAX : Max number of lines of tables (max number of polynoms). */ -/* NDIMEN : Dimension of the polynom (Nomber of polynoms). */ +/* NDIMEN : Dimension of the polynom (Number of polynoms). */ /* NCOEFF : Number of coefficients of the polynom (no limitation) */ /* This is degree + 1 */ /* COURBE : Coefficients of the polynom ordered by increasing power */ @@ -6606,7 +6606,7 @@ L9900: /* FUNCTION : */ /* ---------- */ /* Position on the polynoms of base hermit-Jacobi */ -/* and their succesive derivatives */ +/* and their successive derivatives */ /* KEYWORDS : */ /* ----------- */ @@ -7160,7 +7160,7 @@ int mmpojac_(doublereal *tparam, */ -/* static varaibles */ +/* static variables */ @@ -7519,12 +7519,12 @@ L9999: /* INPUT ARGUMENTS : */ /* -------------------- */ -/* HDIMEN: NOMBER OF LINE (OR COLUMN) OF THE HESSIAN MATRIX */ -/* GDIMEN: NOMBER OF LINE OF THE MATRIX OF CONSTRAINTS */ -/* HNSTOC: NOMBErS OF TERMS IN THE PROFILE OF HESSIAN MATRIX +/* HDIMEN: NUMBER OF LINE (OR COLUMN) OF THE HESSIAN MATRIX */ +/* GDIMEN: NUMBER OF LINE OF THE MATRIX OF CONSTRAINTS */ +/* HNSTOC: NUMBERS OF TERMS IN THE PROFILE OF HESSIAN MATRIX */ -/* GNSTOC: NOMBERS OF TERMS IN THE PROFILE OF THE MATRIX OF CONSTRAINTS */ -/* MNSTOC: NOMBERS OF TERMS IN THE PROFILE OF THE MATRIX M= G H t(G) */ +/* GNSTOC: NUMBERS OF TERMS IN THE PROFILE OF THE MATRIX OF CONSTRAINTS */ +/* MNSTOC: NUMBERS OF TERMS IN THE PROFILE OF THE MATRIX M= G H t(G) */ /* where H IS THE HESSIAN MATRIX AND G IS THE MATRIX OF CONSTRAINTS */ /* MATSYH: TRIANGULAR INFERIOR PART OF THE HESSIAN MATRIX */ /* IN FORM OF PROFILE */ @@ -7896,7 +7896,7 @@ int mmrslss_(integer *,//mxcoef, /* ----------------------------------- */ /* T */ /* SS is the decomposition of choleski of a symmetric matrix */ -/* defined postive, that can result from routine MMCHOLE. */ +/* defined positive, that can result from routine MMCHOLE. */ /* For a full matrix it is possible to use MRSLMSC */ @@ -8409,7 +8409,7 @@ L9999: /* > */ /* ********************************************************************** */ -/* Nome of the routine */ +/* Name of the routine */ /* Common MLGDRTL: */ @@ -8675,7 +8675,7 @@ int mmtmave_(integer *nligne, /* INPUT ARGUMENTS : */ /* -------------------- */ /* NLIGNE : NUMBER OF LINE OF THE MATRIX */ -/* NCOLON : NOMBER OF COLUMN OF THE MATRIX */ +/* NCOLON : NUMBER OF COLUMN OF THE MATRIX */ /* GPOSIT: TABLE OF POSITIONING OF TERMS OF STORAGE */ /* GPOSIT(1,I) CONTAINS THE NUMBER of TERMS-1 ON LINE */ /* I IN THE PROFILE OF THE MATRIX */ @@ -11193,7 +11193,7 @@ L9900: /* FUNCTION : */ /* ---------- */ -/* SERVES to calculate the euclidian norm of a vector : */ +/* SERVES to calculate the euclidean norm of a vector : */ /* ____________________________ */ /* Z = V V(1)**2 + V(2)**2 + ... */ @@ -11208,7 +11208,7 @@ L9900: /* OUTPUT ARGUMENTS : */ /* ------------------- */ -/* MZSNORM : Value of the euclidian norm of vector VECTEU */ +/* MZSNORM : Value of the euclidean norm of vector VECTEU */ /* COMMONS USED : */ /* ---------------- */ diff --git a/src/AdvApp2Var/AdvApp2Var_SysBase.cxx b/src/AdvApp2Var/AdvApp2Var_SysBase.cxx index 503b2f10ee..e51d3142cb 100644 --- a/src/AdvApp2Var/AdvApp2Var_SysBase.cxx +++ b/src/AdvApp2Var/AdvApp2Var_SysBase.cxx @@ -416,7 +416,7 @@ int AdvApp2Var_SysBase::macrchk_() /* FONCTION : */ /* ---------- */ -/* TABLE OF MANAGEMENT OF DYNAMIC MEMOTY ALLOCATIONS */ +/* TABLE OF MANAGEMENT OF DYNAMIC MEMORY ALLOCATIONS */ /* KEYWORDS : */ /* ----------- */ @@ -2484,7 +2484,7 @@ int mcrfree_(integer *,//ibyte, /* */ /* = 0 ==> OK */ /* = 1 ==> Allocation impossible */ -/* = -1 ==> Ofset > 2**31 - 1 */ +/* = -1 ==> Offset > 2**31 - 1 */ /* */ /* */ diff --git a/src/AdvApprox/AdvApprox_SimpleApprox.hxx b/src/AdvApprox/AdvApprox_SimpleApprox.hxx index fc014b203b..aec01cd021 100644 --- a/src/AdvApprox/AdvApprox_SimpleApprox.hxx +++ b/src/AdvApprox/AdvApprox_SimpleApprox.hxx @@ -32,7 +32,7 @@ class PLib_JacobiPolynomial; -//! Approximate a function on an intervall [First,Last] +//! Approximate a function on an interval [First,Last] //! The result is a simple polynomial whose degree is as low as //! possible to satisfy the required tolerance and the //! maximum degree. The maximum error and the averrage error diff --git a/src/BOPAlgo/BOPAlgo_Builder_2.cxx b/src/BOPAlgo/BOPAlgo_Builder_2.cxx index 219f5d9f9a..19f6bb376d 100644 --- a/src/BOPAlgo/BOPAlgo_Builder_2.cxx +++ b/src/BOPAlgo/BOPAlgo_Builder_2.cxx @@ -223,7 +223,7 @@ typedef NCollection_Vector BOPAlgo_VectorOfVFI; //======================================================================= void BOPAlgo_Builder::FillImagesFaces(const Message_ProgressRange& theRange) { - Message_ProgressScope aPS(theRange, "Filing spligs of faces", 10); + Message_ProgressScope aPS(theRange, "Filling splits of faces", 10); BuildSplitFaces(aPS.Next(9)); if (HasErrors()) { diff --git a/src/BOPTools/BOPTools_AlgoTools.cxx b/src/BOPTools/BOPTools_AlgoTools.cxx index bf640ed86e..7b60afb821 100644 --- a/src/BOPTools/BOPTools_AlgoTools.cxx +++ b/src/BOPTools/BOPTools_AlgoTools.cxx @@ -1925,7 +1925,7 @@ Standard_Boolean BOPTools_AlgoTools::IsBlockInOnFace } // - // Treatment intemediate + // Treatment intermediate Standard_Real m1, aTolF, aTolE, aTol, aDist; m1=IntTools_Tools::IntermediatePoint(f1, l1); BOPTools_AlgoTools::PointOnEdge(aE1, m1, aP12); diff --git a/src/BOPTools/BOPTools_AlgoTools.hxx b/src/BOPTools/BOPTools_AlgoTools.hxx index 254865cc7c..47666270ac 100644 --- a/src/BOPTools/BOPTools_AlgoTools.hxx +++ b/src/BOPTools/BOPTools_AlgoTools.hxx @@ -182,7 +182,7 @@ public: //! @name Point/Edge/Face classification relatively solid //! Computes the 3-D state of the point thePoint //! toward solid theSolid. //! theTol - value of precision of computation - //! theContext- cahed geometrical tools + //! theContext- cached geometrical tools //! Returns 3-D state. Standard_EXPORT static TopAbs_State ComputeState(const gp_Pnt& thePoint, const TopoDS_Solid& theSolid, @@ -192,7 +192,7 @@ public: //! @name Point/Edge/Face classification relatively solid //! Computes the 3-D state of the vertex theVertex //! toward solid theSolid. //! theTol - value of precision of computation - //! theContext- cahed geometrical tools + //! theContext- cached geometrical tools //! Returns 3-D state. Standard_EXPORT static TopAbs_State ComputeState(const TopoDS_Vertex& theVertex, const TopoDS_Solid& theSolid, @@ -202,7 +202,7 @@ public: //! @name Point/Edge/Face classification relatively solid //! Computes the 3-D state of the edge theEdge //! toward solid theSolid. //! theTol - value of precision of computation - //! theContext- cahed geometrical tools + //! theContext- cached geometrical tools //! Returns 3-D state. Standard_EXPORT static TopAbs_State ComputeState(const TopoDS_Edge& theEdge, const TopoDS_Solid& theSolid, @@ -213,7 +213,7 @@ public: //! @name Point/Edge/Face classification relatively solid //! toward solid theSolid. //! theTol - value of precision of computation //! theBounds - set of edges of to avoid - //! theContext- cahed geometrical tools + //! theContext- cached geometrical tools //! Returns 3-D state. Standard_EXPORT static TopAbs_State ComputeState(const TopoDS_Face& theFace, const TopoDS_Solid& theSolid, @@ -224,7 +224,7 @@ public: //! @name Point/Edge/Face classification relatively solid //! Computes the 3-D state of the shape theShape //! toward solid theSolid. //! theTol - value of precision of computation - //! theContext- cahed geometrical tools + //! theContext- cached geometrical tools //! Returns 3-D state. Standard_EXPORT static TopAbs_State ComputeStateByOnePoint(const TopoDS_Shape& theShape, const TopoDS_Solid& theSolid, @@ -274,7 +274,7 @@ public: //! @name Face classification relatively solid //! solid theSolid. //! theMEF - Map Edge/Faces for theSolid //! theTol - value of precision of computation - //! theContext- cahed geometrical tools + //! theContext- cached geometrical tools Standard_EXPORT static Standard_Boolean IsInternalFace(const TopoDS_Face& theFace, const TopoDS_Solid& theSolid, TopTools_IndexedDataMapOfShapeListOfShape& theMEF, diff --git a/src/BRepExtrema/BRepExtrema_ProximityDistTool.cxx b/src/BRepExtrema/BRepExtrema_ProximityDistTool.cxx index 5607617f18..54f8cbff84 100644 --- a/src/BRepExtrema/BRepExtrema_ProximityDistTool.cxx +++ b/src/BRepExtrema/BRepExtrema_ProximityDistTool.cxx @@ -95,7 +95,7 @@ void BRepExtrema_ProximityDistTool::LoadAdditionalPointsFirstSet (const BVH_Arra //======================================================================= //function : goThroughtSet1 -//purpose : Goes throught vertices from the 1st set +//purpose : Goes through vertices from the 1st set //======================================================================= void BRepExtrema_ProximityDistTool::goThroughtSet1 (const BVH_Array3d& theVertices1, const Standard_Boolean theIsAdditionalSet) diff --git a/src/BRepExtrema/BRepExtrema_ProximityDistTool.hxx b/src/BRepExtrema/BRepExtrema_ProximityDistTool.hxx index da6d5de076..78d0de23ab 100644 --- a/src/BRepExtrema/BRepExtrema_ProximityDistTool.hxx +++ b/src/BRepExtrema/BRepExtrema_ProximityDistTool.hxx @@ -88,7 +88,7 @@ public: public: - //! Creates new unitialized tool. + //! Creates new uninitialized tool. Standard_EXPORT BRepExtrema_ProximityDistTool(); //! Creates new tool for the given element sets. @@ -169,7 +169,7 @@ protected: private: - //! Goes throught vertices from the 1st set. + //! Goes through vertices from the 1st set. void goThroughtSet1 (const BVH_Array3d& aVertices1, const Standard_Boolean theIsAdditionalSet); diff --git a/src/BRepExtrema/BRepExtrema_ProximityValueTool.cxx b/src/BRepExtrema/BRepExtrema_ProximityValueTool.cxx index 66a2bd1d4f..3bb0f0d4bb 100644 --- a/src/BRepExtrema/BRepExtrema_ProximityValueTool.cxx +++ b/src/BRepExtrema/BRepExtrema_ProximityValueTool.cxx @@ -27,7 +27,7 @@ //======================================================================= //function : BRepExtrema_ProximityValueTool -//purpose : Creates new unitialized proximity tool +//purpose : Creates new uninitialized proximity tool //======================================================================= BRepExtrema_ProximityValueTool::BRepExtrema_ProximityValueTool() : myIsRefinementRequired1 (Standard_False), @@ -262,8 +262,8 @@ Standard_Boolean BRepExtrema_ProximityValueTool::getEdgeAdditionalVertices ( //======================================================================= //function : doRecurTrgSplit //purpose : Splits the triangle into two ones recursively, halving the longest side -// untill the area of ​​the current triangle > input step -//! @param theTrg points of the triangle to be splitted +// until the area of ​​the current triangle > input step +//! @param theTrg points of the triangle to be split //! @param theEdgesStatus status of triangle edges - on the border or middle of the face //! @param theTol telerance used in search of coincidence points //! @param theStep minimum area of ​​the resulting triangle diff --git a/src/BRepExtrema/BRepExtrema_ProximityValueTool.hxx b/src/BRepExtrema/BRepExtrema_ProximityValueTool.hxx index ca65c28104..6168662434 100644 --- a/src/BRepExtrema/BRepExtrema_ProximityValueTool.hxx +++ b/src/BRepExtrema/BRepExtrema_ProximityValueTool.hxx @@ -90,7 +90,7 @@ class BRepExtrema_ProximityValueTool public: - //! Creates new unitialized proximity tool. + //! Creates new uninitialized proximity tool. Standard_EXPORT BRepExtrema_ProximityValueTool(); //! Creates new proximity tool for the given element sets. diff --git a/src/BRepExtrema/BRepExtrema_ShapeProximity.hxx b/src/BRepExtrema/BRepExtrema_ShapeProximity.hxx index 63f56a941f..967e62c865 100644 --- a/src/BRepExtrema/BRepExtrema_ShapeProximity.hxx +++ b/src/BRepExtrema/BRepExtrema_ShapeProximity.hxx @@ -194,7 +194,7 @@ private: //! Reference point of the proximity value on the 1st shape. gp_Pnt myProxPoint1; - //! Reference point of the proximity value on the 2st shape. + //! Reference point of the proximity value on the 2nd shape. gp_Pnt myProxPoint2; //! Status of reference points of the proximity value. diff --git a/src/BRepTools/BRepTools_ReShape.cxx b/src/BRepTools/BRepTools_ReShape.cxx index 0567d42bd3..08dc73dafe 100644 --- a/src/BRepTools/BRepTools_ReShape.cxx +++ b/src/BRepTools/BRepTools_ReShape.cxx @@ -11,7 +11,7 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// abv 28.04.99 S4137: ading method Apply for work on all types of shapes +// abv 28.04.99 S4137: adding method Apply for work on all types of shapes // sln 29.11.01 Bug24: correction iteration through map in method 'Status' // sln 29.11.01 Bug22: correction of methods Replace and Value for case when mode myConsiderLocation is on @@ -362,7 +362,7 @@ TopoDS_Shape BRepTools_ReShape::Apply (const TopoDS_Shape& shape, if(st == TopAbs_VERTEX || st == TopAbs_SHAPE) return shape; // define allowed types of components - //fix for SAMTECH bug OCC322 about abcense internal vertices after sewing. + //fix for SAMTECH bug OCC322 about absent internal vertices after sewing. /* switch ( st ) { case TopAbs_COMPOUND: subt = TopAbs_SHAPE; break; @@ -402,14 +402,14 @@ TopoDS_Shape BRepTools_ReShape::Apply (const TopoDS_Shape& shape, if ( isEmpty ) isEmpty = Standard_False; locStatus |= EncodeStatus(3);//ShapeExtend::EncodeStatus ( ShapeExtend_DONE3 ); - if ( st == TopAbs_COMPOUND || newsh.ShapeType() == sh.ShapeType()) { //fix for SAMTECH bug OCC322 about abcense internal vertices after sewing. + if ( st == TopAbs_COMPOUND || newsh.ShapeType() == sh.ShapeType()) { //fix for SAMTECH bug OCC322 about absent internal vertices after sewing. B.Add ( result, newsh ); continue; } Standard_Integer nitems = 0; for ( TopoDS_Iterator subit(newsh); subit.More(); subit.Next(), nitems++ ) { const TopoDS_Shape& subsh = subit.Value(); - if ( subsh.ShapeType() == sh.ShapeType() ) B.Add ( result, subsh );//fix for SAMTECH bug OCC322 about abcense internal vertices after sewing. + if ( subsh.ShapeType() == sh.ShapeType() ) B.Add ( result, subsh );//fix for SAMTECH bug OCC322 about absent internal vertices after sewing. else locStatus |= EncodeStatus(10);//ShapeExtend::EncodeStatus ( ShapeExtend_FAIL1 ); } if ( ! nitems ) locStatus |= EncodeStatus(10);//ShapeExtend::EncodeStatus ( ShapeExtend_FAIL1 ); diff --git a/src/BRepTools/BRepTools_ShapeSet.hxx b/src/BRepTools/BRepTools_ShapeSet.hxx index 444f0e4ed3..caac9d8c27 100644 --- a/src/BRepTools/BRepTools_ShapeSet.hxx +++ b/src/BRepTools/BRepTools_ShapeSet.hxx @@ -72,7 +72,7 @@ public: //! Clears the content of the set. Standard_EXPORT virtual void Clear() Standard_OVERRIDE; - //! Stores the goemetry of . + //! Stores the geometry of . Standard_EXPORT virtual void AddGeometry (const TopoDS_Shape& S) Standard_OVERRIDE; //! Dumps the geometry of me on the stream . diff --git a/src/BSplSLib/BSplSLib_Cache.hxx b/src/BSplSLib/BSplSLib_Cache.hxx index 9b7d2a71fe..22a6ae88b3 100644 --- a/src/BSplSLib/BSplSLib_Cache.hxx +++ b/src/BSplSLib/BSplSLib_Cache.hxx @@ -31,7 +31,7 @@ public: //! \param theDegreeU degree along the first parameter (U) of the surface //! \param thePeriodicU identify the surface is periodical along U axis //! \param theFlatKnotsU knots of the surface (with repetition) along U axis - //! \param theDegreeV degree alogn the second parameter (V) of the surface + //! \param theDegreeV degree along the second parameter (V) of the surface //! \param thePeriodicV identify the surface is periodical along V axis //! \param theFlatKnotsV knots of the surface (with repetition) along V axis //! \param theWeights array of weights of corresponding poles diff --git a/src/BndLib/BndLib_AddSurface.cxx b/src/BndLib/BndLib_AddSurface.cxx index a5c2c05cfe..e02780b13a 100644 --- a/src/BndLib/BndLib_AddSurface.cxx +++ b/src/BndLib/BndLib_AddSurface.cxx @@ -215,7 +215,7 @@ static void TreatInfinitePlane(const gp_Pln &aPlane, // theMinIdx - minimum poles index, that can be used. // theMaxIdx - maximum poles index, that can be used. // theShiftCoeff - shift between flatknots array and poles array. -// This vaule should be equal to 1 in case of non periodic BSpline, +// This value should be equal to 1 in case of non periodic BSpline, // and (degree + 1) - mults(the lowest index). void ComputePolesIndexes(const TColStd_Array1OfReal &theKnots, diff --git a/src/CPnts/CPnts_AbscissaPoint.cxx b/src/CPnts/CPnts_AbscissaPoint.cxx index 456f8b03ed..73a8c34d69 100644 --- a/src/CPnts/CPnts_AbscissaPoint.cxx +++ b/src/CPnts/CPnts_AbscissaPoint.cxx @@ -451,7 +451,7 @@ void CPnts_AbscissaPoint::Perform(const Standard_Real Abscissa, } else { Standard_Real Ui = U0 + (Abscissa / myL) * (myUMax - myUMin) / 3.; - // exercice : why 3 ? + // exercise : why 3 ? Perform(Abscissa,U0,Ui,Resolution); } } diff --git a/src/ChFi3d/ChFi3d_FilBuilder_C3.cxx b/src/ChFi3d/ChFi3d_FilBuilder_C3.cxx index e4cc374842..49af49c89f 100644 --- a/src/ChFi3d/ChFi3d_FilBuilder_C3.cxx +++ b/src/ChFi3d/ChFi3d_FilBuilder_C3.cxx @@ -157,7 +157,7 @@ static Standard_Boolean SearchFD(TopOpeBRepDS_DataStructure& DStr, //======================================================================= //function : ToricCorner -//purpose : Test if this is a paricular cas of a torus corner +//purpose : Test if this is a particular case of a torus corner // (or spherical limited by isos). //======================================================================= @@ -601,7 +601,7 @@ void ChFi3d_FilBuilder::PerformThreeCorner(const Standard_Integer Jndex) #endif // the contour to be fillet consists of straight lines uv in beginning and end - // of two pcurves (only one if c1pointu) calculted as possible + // of two pcurves (only one if c1pointu) calculated as possible // on piv and the opposite face. Handle(GeomFill_Boundary) Bdeb,Bfin,Bpiv,Bfac; Handle(Geom2d_Curve) PCurveOnFace; diff --git a/src/Convert/Convert_CompPolynomialToPoles.hxx b/src/Convert/Convert_CompPolynomialToPoles.hxx index 8af181c7a3..df82e403de 100644 --- a/src/Convert/Convert_CompPolynomialToPoles.hxx +++ b/src/Convert/Convert_CompPolynomialToPoles.hxx @@ -51,7 +51,7 @@ //! TrueIntervals : the nth polynomial has to be mapped linearly to be //! defined on the following interval : //! myTrueIntervals->Value(n) and myTrueIntervals->Value(n+1) -//! so that it represent adequatly the function with the +//! so that it adequately represents the function with the //! required continuity class Convert_CompPolynomialToPoles { @@ -85,7 +85,7 @@ public: //! TrueIntervals[2] = {-1, 1} Standard_EXPORT Convert_CompPolynomialToPoles(const Standard_Integer NumCurves, const Standard_Integer Continuity, const Standard_Integer Dimension, const Standard_Integer MaxDegree, const Handle(TColStd_HArray1OfInteger)& NumCoeffPerCurve, const Handle(TColStd_HArray1OfReal)& Coefficients, const Handle(TColStd_HArray2OfReal)& PolynomialIntervals, const Handle(TColStd_HArray1OfReal)& TrueIntervals); - //! To Convert sevral span with different order of Continuity. + //! To Convert several span with different order of Continuity. //! Warning: The Length of Continuity have to be NumCurves-1 Standard_EXPORT Convert_CompPolynomialToPoles(const Standard_Integer NumCurves, const Standard_Integer Dimension, const Standard_Integer MaxDegree, const TColStd_Array1OfInteger& Continuity, const TColStd_Array1OfInteger& NumCoeffPerCurve, const TColStd_Array1OfReal& Coefficients, const TColStd_Array2OfReal& PolynomialIntervals, const TColStd_Array1OfReal& TrueIntervals); diff --git a/src/GProp/GProp_PrincipalProps.hxx b/src/GProp/GProp_PrincipalProps.hxx index b53f6c3f2d..e3f1e0bb90 100644 --- a/src/GProp/GProp_PrincipalProps.hxx +++ b/src/GProp/GProp_PrincipalProps.hxx @@ -60,7 +60,7 @@ public: //! returns true if the geometric system has an axis of symmetry. //! For comparing moments relative tolerance 1.e-10 is used. //! Usually it is enough for objects, restricted by faces with - //! analitycal geometry. + //! analytical geometry. Standard_EXPORT Standard_Boolean HasSymmetryAxis() const; @@ -73,7 +73,7 @@ public: //! returns true if the geometric system has a point of symmetry. //! For comparing moments relative tolerance 1.e-10 is used. //! Usually it is enough for objects, restricted by faces with - //! analitycal geometry. + //! analytical geometry. Standard_EXPORT Standard_Boolean HasSymmetryPoint() const; diff --git a/src/GProp/GProp_ValueType.hxx b/src/GProp/GProp_ValueType.hxx index 8dfcac1408..3c4912254a 100644 --- a/src/GProp/GProp_ValueType.hxx +++ b/src/GProp/GProp_ValueType.hxx @@ -17,7 +17,7 @@ #ifndef _GProp_ValueType_HeaderFile #define _GProp_ValueType_HeaderFile -//! Algorithmes : +//! Algorithms: enum GProp_ValueType { GProp_Mass, diff --git a/src/GeometryTest/GeometryTest.hxx b/src/GeometryTest/GeometryTest.hxx index 0645a4a96c..44057c17d9 100644 --- a/src/GeometryTest/GeometryTest.hxx +++ b/src/GeometryTest/GeometryTest.hxx @@ -48,7 +48,7 @@ public: //! defines surface commands. Standard_EXPORT static void SurfaceCommands (Draw_Interpretor& I); - //! defines cosntrained curves commands. + //! defines constrained curves commands. Standard_EXPORT static void ConstraintCommands (Draw_Interpretor& I); //! defines commands to test the GeomAPI diff --git a/src/Hermit/Hermit.cxx b/src/Hermit/Hermit.cxx index eeb22232ee..e05653da34 100644 --- a/src/Hermit/Hermit.cxx +++ b/src/Hermit/Hermit.cxx @@ -287,7 +287,7 @@ static void PolyTest(const TColStd_Array1OfReal& Herm, } } // end of the loop - if (!SignDenom(Polesinit)) //invertion of the polynome sign + if (!SignDenom(Polesinit)) //inversion of the polynome sign { for (index=0;index<=3;index++) Polesinit(index).SetCoord(0.0,-Polesinit(index).Y()); @@ -520,7 +520,7 @@ static void PolyTest(const TColStd_Array1OfReal& Herm, } } // end of the loop - if (!SignDenom(Polesinit)) // invertion of the polynome sign + if (!SignDenom(Polesinit)) // inversion of the polynome sign { for (index=0;index<=3;index++) Polesinit(index).SetCoord(0.0,-Polesinit(index).Y()); diff --git a/src/IGESGeom/IGESGeom.hxx b/src/IGESGeom/IGESGeom.hxx index 494b151690..a27893d41c 100644 --- a/src/IGESGeom/IGESGeom.hxx +++ b/src/IGESGeom/IGESGeom.hxx @@ -32,7 +32,7 @@ public: DEFINE_STANDARD_ALLOC - //! Prepares dymanic data (Protocol, Modules) for this package + //! Prepares dynamic data (Protocol, Modules) for this package Standard_EXPORT static void Init(); //! Returns the Protocol for this Package diff --git a/src/IGESGeom/IGESGeom_Line.hxx b/src/IGESGeom/IGESGeom_Line.hxx index 246be02f3b..ad278eebb6 100644 --- a/src/IGESGeom/IGESGeom_Line.hxx +++ b/src/IGESGeom/IGESGeom_Line.hxx @@ -38,7 +38,7 @@ DEFINE_STANDARD_HANDLE(IGESGeom_Line, IGESData_IGESEntity) //! From IGES-5.3, two other Forms are admitted (same params) : //! 0 remains for standard limited line (the default) //! 1 for semi-infinite line (End is just a passing point) -//! 2 for full infinite Line (both Start and End are abitrary) +//! 2 for full infinite Line (both Start and End are arbitrary) class IGESGeom_Line : public IGESData_IGESEntity { diff --git a/src/IntAna/IntAna_Curve.hxx b/src/IntAna/IntAna_Curve.hxx index 05d16d5790..35f6568466 100644 --- a/src/IntAna/IntAna_Curve.hxx +++ b/src/IntAna/IntAna_Curve.hxx @@ -51,7 +51,7 @@ public: //! last parameter or at the first parameter of the domain. Standard_EXPORT Standard_Boolean IsOpen() const; - //! Returns the paramatric domain of the curve. + //! Returns the parametric domain of the curve. Standard_EXPORT void Domain(Standard_Real& theFirst, Standard_Real& theLast) const; //! Returns TRUE if the function is constant. diff --git a/src/IntSurf/IntSurf_InteriorPointTool.hxx b/src/IntSurf/IntSurf_InteriorPointTool.hxx index 3253dd1ed6..03c13190e0 100644 --- a/src/IntSurf/IntSurf_InteriorPointTool.hxx +++ b/src/IntSurf/IntSurf_InteriorPointTool.hxx @@ -44,11 +44,11 @@ public: //! it's the parameters which start the marching algorithm static void Value2d (const IntSurf_InteriorPoint& PStart, Standard_Real& U, Standard_Real& V); - //! returns the tangent at the intersectin in 3d space + //! returns the tangent at the intersection in 3d space //! associated to

static gp_Vec Direction3d (const IntSurf_InteriorPoint& PStart); - //! returns the tangent at the intersectin in the + //! returns the tangent at the intersection in the //! parametric space of the parametrized surface.This tangent //! is associated to the value2d static gp_Dir2d Direction2d (const IntSurf_InteriorPoint& PStart); diff --git a/src/IntTools/IntTools_Context.cxx b/src/IntTools/IntTools_Context.cxx index 4116dc3436..50b9f355b2 100644 --- a/src/IntTools/IntTools_Context.cxx +++ b/src/IntTools/IntTools_Context.cxx @@ -844,7 +844,7 @@ Standard_Boolean IntTools_Context::IsVertexOnLine aFirst=aC3D->FirstParameter(); aLast =aC3D->LastParameter(); // - // Checking extermities first + // Checking extremities first // It is necessary to chose the closest bound to the point Standard_Boolean bFirstValid = Standard_False; Standard_Real aFirstDist = Precision::Infinite(); diff --git a/src/NCollection/NCollection_BasePointerVector.hxx b/src/NCollection/NCollection_BasePointerVector.hxx index 866eb73e49..55a35016c2 100644 --- a/src/NCollection/NCollection_BasePointerVector.hxx +++ b/src/NCollection/NCollection_BasePointerVector.hxx @@ -72,7 +72,7 @@ public: //! Gets array, can be null void** GetArray() const { return myArray; } - //! Gets value by index, no acess validation + //! Gets value by index, no access validation void* Value (const size_t theInd) const { return myArray[theInd]; } public: diff --git a/src/NCollection/NCollection_WinHeapAllocator.hxx b/src/NCollection/NCollection_WinHeapAllocator.hxx index ed76f281c3..3a0d5b165e 100644 --- a/src/NCollection/NCollection_WinHeapAllocator.hxx +++ b/src/NCollection/NCollection_WinHeapAllocator.hxx @@ -26,10 +26,10 @@ //! to the system. //! //! This allocator can also be created per each working thread -//! hovewer it real multi-threading performance is dubious. +//! however its real multi-threading performance is dubious. //! //! Notice that this also means that existing pointers will be broken -//! and you shoould control that allocator is alive along all objects +//! and you should control that allocator is alive along all objects //! allocated with him. class NCollection_WinHeapAllocator : public NCollection_BaseAllocator { diff --git a/src/OpenGlTest/OpenGlTest.hxx b/src/OpenGlTest/OpenGlTest.hxx index ec49b73548..3f5314d984 100644 --- a/src/OpenGlTest/OpenGlTest.hxx +++ b/src/OpenGlTest/OpenGlTest.hxx @@ -23,7 +23,7 @@ public: DEFINE_STANDARD_ALLOC - //! Adds Draw commands to the draw interpretor. + //! Adds Draw commands to the draw interpreter. Standard_EXPORT static void Commands (Draw_Interpretor& theDI); //! Plugin entry point function. diff --git a/src/Poly/Poly_CoherentTriangulation.hxx b/src/Poly/Poly_CoherentTriangulation.hxx index d45736f956..c5cb74f745 100644 --- a/src/Poly/Poly_CoherentTriangulation.hxx +++ b/src/Poly/Poly_CoherentTriangulation.hxx @@ -50,7 +50,7 @@ DEFINE_STANDARD_HANDLE (Poly_CoherentTriangulation, Standard_Transient) * * This class is useful for algorithms that need to analyse and/or edit a triangulated mesh -- for example for mesh refining. * The connectivity model follows the idea that all Triangles in a mesh should have coherent orientation like on a surface of a solid body. - * Connections between more than 2 triangles are not suppoorted. + * Connections between more than 2 triangles are not supported. * * @section Poly_CoherentTriangulation Architecture * The data types used in this structure are: diff --git a/src/Quantity/Quantity_ColorRGBA.cxx b/src/Quantity/Quantity_ColorRGBA.cxx index 908135c990..322dfea986 100644 --- a/src/Quantity/Quantity_ColorRGBA.cxx +++ b/src/Quantity/Quantity_ColorRGBA.cxx @@ -131,7 +131,7 @@ namespace { return false; } - // std::all_of is not used due to VS2008 compilability limitation + // std::all_of is not used due to VS2008 compatibility limitation return std::count_if (theString, theString + theLength, isHexDigit) == static_cast (theLength); } diff --git a/src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.cxx b/src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.cxx index 08a3763b36..71830f2c5b 100644 --- a/src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.cxx +++ b/src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.cxx @@ -825,7 +825,7 @@ Standard_Boolean ShapeAnalysis_CanonicalRecognition::GetSurfaceByLS(const TopoDS Standard_Real aRelDev = 0.2; //Customer can set parameters of sample surface // with relative precision about aRelDev. // For example, if radius of sample surface is R, - // it means, that "exact" vaue is in interav + // it means, that "exact" value is in interav //[R - aRelDev*R, R + aRelDev*R]. This interval is set // for R as boundary values for optimization algo. FillSolverData(theTarget, thePos, theParams, @@ -878,7 +878,7 @@ Standard_Boolean ShapeAnalysis_CanonicalRecognition::GetSurfaceByLS(const TopoDS if (theTarget == GeomAbs_Cylinder || theTarget == GeomAbs_Cone) { //Set search direction for location to be perpendicular to axis to avoid - //seaching along axis + //searching along axis const gp_Dir aDir = thePos.Direction(); gp_Pln aPln(thePos.Location(), aDir); gp_Dir aUDir = aPln.Position().XDirection(); diff --git a/src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.hxx b/src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.hxx index 7fa079b82c..45e687d33b 100644 --- a/src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.hxx +++ b/src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.hxx @@ -43,7 +43,7 @@ class Geom_Surface; //! This class provides operators for analysis surfaces and curves of shapes //! in order to find out more simple geometry entities, which could replace -//! existing complex (for exampe, BSpline) geometry objects with given tolerance. +//! existing complex (for example, BSpline) geometry objects with given tolerance. class ShapeAnalysis_CanonicalRecognition { public: diff --git a/src/ShapeAnalysis/ShapeAnalysis_FreeBounds.hxx b/src/ShapeAnalysis/ShapeAnalysis_FreeBounds.hxx index 4d2ca9d490..f9ddad9897 100644 --- a/src/ShapeAnalysis/ShapeAnalysis_FreeBounds.hxx +++ b/src/ShapeAnalysis/ShapeAnalysis_FreeBounds.hxx @@ -97,7 +97,7 @@ public: //! Returns compound of open wires out of free edges. const TopoDS_Compound& GetOpenWires() const; - //! Builds sequnce of out of sequence of not sorted + //! Builds sequence of out of sequence of not sorted //! . //! Tries to build wires of maximum length. Building a wire is //! stopped when no edges can be connected to it at its head or @@ -112,7 +112,7 @@ public: Standard_EXPORT static void ConnectWiresToWires (Handle(TopTools_HSequenceOfShape)& iwires, const Standard_Real toler, const Standard_Boolean shared, Handle(TopTools_HSequenceOfShape)& owires); - //! Builds sequnce of out of sequence of not sorted + //! Builds sequence of out of sequence of not sorted //! . //! Tries to build wires of maximum length. Building a wire is //! stopped when no wires can be connected to it at its head or diff --git a/src/ShapeFix/ShapeFix_Shell.cxx b/src/ShapeFix/ShapeFix_Shell.cxx index 25adf00afe..f2dfc1f2ac 100644 --- a/src/ShapeFix/ShapeFix_Shell.cxx +++ b/src/ShapeFix/ShapeFix_Shell.cxx @@ -260,7 +260,7 @@ static Standard_Boolean GetShells(TopTools_SequenceOfShape& Lface, aMapFaceShells.Bind(F1,nshell); Lface.Remove(i); - // check if closed shell is obtained in multy connex mode and add to sequence of + // check if closed shell is obtained in multi connex mode and add to sequence of // shells and new shell begin to construct. // (check is n*2) if(isMultiConnex && BRep_Tool::IsClosed (nshell)) { @@ -300,7 +300,7 @@ static Standard_Boolean GetShells(TopTools_SequenceOfShape& Lface, numFace++; } if(numFace >1) { - // close all closed shells in no multy connex mode + // close all closed shells in no multi connex mode if(!isMultiConnex) nshell.Closed (BRep_Tool::IsClosed (nshell)); aSeqShells.Append(nshell); @@ -514,7 +514,7 @@ static Standard_Integer BoxIn(const Bnd_Box& theBox1,const Bnd_Box& theBox2) //======================================================================= // function : GetClosedShells // purpose : Check if one shell is a part from other shell. -// For case of compsolid when afew shells are created from +// For case of compsolid when a few shells are created from // the same set of faces. //======================================================================= static void GetClosedShells(TopTools_SequenceOfShape& Shells, TopTools_SequenceOfShape& aRemainShells) diff --git a/src/ShapeFix/ShapeFix_SplitTool.cxx b/src/ShapeFix/ShapeFix_SplitTool.cxx index b50cdebdd0..02e0a5fa86 100644 --- a/src/ShapeFix/ShapeFix_SplitTool.cxx +++ b/src/ShapeFix/ShapeFix_SplitTool.cxx @@ -67,7 +67,7 @@ Standard_Boolean ShapeFix_SplitTool::SplitEdge(const TopoDS_Edge& edge, sae.PCurve(edge,face,c2d,a,b,Standard_True ); if( Abs(a-param)Length()); } - //! Set fiels IdentifiedItem + //! Set field IdentifiedItem inline void SetIdentifiedItem (const Handle(StepRepr_HArray1OfRepresentationItem)& theIdentifiedItem) { identifiedItem = theIdentifiedItem; diff --git a/src/StepFile/StepFile_ReadData.hxx b/src/StepFile/StepFile_ReadData.hxx index 3f958b63f1..3d90203ec3 100644 --- a/src/StepFile/StepFile_ReadData.hxx +++ b/src/StepFile/StepFile_ReadData.hxx @@ -127,7 +127,7 @@ public: //! Destructor cleans allocated memory of all fields ~StepFile_ReadData() { ClearRecorder(3); } - //! Preperes the text value for analysis. + //! Prepares the text value for analysis. //! It is the main tool for transferring data from flex to bison //! If characters page is full, allocates a new page. void CreateNewText(const char* theNewText, int theLenText); diff --git a/src/StepFile/lex.step.cxx b/src/StepFile/lex.step.cxx index 8949b12366..bbbbbc310c 100644 --- a/src/StepFile/lex.step.cxx +++ b/src/StepFile/lex.step.cxx @@ -622,7 +622,7 @@ goto find_rule; \ typedef step::parser::token token; -/* skl 31.01.2002 for OCC133(OCC96,97) - uncorrect +/* skl 31.01.2002 for OCC133(OCC96,97) - incorrect long string in files Henri.stp and 401.stp*/ #include #define YY_FATAL_ERROR(msg) Standard_Failure::Raise(msg); diff --git a/src/StepFile/step.lex b/src/StepFile/step.lex index 018d1884af..d8850f63c1 100644 --- a/src/StepFile/step.lex +++ b/src/StepFile/step.lex @@ -61,7 +61,7 @@ typedef step::parser::token token; -/* skl 31.01.2002 for OCC133(OCC96,97) - uncorrect +/* skl 31.01.2002 for OCC133(OCC96,97) - incorrect long string in files Henri.stp and 401.stp*/ #include #define YY_FATAL_ERROR(msg) Standard_Failure::Raise(msg); diff --git a/src/TopLoc/TopLoc_SListOfItemLocation.hxx b/src/TopLoc/TopLoc_SListOfItemLocation.hxx index b80cc8ed72..f31b2195fc 100644 --- a/src/TopLoc/TopLoc_SListOfItemLocation.hxx +++ b/src/TopLoc/TopLoc_SListOfItemLocation.hxx @@ -82,7 +82,7 @@ public: return *this; } - //! Returne true if this list is empty + //! Return true if this list is empty Standard_Boolean IsEmpty() const { return myNode.IsNull(); diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder.cxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder.cxx index 5a8fa32eb4..5be34f7127 100644 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder.cxx +++ b/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder.cxx @@ -1587,7 +1587,7 @@ void TopOpeBRepBuild_Builder::FillShape(const TopoDS_Shape& S1, TopOpeBRepTool_ShapeExplorer ex11(aSubShape,t11); SplitShapes(ex11,ToBuild1,ToBuild2,aSet,RevOri); } - } // exploration ot SubShapes of type of shape + } // exploration of SubShapes of type of shape } // FillShape diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder1.cxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder1.cxx index 7e9ab79f5d..48e36fcfa1 100644 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder1.cxx +++ b/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder1.cxx @@ -878,7 +878,7 @@ void TopOpeBRepBuild_Builder1::GFillEdgeSameDomWES(const TopoDS_Shape& EOR, } //we should process all same domain edges (ON2D) in the code above - //and we can not proceess edges with UNKNOWN state + //and we can not process edges with UNKNOWN state if(aState == TopAbs_ON || aState == TopAbs_UNKNOWN) continue; @@ -1586,7 +1586,7 @@ Standard_Integer TopOpeBRepBuild_Builder1::TwoPiecesON (const TopTools_SequenceO if(!anAd1 || !anAd2) return 12; else - return 10; //10 doesn't mean anything just to retutn something + return 10; //10 doesn't mean anything just to return something } // case c. No==Nt , To==Tt @@ -1640,7 +1640,7 @@ Standard_Integer TopOpeBRepBuild_Builder1::TwoPiecesON (const TopTools_SequenceO if(!anAd1 || !anAd2) return 14; else - return 10; //10 doesn't mean anything just to retutn something + return 10; //10 doesn't mean anything just to return something } return 10; } // end of if (!anAd1 || !anAd2 || !aScPrFlag1 || !aScPrFlag2) diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder1_1.cxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder1_1.cxx index 7ec0ae15a6..1ab2aa3f05 100644 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder1_1.cxx +++ b/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder1_1.cxx @@ -497,7 +497,7 @@ void DumpMapOfShapeWithState (const Standard_Integer iP, } } //end of else {// Wire has an interferences } // next Wire - } // next interferred Face ... for (i=1; i<=nF; i++) ... + } // next interfered Face ... for (i=1; i<=nF; i++) ... } //======================================================================= diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_KPart.cxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_KPart.cxx index f41a9ee587..b2fd99afca 100644 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_KPart.cxx +++ b/src/TopOpeBRepBuild/TopOpeBRepBuild_KPart.cxx @@ -1027,8 +1027,8 @@ Standard_Integer TopOpeBRepBuild_Builder::KPiskoletge() Standard_Boolean se2ONouterw1 = ::sectionedgesON(myDataStructure,outerw2,mape1); if (!se2ONouterw1) return 0; - // NYI : interfers with faces of on edges different from outerw's edges - // ------------------------------------------------------------------------------ + // NYI : interferes with faces of on edges different from outerw's edges + // -------=----------------------------------------------------------------------- Standard_Boolean allI1onseouterw = ::allIonsectionedges(myDataStructure,f1,mape1,mape2); if (!allI1onseouterw) return 0; Standard_Boolean allI2onseouterw = ::allIonsectionedges(myDataStructure,f2,mape2,mape1); diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_makefaces.cxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_makefaces.cxx index c3b749d4c8..ae4a27775f 100644 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_makefaces.cxx +++ b/src/TopOpeBRepBuild/TopOpeBRepBuild_makefaces.cxx @@ -334,7 +334,7 @@ void TopOpeBRepBuild_Builder::GFABUMakeFaces(const TopoDS_Shape& FF,TopOpeBRepBu //--ofv: // Unfortunately, the function GFillONPartsWES2() from file TopOpeBRepBuild_BuilderON.cxx sets orientation of // some section edges as INTERNAL or EXTERNAL, but they should be FORWARD or REVERSED. It probably makes faces - // without closed boundary, for example. So, we must check carefuly edges with orientation INTERNAL(EXTERNAL). + // without closed boundary, for example. So, we must check carefully edges with orientation INTERNAL(EXTERNAL). // Bugs: 60936, 60937, 60938 (cut, fuse, common shapes) TopoDS_Compound CmpOfEdges; BRep_Builder BldCmpOfEdges; diff --git a/src/TopOpeBRepDS/TopOpeBRepDS_Edge3dInterferenceTool.cxx b/src/TopOpeBRepDS/TopOpeBRepDS_Edge3dInterferenceTool.cxx index 2100cc4c1f..8b59596085 100644 --- a/src/TopOpeBRepDS/TopOpeBRepDS_Edge3dInterferenceTool.cxx +++ b/src/TopOpeBRepDS/TopOpeBRepDS_Edge3dInterferenceTool.cxx @@ -42,8 +42,8 @@ static void FUN_Raise() // myIsVertex : // ------------ -// POINT : interfers with at a point -// interfers with at a vertex V, +// POINT : interferes with at a point +// interferes with at a vertex V, // VERTEXonref : V is on shape of // VERTEXonOO : V is on shape of // VERTEXonOref : V is on 2 shapes. diff --git a/src/TopOpeBRepDS/TopOpeBRepDS_ShapeShapeInterference.hxx b/src/TopOpeBRepDS/TopOpeBRepDS_ShapeShapeInterference.hxx index 99046a291d..3e108dd067 100644 --- a/src/TopOpeBRepDS/TopOpeBRepDS_ShapeShapeInterference.hxx +++ b/src/TopOpeBRepDS/TopOpeBRepDS_ShapeShapeInterference.hxx @@ -38,7 +38,7 @@ class TopOpeBRepDS_ShapeShapeInterference : public TopOpeBRepDS_Interference public: - //! a shape interfers on shape with shape . + //! a shape interferes on shape with shape . //! examples : //! create a ShapeShapeInterference describing : //! vertex V of edge E1 found on edge E2 : diff --git a/src/VrmlData/VrmlData_Box.hxx b/src/VrmlData/VrmlData_Box.hxx index 21f5c9bd77..f55ce2c58e 100644 --- a/src/VrmlData/VrmlData_Box.hxx +++ b/src/VrmlData/VrmlData_Box.hxx @@ -20,8 +20,8 @@ #include /** - * Inplementation of the Box node. - * This node is defined by Size vector, assumong that the box center is located + * Implementation of the Box node. + * This node is defined by Size vector, assuming that the box center is located * in (0., 0., 0.) and that each corner is 0.5*|Size| distance from the center. */ class VrmlData_Box : public VrmlData_Geometry diff --git a/src/VrmlData/VrmlData_Geometry.cxx b/src/VrmlData/VrmlData_Geometry.cxx index ba7ef08958..9f7b771ac7 100644 --- a/src/VrmlData/VrmlData_Geometry.cxx +++ b/src/VrmlData/VrmlData_Geometry.cxx @@ -630,7 +630,7 @@ VrmlData_ErrorStatus VrmlData_ArrayVec3d::ReadArray if (OK(aStatus) && OK(aStatus, VrmlData_Scene::ReadLine(theBuffer))) { if (theBuffer.LinePtr[0] != '[') // opening bracket { - // Handle case when brackets are ommited for single element of array + // Handle case when brackets are omitted for single element of array gp_XYZ anXYZ; // Read three numbers (XYZ value) if (!OK(aStatus, Scene().ReadXYZ(theBuffer, anXYZ, diff --git a/src/VrmlData/VrmlData_Scene.cxx b/src/VrmlData/VrmlData_Scene.cxx index 01adb4d2b0..5ddac5a07e 100644 --- a/src/VrmlData/VrmlData_Scene.cxx +++ b/src/VrmlData/VrmlData_Scene.cxx @@ -871,7 +871,7 @@ VrmlData_ErrorStatus VrmlData_Scene::ReadArrIndex if (vecInt.Length() > 2) { // additional check for redundant point: - // ignore last point which is a dublicate of first point + // ignore last point which is a duplicate of first point if (anIntValue == vecInt[0]) { continue; diff --git a/src/VrmlData/VrmlData_Scene.hxx b/src/VrmlData/VrmlData_Scene.hxx index 495d8dea8e..c990bd0b4e 100644 --- a/src/VrmlData/VrmlData_Scene.hxx +++ b/src/VrmlData/VrmlData_Scene.hxx @@ -68,7 +68,7 @@ class VrmlData_Scene * in that node are matched with these directories. * The last (implicit) search directory is the current process directory * ("."). It takes effect if the list is empty or if there is no match with - * exisiting directories. + * existing directories. */ Standard_EXPORT void SetVrmlDir (const TCollection_ExtendedString&); @@ -205,7 +205,7 @@ class VrmlData_Scene ReadLine (VrmlData_InBuffer& theBuffer); /** - * Read a singel word from the input stream, delimited by whitespace. + * Read a single word from the input stream, delimited by whitespace. */ Standard_EXPORT static VrmlData_ErrorStatus ReadWord (VrmlData_InBuffer& theBuffer, diff --git a/src/VrmlData/VrmlData_Sphere.hxx b/src/VrmlData/VrmlData_Sphere.hxx index fae8083b10..2cc5d66c37 100644 --- a/src/VrmlData/VrmlData_Sphere.hxx +++ b/src/VrmlData/VrmlData_Sphere.hxx @@ -49,7 +49,7 @@ class VrmlData_Sphere : public VrmlData_Geometry inline Standard_Real Radius () const { return myRadius; } /** - * Set the spere radius + * Set the sphere radius */ inline void SetRadius (const Standard_Real theRadius) { myRadius = theRadius; SetModified(); } diff --git a/src/XSControl/XSControl_Controller.hxx b/src/XSControl/XSControl_Controller.hxx index d6b77ea240..be4365cb04 100644 --- a/src/XSControl/XSControl_Controller.hxx +++ b/src/XSControl/XSControl_Controller.hxx @@ -114,7 +114,7 @@ class XSControl_Controller : public Standard_Transient //! Read from field. Can be redefined Standard_EXPORT virtual Handle(Transfer_ActorOfFinderProcess) ActorWrite() const; - //! Sets mininum and maximum values for modetrans (write) + //! Sets minimum and maximum values for modetrans (write) //! Erases formerly recorded bounds and values //! Actually only for shape //! Then, for each value a little help can be attached