diff --git a/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx b/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx index 0682b09f25..69619a0043 100644 --- a/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx +++ b/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx @@ -69,7 +69,7 @@ void BOPAlgo_PaveFiller::ProcessDE() Handle(BOPDS_PaveBlock) aPBD; TColStd_ListIteratorOfListOfInteger aItLI; // - // 1. Find degnerated edges + // 1. Find degenerated edges //-----------------------------------------------------scope f // aAllocator= diff --git a/src/BRepAlgo/BRepAlgo.cxx b/src/BRepAlgo/BRepAlgo.cxx index 46cbe8f282..75574ac191 100644 --- a/src/BRepAlgo/BRepAlgo.cxx +++ b/src/BRepAlgo/BRepAlgo.cxx @@ -145,7 +145,7 @@ TopoDS_Wire BRepAlgo::ConcatenateWire(const TopoDS_Wire& W, closed_flag = Standard_True ; } //with the toler value Handle(TColGeom_HArray1OfBSplineCurve) concatcurve; //array of the concatenated curves - Handle(TColStd_HArray1OfInteger) ArrayOfIndices; //array of the remining Vertex + Handle(TColStd_HArray1OfInteger) ArrayOfIndices; //array of the remaining Vertex if (Option==GeomAbs_G1) GeomConvert::ConcatG1(tab, tabtolvertex, @@ -482,7 +482,7 @@ TopoDS_Edge BRepAlgo::ConcatenateWireC0(const TopoDS_Wire& aWire) } Handle(TColGeom_HArray1OfBSplineCurve) concatcurve; //array of the concatenated curves - Handle(TColStd_HArray1OfInteger) ArrayOfIndices; //array of the remining Vertex + Handle(TColStd_HArray1OfInteger) ArrayOfIndices; //array of the remaining Vertex GeomConvert::ConcatC1(tab, tabtolvertex, ArrayOfIndices, diff --git a/src/BRepCheck/BRepCheck_Shell.cxx b/src/BRepCheck/BRepCheck_Shell.cxx index 0da1b61d18..d15b330b32 100644 --- a/src/BRepCheck/BRepCheck_Shell.cxx +++ b/src/BRepCheck/BRepCheck_Shell.cxx @@ -737,7 +737,7 @@ BRepCheck_Status BRepCheck_Shell::Orientation(const Standard_Boolean Update) orf = (TopAbs_Orientation)MapOfShapeOrientation.Find(Fcur); Fcur.Orientation(orf); std::cout << " Error : this face has been already examined " << std::endl; - std::cout << " Imposible to return it "; + std::cout << " Impossible to return it "; PrintShape(Fcur, MapOfShapeOrientation.NbBuckets()); } #endif diff --git a/src/BRepFeat/BRepFeat_Form.cxx b/src/BRepFeat/BRepFeat_Form.cxx index e749670164..e04e2ce919 100644 --- a/src/BRepFeat/BRepFeat_Form.cxx +++ b/src/BRepFeat/BRepFeat_Form.cxx @@ -250,7 +250,7 @@ static void Descendants(const TopoDS_Shape&, continue; // for base case prism on mySUntil -> ambivalent direction -// -> preferrable direction = 1 +// -> preferable direction = 1 if(sens != 1) { if (ASI2.Point(jj,1).Parameter()* ASI2.Point(jj,ASI2.NbPoints(jj)).Parameter()<=0) diff --git a/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx b/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx index 9cefa8221b..a2525e7583 100644 --- a/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx +++ b/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx @@ -468,7 +468,7 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, // Construct a great profile that goes till the bounding box // -> by tangency with first and last edge of the Wire // -> by normals to base faces : statistically better -// Intersect everythin to find the final profile +// Intersect everything to find the final profile // ---case of sliding : construction of the face profile diff --git a/src/BRepFeat/BRepFeat_StatusError.hxx b/src/BRepFeat/BRepFeat_StatusError.hxx index 4ef6a67149..5906133016 100644 --- a/src/BRepFeat/BRepFeat_StatusError.hxx +++ b/src/BRepFeat/BRepFeat_StatusError.hxx @@ -17,7 +17,7 @@ #ifndef _BRepFeat_StatusError_HeaderFile #define _BRepFeat_StatusError_HeaderFile -//! Discribes the error. +//! Describes the error. enum BRepFeat_StatusError { BRepFeat_OK, diff --git a/src/BRepFill/BRepFill_LocationLaw.cxx b/src/BRepFill/BRepFill_LocationLaw.cxx index cb7b44e728..88fb76449e 100644 --- a/src/BRepFill/BRepFill_LocationLaw.cxx +++ b/src/BRepFill/BRepFill_LocationLaw.cxx @@ -65,7 +65,7 @@ static Standard_Real Norm(const gp_Mat& M) { //======================================================================= //function : ToG0 -//purpose : Calculate tranformation T such as T.M2 = M1 +//purpose : Calculate transformation T such as T.M2 = M1 //======================================================================= static void ToG0(const gp_Mat& M1, const gp_Mat& M2, gp_Mat& T) { diff --git a/src/BRepGProp/BRepGProp_MeshProps.cxx b/src/BRepGProp/BRepGProp_MeshProps.cxx index 408208a601..24b14885d0 100644 --- a/src/BRepGProp/BRepGProp_MeshProps.cxx +++ b/src/BRepGProp/BRepGProp_MeshProps.cxx @@ -257,7 +257,7 @@ void BRepGProp_MeshProps::Perform(const TColgp_Array1OfPnt& theNodes, Standard_Boolean isVolume = myType == Vinert; Standard_Integer i; - Standard_Integer n1, n2, n3; //node indeces + Standard_Integer n1, n2, n3; //node indices for (i = theTriangles.Lower(); i <= theTriangles.Upper(); ++i) { const Poly_Triangle& aTri = theTriangles(i); diff --git a/src/BRepLib/BRepLib.cxx b/src/BRepLib/BRepLib.cxx index 62363c085f..a76be168ab 100644 --- a/src/BRepLib/BRepLib.cxx +++ b/src/BRepLib/BRepLib.cxx @@ -2129,7 +2129,7 @@ static GeomAbs_Shape tgtfaces(const TopoDS_Edge& Ed, // Check conditions for G2 and C2 continuity: // * calculate principal curvatures on each surface - // * continuity is C2 if directions of principal curvatures are equal on differenct surfaces + // * continuity is C2 if directions of principal curvatures are equal on different surfaces // * continuity is G2 if directions of principal curvatures are just parallel // and values of curvatures are the same aSP1.Curvature(aCrvDir1[0], aCrvLen1[0], aCrvDir1[1], aCrvLen1[1]); diff --git a/src/BRepLib/BRepLib.hxx b/src/BRepLib/BRepLib.hxx index fe78457b91..3f585a89b2 100644 --- a/src/BRepLib/BRepLib.hxx +++ b/src/BRepLib/BRepLib.hxx @@ -138,7 +138,7 @@ public: //! radius of -- the cylindrical pipe surface that //! MinToleranceRequest is the minimum tolerance before it //! is useful to start testing. - //! Usually it should be arround 10e-5 + //! Usually it should be around 10e-5 //! contains all -- the curve representation of the edge //! returns True if the Edge tolerance had to be updated Standard_EXPORT static Standard_Boolean UpdateEdgeTol (const TopoDS_Edge& E, const Standard_Real MinToleranceRequest, const Standard_Real MaxToleranceToCheck); @@ -148,7 +148,7 @@ public: //! Returns True if at least one edge was updated -- //! MinToleranceRequest is the minimum tolerance before //! -- it -- is useful to start testing. - //! Usually it should be arround -- 10e-5-- + //! Usually it should be around -- 10e-5-- //! //! Warning :The method is very slow as it checks all. //! Use only in interfaces or processing assimilate batch diff --git a/src/BRepLib/BRepLib_FindSurface.hxx b/src/BRepLib/BRepLib_FindSurface.hxx index 047182507a..0b89a67d91 100644 --- a/src/BRepLib/BRepLib_FindSurface.hxx +++ b/src/BRepLib/BRepLib_FindSurface.hxx @@ -64,7 +64,7 @@ public: //! if is true, the computed surface will be //! a plane. If it is not possible to find a plane, the //! flag NotDone will be set. - //! If is true, then S sould be a wire + //! If is true, then S should be a wire //! and the existing surface, on which wire S is not //! closed in 2D, will be ignored. Standard_EXPORT BRepLib_FindSurface(const TopoDS_Shape& S, const Standard_Real Tol = -1, const Standard_Boolean OnlyPlane = Standard_False, const Standard_Boolean OnlyClosed = Standard_False); @@ -74,7 +74,7 @@ public: //! if is true, the computed surface will be //! a plane. If it is not possible to find a plane, the //! flag NotDone will be set. - //! If is true, then S sould be a wire + //! If is true, then S should be a wire //! and the existing surface, on which wire S is not //! closed in 2D, will be ignored. Standard_EXPORT void Init (const TopoDS_Shape& S, const Standard_Real Tol = -1, const Standard_Boolean OnlyPlane = Standard_False, const Standard_Boolean OnlyClosed = Standard_False); diff --git a/src/BRepLib/BRepLib_FuseEdges.cxx b/src/BRepLib/BRepLib_FuseEdges.cxx index ac1e37be13..cdf173c507 100644 --- a/src/BRepLib/BRepLib_FuseEdges.cxx +++ b/src/BRepLib/BRepLib_FuseEdges.cxx @@ -708,7 +708,7 @@ Standard_Boolean BRepLib_FuseEdges::NextConnexEdge(const TopoDS_Vertex& theVerte itFac1.Next(); } - // 3rd condition : same suport + // 3rd condition : same support if (HasConnex) { HasConnex = SameSupport(TopoDS::Edge(theEdge),TopoDS::Edge(theEdgeConnex)); } diff --git a/src/BRepLib/BRepLib_MakeShell.hxx b/src/BRepLib/BRepLib_MakeShell.hxx index 647ecae502..0983b99e42 100644 --- a/src/BRepLib/BRepLib_MakeShell.hxx +++ b/src/BRepLib/BRepLib_MakeShell.hxx @@ -30,7 +30,7 @@ class Geom_Surface; class TopoDS_Shell; -//! Provides methos to build shells. +//! Provides methods to build shells. //! //! Build a shell from a set of faces. //! Build untied shell from a non C2 surface diff --git a/src/BRepLib/BRepLib_MakeWire.hxx b/src/BRepLib/BRepLib_MakeWire.hxx index 6822d76e3d..d047d1ab4d 100644 --- a/src/BRepLib/BRepLib_MakeWire.hxx +++ b/src/BRepLib/BRepLib_MakeWire.hxx @@ -47,7 +47,7 @@ class TopoDS_Vertex; //! - A new wire is created with the edges of the //! wire + the edge. //! -//! - If the edge is not connnected to the wire the +//! - If the edge is not connected to the wire the //! flag NotDone is set and the method Wire will //! raise an error. //! diff --git a/src/BRepLib/BRepLib_MakeWire_1.cxx b/src/BRepLib/BRepLib_MakeWire_1.cxx index ab81724737..7dde7a53bb 100644 --- a/src/BRepLib/BRepLib_MakeWire_1.cxx +++ b/src/BRepLib/BRepLib_MakeWire_1.cxx @@ -306,7 +306,7 @@ void BRepLib_MakeWire::CreateNewVertices(const NCollection_List new vertex] //note that already existing shape (i.e. the original ones) - //shouldnt be modified on the topological level + //shouldn't be modified on the topological level NCollection_List>::Iterator itLLV; NCollection_List::Iterator itLV; BRep_Builder aBB; @@ -330,7 +330,7 @@ void BRepLib_MakeWire::CreateNewVertices(const NCollection_List]\n" - "\"-r\" - allowed number of allone vertices.", + "\"-r\" - allowed number of alone vertices.", __FILE__, checksection, g); diff --git a/src/BRepTools/BRepTools_Quilt.hxx b/src/BRepTools/BRepTools_Quilt.hxx index 871ea7c23c..8bbf15b7cc 100644 --- a/src/BRepTools/BRepTools_Quilt.hxx +++ b/src/BRepTools/BRepTools_Quilt.hxx @@ -29,25 +29,19 @@ class TopoDS_Vertex; class TopoDS_Shape; -//! A Tool to glue faces at common edges and -//! reconstruct shells. +//! A Tool to glue faces at common edges and reconstruct shells. //! -//! The user designate pairs of common edges using the -//! method Bind. One edge is designated as the edge to -//! use in place of the other one (they are supposed -//! to be geometrically confused, but this not -//! checked). They can be of opposite directions, this -//! is specified by the orientations. +//! The user designate pairs of common edges using the method Bind. +//! One edge is designated as the edge to use in place of the other one +//! (they are supposed to be geometrically confused, but this not checked). +//! They can be of opposite directions, this is specified by the orientations. //! -//! The user can add shapes with the Add method, all -//! the faces are registred and copies of faces and -//! edges are made to glue at the bound edges. +//! The user can add shapes with the Add method, all the faces are registered and copies of faces +//! and edges are made to glue at the bound edges. //! -//! The user can call the Shells methods to compute a -//! compound of shells from the current set of faces. +//! The user can call the Shells methods to compute a compound of shells from the current set of faces. //! -//! If no binding is made this class can be used to -//! make shell from faces already sharing their edges. +//! If no binding is made this class can be used to make shell from faces already sharing their edges. class BRepTools_Quilt { public: diff --git a/src/BSplCLib/BSplCLib.cxx b/src/BSplCLib/BSplCLib.cxx index c35d193413..2c57202c7d 100644 --- a/src/BSplCLib/BSplCLib.cxx +++ b/src/BSplCLib/BSplCLib.cxx @@ -230,7 +230,7 @@ void BSplCLib::LocateParameter //function : LocateParameter //purpose : Effective computation // pmn 28-01-97 : Add limits of the period as input argument, -// as it is imposible to produce them at this level. +// as it is impossible to produce them at this level. //======================================================================= void BSplCLib::LocateParameter diff --git a/src/BSplCLib/BSplCLib.hxx b/src/BSplCLib/BSplCLib.hxx index d3947e1dd7..1d6dade1ac 100644 --- a/src/BSplCLib/BSplCLib.hxx +++ b/src/BSplCLib/BSplCLib.hxx @@ -595,8 +595,8 @@ public: Standard_EXPORT static void Unperiodize (const Standard_Integer Degree, const TColStd_Array1OfInteger& Mults, const TColStd_Array1OfReal& Knots, const TColgp_Array1OfPnt2d& Poles, const TColStd_Array1OfReal* Weights, TColStd_Array1OfInteger& NewMults, TColStd_Array1OfReal& NewKnots, TColgp_Array1OfPnt2d& NewPoles, TColStd_Array1OfReal* NewWeights); //! Set in and the number of Knots and - //! Poles of the curve resulting of the trimming of the - //! BSplinecurve definded with , , + //! Poles of the curve resulting from the trimming of the + //! BSplinecurve defined with , , Standard_EXPORT static void PrepareTrimming (const Standard_Integer Degree, const Standard_Boolean Periodic, const TColStd_Array1OfReal& Knots, const TColStd_Array1OfInteger& Mults, const Standard_Real U1, const Standard_Real U2, Standard_Integer& NbKnots, Standard_Integer& NbPoles); Standard_EXPORT static void Trimming (const Standard_Integer Degree, const Standard_Boolean Periodic, const Standard_Integer Dimension, const TColStd_Array1OfReal& Knots, const TColStd_Array1OfInteger& Mults, const TColStd_Array1OfReal& Poles, const Standard_Real U1, const Standard_Real U2, TColStd_Array1OfReal& NewKnots, TColStd_Array1OfInteger& NewMults, TColStd_Array1OfReal& NewPoles); @@ -766,12 +766,12 @@ public: //! Array[i][p] for each p in //! 1..ArrayDimension. If HomogeneousFlag == //! 0 the Poles are multiplied by the - //! Weights uppon Entry and once + //! Weights upon Entry and once //! interpolation is carried over the //! result of the poles are divided by the //! result of the interpolation of the //! weights. Otherwise if HomogenousFlag == 1 - //! the Poles and Weigths are treated homogenously + //! the Poles and Weigths are treated homogeneously //! that is that those are interpolated as they //! are and result is returned without division //! by the interpolated weigths. @@ -788,12 +788,12 @@ public: //! B[i] = Array[i][p] for each p in 1..ArrayDimension //! If HomogeneousFlag == //! 0 the Poles are multiplied by the - //! Weights uppon Entry and once + //! Weights upon Entry and once //! interpolation is carried over the //! result of the poles are divided by the //! result of the interpolation of the //! weights. Otherwise if HomogenousFlag == 1 - //! the Poles and Weigths are treated homogenously + //! the Poles and Weigths are treated homogeneously //! that is that those are interpolated as they //! are and result is returned without division //! by the interpolated weigths. @@ -1221,7 +1221,7 @@ public: //! the Poles array according to the requests in //! ContactOrderArray that is : if //! ContactOrderArray(i) has value d it means that - //! Poles(i) containes the dth derivative of the + //! Poles(i) contains the dth derivative of the //! function to be interpolated. The length L of the //! following arrays must be the same : //! Parameters, ContactOrderArray, Poles, @@ -1242,7 +1242,7 @@ public: //! the Poles array according to the requests in //! ContactOrderArray that is : if //! ContactOrderArray(i) has value d it means that - //! Poles(i) containes the dth derivative of the + //! Poles(i) contains the dth derivative of the //! function to be interpolated. The length L of the //! following arrays must be the same : //! Parameters, ContactOrderArray, Poles, @@ -1264,7 +1264,7 @@ public: //! the Poles array according to the requests in //! ContactOrderArray that is : if //! ContactOrderArray(i) has value d it means that - //! Poles(i) containes the dth derivative of the + //! Poles(i) contains the dth derivative of the //! function to be interpolated. The length L of the //! following arrays must be the same : //! Parameters, ContactOrderArray, Poles, @@ -1285,7 +1285,7 @@ public: //! the Poles array according to the requests in //! ContactOrderArray that is : if //! ContactOrderArray(i) has value d it means that - //! Poles(i) containes the dth derivative of the + //! Poles(i) contains the dth derivative of the //! function to be interpolated. The length L of the //! following arrays must be the same : //! Parameters, ContactOrderArray, Poles, @@ -1306,7 +1306,7 @@ public: //! the Poles array according to the requests in //! ContactOrderArray that is : if //! ContactOrderArray(i) has value d it means that - //! Poles(i) containes the dth derivative of the + //! Poles(i) contains the dth derivative of the //! function to be interpolated. The length L of the //! following arrays must be the same : //! Parameters, ContactOrderArray diff --git a/src/BSplCLib/BSplCLib_2.cxx b/src/BSplCLib/BSplCLib_2.cxx index 54e114d92f..acef2d983a 100644 --- a/src/BSplCLib/BSplCLib_2.cxx +++ b/src/BSplCLib/BSplCLib_2.cxx @@ -646,7 +646,7 @@ void BSplCLib::MovePointAndTangent(const Standard_Real U, if (conditions) { // - // build 2 auxialiary functions + // build 2 auxiliary functions // TColStd_Array1OfReal schoenberg_points(1,num_poles) ; TColStd_Array1OfReal first_function (1,num_poles) ; diff --git a/src/BiTgte/BiTgte_Blend.cxx b/src/BiTgte/BiTgte_Blend.cxx index a144269c28..dae680ea9e 100644 --- a/src/BiTgte/BiTgte_Blend.cxx +++ b/src/BiTgte/BiTgte_Blend.cxx @@ -2310,7 +2310,7 @@ void BiTgte_Blend::ComputeShape() // Find in the initial Shapel: // - untouched Faces // - generated tubes - // - the faces neighbors of tubes that sould be reconstucted preserving sharing. + // - the faces neighbors of tubes that should be reconstructed preserving sharing. // For Debug : Visualize edges of the initial shape that should be reconstructed. #ifdef DRAW diff --git a/src/BinTObjDrivers/BinTObjDrivers_ReferenceDriver.cxx b/src/BinTObjDrivers/BinTObjDrivers_ReferenceDriver.cxx index 89301a27ff..d6f121ef1b 100644 --- a/src/BinTObjDrivers/BinTObjDrivers_ReferenceDriver.cxx +++ b/src/BinTObjDrivers/BinTObjDrivers_ReferenceDriver.cxx @@ -87,7 +87,7 @@ Standard_Boolean BinTObjDrivers_ReferenceDriver::Paste } aDS = aModel->GetLabel().Data(); } - // reffered label + // referred label TDF_Label aLabel; if (! theSource.GetLabel (aDS, aLabel)) return Standard_False; diff --git a/src/Bnd/Bnd_Box.hxx b/src/Bnd/Bnd_Box.hxx index 3d3656373d..1cfb7c0fce 100644 --- a/src/Bnd/Bnd_Box.hxx +++ b/src/Bnd/Bnd_Box.hxx @@ -71,12 +71,12 @@ public: Standard_EXPORT Bnd_Box(); //! Creates a bounding box, it contains: - //! - minimum/maximum point of bouning box, + //! - minimum/maximum point of bounding box, //! The constructed box is qualified Void. Its gap is null. Standard_EXPORT Bnd_Box (const gp_Pnt theMin, const gp_Pnt theMax); - //! Sets this bounding box so that it covers the whole of 3D space. - //! It is infinitely long in all directions. + //! Sets this bounding box so that it covers the whole of 3D space. + //! It is infinitely long in all directions. void SetWhole() { Flags = WholeMask; } //! Sets this bounding box so that it is empty. All points are outside a void box. diff --git a/src/BndLib/BndLib_Add2dCurve.hxx b/src/BndLib/BndLib_Add2dCurve.hxx index 13c375703d..f0554be897 100644 --- a/src/BndLib/BndLib_Add2dCurve.hxx +++ b/src/BndLib/BndLib_Add2dCurve.hxx @@ -107,7 +107,7 @@ public: //! Adds to the bounding box B the part of curve C //! B is then enlarged by the tolerance value Tol. - //! U1, U2 - the parametric range to comute the bounding box; + //! U1, U2 - the parametric range to compute the bounding box; //! Note: depending on the type of curve, one of the following //! representations of the curve C is used to include it in the bounding box B: //! - an exact representation if C is built from a line, a circle or a conic curve, @@ -117,7 +117,7 @@ public: //! Adds to the bounding box B the part of curve C //! B is then enlarged by the tolerance value Tol. - //! U1, U2 - the parametric range to comute the bounding box; + //! U1, U2 - the parametric range to compute the bounding box; //! Note: depending on the type of curve, one of the following //! algorithms is used to include it in the bounding box B: //! - an exact analytical if C is built from a line, a circle or a conic curve, diff --git a/src/DDocStd/DDocStd_ApplicationCommands.cxx b/src/DDocStd/DDocStd_ApplicationCommands.cxx index 04bab120a9..25832eb6bc 100644 --- a/src/DDocStd/DDocStd_ApplicationCommands.cxx +++ b/src/DDocStd/DDocStd_ApplicationCommands.cxx @@ -482,7 +482,7 @@ static Standard_Integer DDocStd_PrintComments (Draw_Interpretor& di, } //======================================================================= -//function : SetStorageFormatVerison +//function : SetStorageFormatVersion //purpose : //======================================================================= static Standard_Integer DDocStd_SetStorageFormatVersion (Draw_Interpretor& , @@ -501,7 +501,7 @@ static Standard_Integer DDocStd_SetStorageFormatVersion (Draw_Interpretor& , } //======================================================================= -//function : GetStorageFormatVerison +//function : GetStorageFormatVersion //purpose : //======================================================================= static Standard_Integer DDocStd_GetStorageFormatVersion (Draw_Interpretor& di, diff --git a/src/Draw/Draw_View.hxx b/src/Draw/Draw_View.hxx index 347e278b17..97eea16fb7 100644 --- a/src/Draw/Draw_View.hxx +++ b/src/Draw/Draw_View.hxx @@ -144,7 +144,7 @@ public: //! @name view API //! Initialize view by the type. Standard_Boolean Init(const char* theType); - //! Transformates view matrix. + //! Transform view matrix. void Transform(const gp_Trsf& theTransformation); //! Resets frame of current view. diff --git a/src/Extrema/Extrema_GenExtPS.cxx b/src/Extrema/Extrema_GenExtPS.cxx index df2f888e17..0c90446570 100644 --- a/src/Extrema/Extrema_GenExtPS.cxx +++ b/src/Extrema/Extrema_GenExtPS.cxx @@ -207,7 +207,7 @@ Processing: and RealLast() in case of maximums), - table TbSel(0,NbU+1,0,NbV+1) of selection of points for calculation of local extremum (0). When a point will selected, - it will not be selectable, as well as the ajacent points + it will not be selectable, as well as the adjacent points (8 at least). The corresponding addresses will be set to 1. b.b- Calculation of minimums (or maximums): All distances from table TbDist are parsed in a loop: diff --git a/src/UnitsMethods/UnitsMethods.cxx b/src/UnitsMethods/UnitsMethods.cxx index 953d0b09ea..6de4275da1 100644 --- a/src/UnitsMethods/UnitsMethods.cxx +++ b/src/UnitsMethods/UnitsMethods.cxx @@ -306,14 +306,14 @@ Handle(Geom2d_Curve) UnitsMethods::DegreeToRadian else if (aPcurve->IsKind(STANDARD_TYPE(Geom2d_Parabola))) { #ifdef OCCT_DEBUG std::cout << "PCURVE of Parabola type" << std::endl; - std::cout << "Parameters Not Yet transformed according to LenghtUnit" << std::endl; + std::cout << "Parameters Not Yet transformed according to LengthUnit" << std::endl; #endif return aPcurve; } else if (aPcurve->IsKind(STANDARD_TYPE(Geom2d_Hyperbola))) { #ifdef OCCT_DEBUG std::cout << "PCURVE of Hyperbola type" << std::endl; - std::cout << "Parameters Not Yet transformed according to LenghtUnit" << std::endl; + std::cout << "Parameters Not Yet transformed according to LengthUnit" << std::endl; #endif return aPcurve; } diff --git a/src/V3d/V3d_Plane.hxx b/src/V3d/V3d_Plane.hxx index 7622239c28..13739ef917 100755 --- a/src/V3d/V3d_Plane.hxx +++ b/src/V3d/V3d_Plane.hxx @@ -57,7 +57,7 @@ public: const Standard_Real theC, const Standard_Real theD); - //! Display the plane representation in the choosen view. + //! Display the plane representation in the chosen view. Standard_EXPORT virtual void Display (const Handle(V3d_View)& theView, const Quantity_Color& theColor = Quantity_NOC_GRAY); @@ -83,7 +83,7 @@ public: private: - //! Updates the the plane representation. + //! Updates the plane representation. Standard_EXPORT void Update(); protected: diff --git a/src/V3d/V3d_View.hxx b/src/V3d/V3d_View.hxx index b8fc75e17c..3b4fb6cce2 100644 --- a/src/V3d/V3d_View.hxx +++ b/src/V3d/V3d_View.hxx @@ -494,7 +494,7 @@ public: Standard_EXPORT void SetCenter (const Standard_Integer theXp, const Standard_Integer theYp); //! Defines the view projection size in its maximum dimension, - //! keeping the inital height/width ratio unchanged. + //! keeping the initial height/width ratio unchanged. Standard_EXPORT void SetSize (const Standard_Real theSize); //! Defines the Depth size of the view diff --git a/src/ViewerTest/ViewerTest.cxx b/src/ViewerTest/ViewerTest.cxx index 960a5e92df..adf3114777 100644 --- a/src/ViewerTest/ViewerTest.cxx +++ b/src/ViewerTest/ViewerTest.cxx @@ -5355,7 +5355,7 @@ static void objInfo (const NCollection_Map& theDe } else if (theObj->Type() == AIS_KindOfInteractive_Relation) { - // PrsDim_Dimention and AIS_Relation + // PrsDim_Dimension and AIS_Relation Handle(PrsDim_Relation) aRelation = Handle(PrsDim_Relation)::DownCast (theObj); switch (aRelation->KindOfDimension()) { @@ -6870,7 +6870,7 @@ void ViewerTest::Commands(Draw_Interpretor& theCommands) "\nSets selection shape type filter in context or remove all filters." "\n : Option -contextfilter : To define a selection filter for two or more types of entity," "\n use value AND (OR by default)." - "\n : Option -type set type of selection filter. Filters are applyed with Or combination." + "\n : Option -type set type of selection filter. Filters are applied with Or combination." "\n : Option -clear remove all filters in context", __FILE__,VSelFilter,group); diff --git a/src/ViewerTest/ViewerTest_ObjectCommands.cxx b/src/ViewerTest/ViewerTest_ObjectCommands.cxx index 5a981c7525..48b34dab21 100644 --- a/src/ViewerTest/ViewerTest_ObjectCommands.cxx +++ b/src/ViewerTest/ViewerTest_ObjectCommands.cxx @@ -6265,7 +6265,7 @@ static int VVertexMode (Draw_Interpretor& theDI, //======================================================================= //function : VPointCloud -//purpose : Create interactive object for arbitary set of points. +//purpose : Create interactive object for arbitrary set of points. //======================================================================= static Standard_Integer VPointCloud (Draw_Interpretor& theDI, Standard_Integer theArgNum, @@ -7161,7 +7161,7 @@ void ViewerTest::ObjectCommands(Draw_Interpretor& theCommands) theCommands.Add ("vpointcloud", "vpointcloud name shape [-randColor] [-normals] [-noNormals] [-uv]" - "\n\t\t: Create an interactive object for arbitary set of points" + "\n\t\t: Create an interactive object for arbitrary set of points" "\n\t\t: from triangulated shape." "\n" "vpointcloud name x y z r npts {surface|volume}\n" diff --git a/src/ViewerTest/ViewerTest_RelationCommands.cxx b/src/ViewerTest/ViewerTest_RelationCommands.cxx index 21b73409e7..2c85248e1e 100644 --- a/src/ViewerTest/ViewerTest_RelationCommands.cxx +++ b/src/ViewerTest/ViewerTest_RelationCommands.cxx @@ -203,7 +203,7 @@ static Standard_Boolean Get3DPointAtMousePosition (const gp_Pnt& theFirstPoint, // -hideunits // // Warning! flyout is not an aspect value, it is for dimension parameter -// likewise text position, but text position override other paramaters. +// likewise text position, but text position override other parameters. // For text position changing use 'vmovedim'. //======================================================================= static int ParseDimensionParams (Standard_Integer theArgNum, @@ -382,7 +382,7 @@ static int ParseDimensionParams (Standard_Integer theArgNum, TCollection_AsciiString aValue (theArgVec[++anIt]); if (!aValue.IsRealValue (Standard_True)) { - Message::SendFail() << "Error: arrow lenght should be float degree value."; + Message::SendFail() << "Error: arrow length should be float degree value."; return 1; } theAspect->ArrowAspect()->SetLength (Draw::Atof (aValue.ToCString())); diff --git a/src/ViewerTest/ViewerTest_ViewerCommands.cxx b/src/ViewerTest/ViewerTest_ViewerCommands.cxx index 04c285ffd3..338025686e 100644 --- a/src/ViewerTest/ViewerTest_ViewerCommands.cxx +++ b/src/ViewerTest/ViewerTest_ViewerCommands.cxx @@ -2397,7 +2397,7 @@ void ViewerTest::RemoveView (const Handle(V3d_View)& theView, //============================================================================== //function : RemoveView -//purpose : Close and remove view from display, clear maps if neccessary +//purpose : Close and remove view from display, clear maps if necessary //============================================================================== void ViewerTest::RemoveView (const TCollection_AsciiString& theViewName, const Standard_Boolean isContextRemoved) { @@ -12355,7 +12355,7 @@ static Standard_Integer VRenderParams (Draw_Interpretor& theDI, const Standard_Integer aPbrEnvBakingDiffNbSamples = Draw::Atoi (theArgVec[anArgIter]); if (aPbrEnvBakingDiffNbSamples < 1) { - Message::SendFail ("Syntax error: 'BakingDiffSamplesNumber' of PBR Environtment has to be greater or equal 1"); + Message::SendFail ("Syntax error: 'BakingDiffSamplesNumber' of PBR Environment has to be greater or equal 1"); return 1; } aParams.PbrEnvBakingDiffNbSamples = aPbrEnvBakingDiffNbSamples; @@ -12373,7 +12373,7 @@ static Standard_Integer VRenderParams (Draw_Interpretor& theDI, const Standard_Integer aPbrEnvBakingSpecNbSamples = Draw::Atoi(theArgVec[anArgIter]); if (aPbrEnvBakingSpecNbSamples < 1) { - Message::SendFail ("Syntax error: 'BakingSpecSamplesNumber' of PBR Environtment has to be greater or equal 1"); + Message::SendFail ("Syntax error: 'BakingSpecSamplesNumber' of PBR Environment has to be greater or equal 1"); return 1; } aParams.PbrEnvBakingSpecNbSamples = aPbrEnvBakingSpecNbSamples; @@ -12390,7 +12390,7 @@ static Standard_Integer VRenderParams (Draw_Interpretor& theDI, if (aPbrEnvBakingProbability < 0.f || aPbrEnvBakingProbability > 1.f) { - Message::SendFail ("Syntax error: 'BakingProbability' of PBR Environtment has to be in range of [0, 1]"); + Message::SendFail ("Syntax error: 'BakingProbability' of PBR Environment has to be in range of [0, 1]"); return 1; } aParams.PbrEnvBakingProbability = aPbrEnvBakingProbability; @@ -14365,7 +14365,7 @@ static int VColorDiff (Draw_Interpretor& theDI, Standard_Integer theNbArgs, con } //=============================================================================================== -//function : VBVHPrebuid +//function : VSelBvhBuild //purpose : //=============================================================================================== static int VSelBvhBuild (Draw_Interpretor& /*theDI*/, Standard_Integer theNbArgs, const char** theArgVec) @@ -14467,7 +14467,7 @@ void ViewerTest::ViewerCommands(Draw_Interpretor& theCommands) "\n\t\t: Display name will be used within creation of graphic driver, when specified." #endif "\n\t\t: -left, -top pixel position of left top corner of the window." - "\n\t\t: -width, -height width and heigth of window respectively." + "\n\t\t: -width, -height width and height of window respectively." "\n\t\t: -cloneActive floag to copy camera and dimensions of active view." "\n\t\t: -exitOnClose when specified, closing the view will exit application." "\n\t\t: -closeOnEscape when specified, view will be closed on pressing Escape." @@ -14576,7 +14576,7 @@ void ViewerTest::ViewerCommands(Draw_Interpretor& theCommands) " -imageMode (-imgMode, -imageMd, -imgMd): sets image fill type\n" " -gradient (-grad, -gr): sets background gradient starting and ending colors\n" " -gradientMode (-gradMode, -gradMd, -grMode, -grMd): sets gradient fill method\n" - " -cubemap (-cmap, -cm): sets environmet cubemap as background\n" + " -cubemap (-cmap, -cm): sets environment cubemap as background\n" " -invertedz (-invz, -iz): sets inversion of Z axis for background cubemap rendering\n" " -order (-o): defines order of tiles in one image cubemap\n" " (has no effect in case of multi image cubemaps)\n" @@ -14772,7 +14772,7 @@ void ViewerTest::ViewerCommands(Draw_Interpretor& theCommands) "\n\t\t: window - convert to window coordinates, pixels" "\n\t\t: view - convert to view projection plane" "\n\t\t: grid - convert to model coordinates, given on grid" - "\n\t\t: ray - convert projection ray to model coordiantes" + "\n\t\t: ray - convert projection ray to model coordinates" "\n\t\t: - vconvert v window : convert view to window;" "\n\t\t: - vconvert v view : convert window to view;" "\n\t\t: - vconvert x y window : convert view to window;" @@ -14995,7 +14995,7 @@ void ViewerTest::ViewerCommands(Draw_Interpretor& theCommands) "\n\t\t: [-fov2d [Angle]] [-lockZup {0|1}]" "\n\t\t: [-xrPose base|head=base]" "\n\t\t: Manages camera parameters." - "\n\t\t: Displays frustum when presntation name PrsName is specified." + "\n\t\t: Displays frustum when presentation name PrsName is specified." "\n\t\t: Prints current value when option called without argument." "\n\t\t: Orthographic camera:" "\n\t\t: -ortho activate orthographic projection" diff --git a/src/Vrml/Vrml_DirectionalLight.hxx b/src/Vrml/Vrml_DirectionalLight.hxx index f928058aa4..54f1b41eb2 100644 --- a/src/Vrml/Vrml_DirectionalLight.hxx +++ b/src/Vrml/Vrml_DirectionalLight.hxx @@ -33,7 +33,7 @@ class gp_Vec; //! defines a directional light node of VRML specifying //! properties of lights. //! This node defines a directional light source that illuminates -//! along rays parallel to a given 3-dimentional vector +//! along rays parallel to a given 3-dimensional vector //! Color is written as an RGB triple. //! Light intensity must be in the range 0.0 to 1.0, inclusive. class Vrml_DirectionalLight diff --git a/src/VrmlData/VrmlData_ShapeConvert.cxx b/src/VrmlData/VrmlData_ShapeConvert.cxx index bf5d86f086..ae627986e6 100644 --- a/src/VrmlData/VrmlData_ShapeConvert.cxx +++ b/src/VrmlData/VrmlData_ShapeConvert.cxx @@ -100,7 +100,7 @@ void VrmlData_ShapeConvert::AddShape (const TopoDS_Shape& theShape, //======================================================================= //function : makeTShapeNode -//purpose : auxilary +//purpose : auxiliary //======================================================================= Handle(VrmlData_Geometry) VrmlData_ShapeConvert::makeTShapeNode(const TopoDS_Shape& theShape, const TopAbs_ShapeEnum theShapeType, diff --git a/src/VrmlData/VrmlData_ShapeConvert.hxx b/src/VrmlData/VrmlData_ShapeConvert.hxx index f07ec45613..f93861ee12 100644 --- a/src/VrmlData/VrmlData_ShapeConvert.hxx +++ b/src/VrmlData/VrmlData_ShapeConvert.hxx @@ -75,7 +75,7 @@ class VrmlData_ShapeConvert /** * Convert all accumulated shapes and store them in myScene. - * The internal data structures are cleared in the end of convertion. + * The internal data structures are cleared in the end of conversion. * @param theExtractFaces * If True, converter extracst faces from the shapes. * @param theExtractEdges diff --git a/src/XCAFDoc/XCAFDoc_Area.hxx b/src/XCAFDoc/XCAFDoc_Area.hxx index 41ea1f3153..c97cea810b 100644 --- a/src/XCAFDoc/XCAFDoc_Area.hxx +++ b/src/XCAFDoc/XCAFDoc_Area.hxx @@ -55,7 +55,7 @@ public: Standard_EXPORT Standard_Real Get() const; - //! Returns volume of area as argument and succes status + //! Returns volume of area as argument and success status //! returns false if no such attribute at the