diff --git a/src/AIS/AIS.hxx b/src/AIS/AIS.hxx index 579f156194..1716313618 100644 --- a/src/AIS/AIS.hxx +++ b/src/AIS/AIS.hxx @@ -57,7 +57,7 @@ //! To facilitate management, each object and each construction element has a selection priority. //! There are also means to modify the default priority. //! To define an environment of dynamic detection, you can use standard filter classes or create your own. -//! A filter questions the owner of the sensitive primitive to determine if it has the the desired qualities. +//! A filter questions the owner of the sensitive primitive to determine if it has the desired qualities. //! If it answers positively, it is kept. If not, it is rejected. //! The standard filters supplied in AIS include: //! - AIS_AttributeFilter diff --git a/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx b/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx index 85a79ad819..c8595771a8 100644 --- a/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx +++ b/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx @@ -5782,11 +5782,11 @@ int mma2er1_(integer *ndjacu, /* PATJAC: Table of coeff. of square of approximation with */ /* constraints of order IORDRU by U and IORDRV by V. */ /* VECERR: Auxiliary vector. */ -/* ERREUR: MAX Error commited during removal of ALREADY CALCULATED coeff of PATJAC */ +/* ERREUR: MAX Error committed during removal of ALREADY CALCULATED coeff of PATJAC */ /* OUTPUT ARGUMENTS : */ /* ------------------- */ -/* ERREUR: MAX Error commited during removal of coeff of PATJAC */ +/* ERREUR: MAX Error committed during removal of coeff of PATJAC */ /* of indices from MINDGU to MAXDGU by U and from MINDGV to MAXDGV by V */ /* THEN the already calculated error. */ @@ -5949,11 +5949,11 @@ int mma2er2_(integer *ndjacu, /* constraints of order IORDRU by U and IORDRV by V. */ /* EPMSCUT: Tolerance of approximation. */ /* VECERR: Auxiliary vector. */ -/* ERREUR: MAX Error commited ALREADY CALCULATED */ +/* ERREUR: MAX Error committed ALREADY CALCULATED */ /* OUTPUT ARGUMENTS : */ /* ------------------- */ -/* ERREUR: MAX Error commited by preserving only coeff of PATJAC */ +/* ERREUR: MAX Error committed by preserving only coeff of PATJAC */ /* of indices from 0 to NEWDGU by U and from 0 to NEWDGV by V */ /* PLUS the already calculated error. */ /* NEWDGU: Min. Degree by U such as the square of approximation */ @@ -7281,7 +7281,7 @@ int mma2moy_(integer *ndgumx, /* OUTPUT ARGUMENTS : */ /* ------------------- */ -/* ERRMOY: Average error commited by preserving only the coeff of */ +/* ERRMOY: Average error committed by preserving only the coeff of */ /* PATJAC 2*(IORDRU+1) in MINDGU by U and 2*(IORDRV+1) in MINDGV by V. */ /* COMMONS USED : */ diff --git a/src/Approx/Approx_SweepApproximation.cxx b/src/Approx/Approx_SweepApproximation.cxx index a12fc94c69..b5cc429a78 100644 --- a/src/Approx/Approx_SweepApproximation.cxx +++ b/src/Approx/Approx_SweepApproximation.cxx @@ -120,7 +120,7 @@ void Approx_SweepApproximation::Perform(const Standard_Real First, Translation.SetXYZ (myFunc->BarycentreOfSurf().XYZ()); for (ii=1; ii<=Num3DSS; ii++) { - Tol = ThreeDTol->Value(ii)/2; // To take accout of the error on the final result. + Tol = ThreeDTol->Value(ii)/2; // To take account of the error on the final result. OneDTol->SetValue(ii, Tol * Wmin(ii) / Size); Tol *= Wmin(ii); //Factor of projection ThreeDTol->SetValue(ii, Max(Tol, 1.e-20) ); diff --git a/src/BOPDS/BOPDS_Interf.hxx b/src/BOPDS/BOPDS_Interf.hxx index 2e47700829..601d38e6df 100644 --- a/src/BOPDS/BOPDS_Interf.hxx +++ b/src/BOPDS/BOPDS_Interf.hxx @@ -21,7 +21,7 @@ #include /** - * The class BOPDS_Interf is is to store the information about + * The class BOPDS_Interf stores the information about * the interference between two shapes. * The class BOPDS_Interf is root class * @@ -191,7 +191,7 @@ class BOPDS_Interf { Handle(NCollection_BaseAllocator) myAllocator; }; /** - * The class BOPDS_InterfVV is is to store the information about + * The class BOPDS_InterfVV stores the information about * the interference of the type vertex/vertex. */ //======================================================================= @@ -224,7 +224,7 @@ class BOPDS_InterfVV : public BOPDS_Interf { // }; /** - * The class BOPDS_InterfVE is is to store the information about + * The class BOPDS_InterfVE stores the information about * the interference of the type vertex/edge. */ //======================================================================= @@ -289,7 +289,7 @@ class BOPDS_InterfVE : public BOPDS_Interf { }; /** - * The class BOPDS_InterfVF is is to store the information about + * The class BOPDS_InterfVF stores the information about * the interference of the type vertex/face */ //======================================================================= @@ -362,7 +362,7 @@ class BOPDS_InterfVF : public BOPDS_Interf { }; /** - * The class BOPDS_InterfEE is is to store the information about + * The class BOPDS_InterfEE stores the information about * the interference of the type edge/edge. */ //======================================================================= @@ -417,7 +417,7 @@ class BOPDS_InterfEE : public BOPDS_Interf { IntTools_CommonPrt myCommonPart; }; /** - * The class BOPDS_InterfEF is is to store the information about + * The class BOPDS_InterfEF stores the information about * the interference of the type edge/face. */ //======================================================================= @@ -477,7 +477,7 @@ class BOPDS_InterfEF : public BOPDS_Interf { IntTools_CommonPrt myCommonPart; } /** - * The class BOPDS_InterfFF is is to store the information about + * The class BOPDS_InterfFF stores the information about * the interference of the type face/face. */; //======================================================================= @@ -588,7 +588,7 @@ class BOPDS_InterfFF : public BOPDS_Interf { }; /** - * The class BOPDS_InterfVZ is is to store the information about + * The class BOPDS_InterfVZ stores the information about * the interference of the type vertex/solid. */ //======================================================================= @@ -621,7 +621,7 @@ class BOPDS_InterfVZ : public BOPDS_Interf { // }; /** - * The class BOPDS_InterfEZ is is to store the information about + * The class BOPDS_InterfEZ stores the information about * the interference of the type edge/solid. */ //======================================================================= @@ -654,7 +654,7 @@ class BOPDS_InterfEZ : public BOPDS_Interf { // }; /** - * The class BOPDS_InterfFZ is is to store the information about + * The class BOPDS_InterfFZ stores the information about * the interference of the type face/solid. */ //======================================================================= @@ -687,7 +687,7 @@ class BOPDS_InterfFZ : public BOPDS_Interf { // }; /** - * The class BOPDS_InterfZZ is is to store the information about + * The class BOPDS_InterfZZ stores the information about * the interference of the type solid/solid. */ //======================================================================= diff --git a/src/BOPDS/BOPDS_ShapeInfo.hxx b/src/BOPDS/BOPDS_ShapeInfo.hxx index d454ed3789..f2babc6253 100644 --- a/src/BOPDS/BOPDS_ShapeInfo.hxx +++ b/src/BOPDS/BOPDS_ShapeInfo.hxx @@ -128,7 +128,7 @@ public: //! Query //! Returns true if there is flag. - //! Returns the the flag theFlag + //! Returns the flag theFlag Standard_Boolean HasFlag (Standard_Integer& theFlag) const; diff --git a/src/BRep/BRep_Builder.cxx b/src/BRep/BRep_Builder.cxx index 272f2fca88..2e71609922 100644 --- a/src/BRep/BRep_Builder.cxx +++ b/src/BRep/BRep_Builder.cxx @@ -118,7 +118,7 @@ static void UpdateCurves(BRep_ListOfCurveRepresentation& lcr, if (GC->IsCurve3D()) { // if (!C.IsNull()) { //xpu031198, edge degeneree - // xpu151298 : parameters can be setted for null curves + // xpu151298 : parameters can be set for null curves // see lbo & flo, to determine whether range is defined // compare first and last parameters with default values. GC->Range(f, l); @@ -185,7 +185,7 @@ static void UpdateCurves(BRep_ListOfCurveRepresentation& lcr, if (GC->IsCurve3D()) { // if (!C.IsNull()) { //xpu031198, edge degeneree - // xpu151298 : parameters can be setted for null curves + // xpu151298 : parameters can be set for null curves // see lbo & flo, to determine whether range is defined // compare first and last parameters with default values. GC->Range(f, l); diff --git a/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx b/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx index 87efb3f294..cf772a41a9 100644 --- a/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx +++ b/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx @@ -70,7 +70,7 @@ public: Standard_EXPORT BRepAdaptor_CompCurve(const TopoDS_Wire& W, const Standard_Boolean KnotByCurvilinearAbcissa = Standard_False); - //! Creates a Curve to acces to the geometry of edge + //! Creates a Curve to access the geometry of edge //! . Standard_EXPORT BRepAdaptor_CompCurve(const TopoDS_Wire& W, const Standard_Boolean KnotByCurvilinearAbcissa, const Standard_Real First, const Standard_Real Last, const Standard_Real Tol); diff --git a/src/BRepAdaptor/BRepAdaptor_Curve.hxx b/src/BRepAdaptor/BRepAdaptor_Curve.hxx index 3cbfb2f663..ded2fda66c 100644 --- a/src/BRepAdaptor/BRepAdaptor_Curve.hxx +++ b/src/BRepAdaptor/BRepAdaptor_Curve.hxx @@ -71,11 +71,11 @@ public: //! Creates an undefined Curve with no Edge loaded. Standard_EXPORT BRepAdaptor_Curve(); - //! Creates a Curve to acces to the geometry of edge + //! Creates a Curve to access the geometry of edge //! . Standard_EXPORT BRepAdaptor_Curve(const TopoDS_Edge& E); - //! Creates a Curve to acces to the geometry of edge + //! Creates a Curve to access the geometry of edge //! . The geometry will be computed using the //! parametric curve of on the face . An Error //! is raised if the edge does not have a pcurve on @@ -85,11 +85,11 @@ public: //! Reset currently loaded curve (undone Load()). Standard_EXPORT void Reset(); - //! Sets the Curve to acces to the geometry of + //! Sets the Curve to access the geometry of //! edge . Standard_EXPORT void Initialize (const TopoDS_Edge& E); - //! Sets the Curve to acces to the geometry of + //! Sets the Curve to access the geometry of //! edge . The geometry will be computed using the //! parametric curve of on the face . An Error //! is raised if the edge does not have a pcurve on diff --git a/src/BRepAlgo/BRepAlgo_FaceRestrictor.hxx b/src/BRepAlgo/BRepAlgo_FaceRestrictor.hxx index 5aa1fcb7d8..5d95c34022 100644 --- a/src/BRepAlgo/BRepAlgo_FaceRestrictor.hxx +++ b/src/BRepAlgo/BRepAlgo_FaceRestrictor.hxx @@ -44,7 +44,7 @@ public: Standard_EXPORT BRepAlgo_FaceRestrictor(); - //! the surface of will be the the surface of each new + //! the surface of will be the surface of each new //! faces built. //! is used to update pcurves on edges if necessary. //! See Add(). diff --git a/src/BRepBlend/BRepBlend_AppFuncRoot.cxx b/src/BRepBlend/BRepBlend_AppFuncRoot.cxx index 46c703d882..a81ca86e20 100644 --- a/src/BRepBlend/BRepBlend_AppFuncRoot.cxx +++ b/src/BRepBlend/BRepBlend_AppFuncRoot.cxx @@ -306,7 +306,7 @@ Standard_Boolean BRepBlend_AppFuncRoot::SearchPoint(Blend_AppFunction& Func, Vec(XInit,Pnt); } else { - // (1.d) Intialisation by linear interpolation + // (1.d) Initialisation by linear interpolation Pnt = myLine->Point(Index); Vec(X1,Pnt); t1 = Pnt.Parameter(); diff --git a/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx b/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx index 72c312232d..cb11204ff1 100644 --- a/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx +++ b/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx @@ -3195,7 +3195,7 @@ void BRepBuilderAPI_Sewing::Merging(const Standard_Boolean /* firstTime */, MergedWithBound.Contains(iedge)); if (!isRejected) { if (myBoundSections.IsBound(iedge)) { - // Edge is splitted - check sections + // Edge is split - check sections TopTools_ListIteratorOfListOfShape lit(myBoundSections(iedge)); for (; lit.More() && !isRejected; lit.Next()) { const TopoDS_Shape& sec = lit.Value(); @@ -3289,7 +3289,7 @@ void BRepBuilderAPI_Sewing::Merging(const Standard_Boolean /* firstTime */, MergedWithSections.Contains(iedge)); if (!isRejected) { if (myBoundSections.IsBound(iedge)) { - // Edge is splitted - check sections + // Edge is split - check sections TopTools_ListIteratorOfListOfShape lit(myBoundSections(iedge)); for (; lit.More() && !isRejected; lit.Next()) { const TopoDS_Shape& sec = lit.Value(); @@ -3370,7 +3370,7 @@ void BRepBuilderAPI_Sewing::Merging(const Standard_Boolean /* firstTime */, if (!isMerged && !isMergedSplit) { // Nothing was merged in this iteration if (isPrevSplit) { - // Replace previously splitted bound + // Replace previously split bound myReShape->Replace(myReShape->Apply(bound),myReShape->Apply(BoundWire)); } // else if (hasCuttingSections) { @@ -3726,7 +3726,7 @@ void BRepBuilderAPI_Sewing::Cutting(const Message_ProgressRange& theProgress) // Store bound for section mySectionBound.Bind(section,bound); } - // Store splitted bound + // Store split bound myBoundSections.Bind(bound,listSections); } } diff --git a/src/BRepFill/BRepFill_PipeShell.hxx b/src/BRepFill/BRepFill_PipeShell.hxx index 0d92fae076..08b2e5adfa 100644 --- a/src/BRepFill/BRepFill_PipeShell.hxx +++ b/src/BRepFill/BRepFill_PipeShell.hxx @@ -64,7 +64,7 @@ public: //! Set an sweep's mode - //! If no mode are setted, the mode use in MakePipe is used + //! If no mode are set, the mode used in MakePipe is used Standard_EXPORT BRepFill_PipeShell(const TopoDS_Wire& Spine); //! Set an Frenet or an CorrectedFrenet trihedron @@ -86,7 +86,7 @@ public: //! Set support to the spine to define the BiNormal //! at the spine, like the normal the surfaces. //! Warning: To be effective, Each edge of the must - //! have an representaion on one face of + //! have an representation on one face of Standard_EXPORT Standard_Boolean Set (const TopoDS_Shape& SpineSupport); //! Set an auxiliary spine to define the Normal diff --git a/src/BRepMAT2d/BRepMAT2d_Explorer.hxx b/src/BRepMAT2d/BRepMAT2d_Explorer.hxx index 9fc4d3e81c..9847cd640a 100644 --- a/src/BRepMAT2d/BRepMAT2d_Explorer.hxx +++ b/src/BRepMAT2d/BRepMAT2d_Explorer.hxx @@ -96,7 +96,7 @@ protected: private: - //! Construction from a set of cuves from Geom2d. + //! Construction from a set of curves from Geom2d. //! Assume the orientation of the closed lines are //! compatible. (ie if A is in B, the orientation of A and B //! has to be different. diff --git a/src/BRepMesh/BRepMesh_Triangulator.hxx b/src/BRepMesh/BRepMesh_Triangulator.hxx index b1538c4e24..5c3f09d9e3 100644 --- a/src/BRepMesh/BRepMesh_Triangulator.hxx +++ b/src/BRepMesh/BRepMesh_Triangulator.hxx @@ -51,7 +51,7 @@ public: const NCollection_List& theWires, const gp_Dir& theNorm); - //! Performs triangulation of source wires and stores triangles the the output list. + //! Performs triangulation of source wires and stores triangles the output list. Standard_EXPORT Standard_Boolean Perform (NCollection_List& thePolyTriangles); //! Set messenger for output information diff --git a/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx b/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx index 18e6c56212..c3a56e4103 100644 --- a/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx +++ b/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx @@ -67,7 +67,7 @@ public: //! Constructs the shell-generating framework defined by the wire Spine. //! Sets an sweep's mode - //! If no mode are setted, the mode use in MakePipe is used + //! If no mode are set, the mode use in MakePipe is used Standard_EXPORT BRepOffsetAPI_MakePipeShell(const TopoDS_Wire& Spine); //! Sets a Frenet or a CorrectedFrenet trihedron @@ -91,7 +91,7 @@ public: //! Sets support to the spine to define the BiNormal of //! the trihedron, like the normal to the surfaces. //! Warning: To be effective, Each edge of the must - //! have an representaion on one face of + //! have a representation on one face of Standard_EXPORT Standard_Boolean SetMode (const TopoDS_Shape& SpineSupport); //! Sets an auxiliary spine to define the Normal diff --git a/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx b/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx index 91415d6a0a..2156812b9c 100644 --- a/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx +++ b/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx @@ -111,7 +111,7 @@ public: //! Returns the initial face corresponding to the projected edge E. //! Exceptions //! StdFail_NotDone if no face was found. - //! Standard_NoSuchObject if if a face corresponding to + //! Standard_NoSuchObject if a face corresponding to //! E has already been found. Standard_EXPORT const TopoDS_Shape& Couple (const TopoDS_Edge& E) const; diff --git a/src/BRepTools/BRepTools_Quilt.cxx b/src/BRepTools/BRepTools_Quilt.cxx index 416ec22a45..f31c864840 100644 --- a/src/BRepTools/BRepTools_Quilt.cxx +++ b/src/BRepTools/BRepTools_Quilt.cxx @@ -367,7 +367,7 @@ TopoDS_Shape BRepTools_Quilt::Shells() const // - Add the face to an existing shell // - Connect other shells if the face touch more than one shell - // In the Map M the Shell is bound withe the relative orientation of E + // In the Map M the Shell is bound with the relative orientation of E // in the shell // In the map MF we binb the face to its shell. // In the Map MF the Shell is bound with the relative orientation of F diff --git a/src/BSplCLib/BSplCLib.hxx b/src/BSplCLib/BSplCLib.hxx index 7d89644306..d3947e1dd7 100644 --- a/src/BSplCLib/BSplCLib.hxx +++ b/src/BSplCLib/BSplCLib.hxx @@ -663,7 +663,7 @@ public: //! * Knots and multiplicities or "flat knots" without //! multiplicities. //! - //! * The is the the localization of the + //! * The is the localization of the //! parameter in the knot sequence. If is out //! of range the correct value will be searched. //! @@ -1359,7 +1359,7 @@ public: //! FlatKnots are the knots of the BSpline Starting Condition if = //! -1 means the starting point of the curve can move //! = 0 means the - //! starting point of the cuve cannot move but tangen starting + //! starting point of the curve cannot move but tangent starting //! point of the curve cannot move //! = 1 means the starting point and tangents cannot move //! = 2 means the starting point tangent and curvature cannot move @@ -1386,7 +1386,7 @@ public: //! FlatKnots are the knots of the BSpline Starting Condition if = //! -1 means the starting point of the curve can move //! = 0 means the - //! starting point of the cuve cannot move but tangen starting + //! starting point of the curve cannot move but tangent starting //! point of the curve cannot move //! = 1 means the starting point and tangents cannot move //! = 2 means the starting point tangent and curvature cannot move @@ -1413,7 +1413,7 @@ public: //! FlatKnots are the knots of the BSpline Starting Condition if = //! -1 means the starting point of the curve can move //! = 0 means the - //! starting point of the cuve cannot move but tangen starting + //! starting point of the curve cannot move but tangent starting //! point of the curve cannot move //! = 1 means the starting point and tangents cannot move //! = 2 means the starting point tangent and curvature cannot move diff --git a/src/BVH/BVH_QueueBuilder.hxx b/src/BVH/BVH_QueueBuilder.hxx index 51d79615dc..7fde18d257 100644 --- a/src/BVH/BVH_QueueBuilder.hxx +++ b/src/BVH/BVH_QueueBuilder.hxx @@ -164,7 +164,7 @@ protected: BVH_Tree* theBVH, const Standard_Integer theNode) const = 0; - //! Processes child nodes of the splitted BVH node. + //! Processes child nodes of the split BVH node. virtual void addChildren (BVH_Tree* theBVH, BVH_BuildQueue& theBuildQueue, const Standard_Integer theNode, diff --git a/src/Bisector/Bisector_Bisec.cxx b/src/Bisector/Bisector_Bisec.cxx index cb63dc7683..7159fc6936 100644 --- a/src/Bisector/Bisector_Bisec.cxx +++ b/src/Bisector/Bisector_Bisec.cxx @@ -70,7 +70,7 @@ Bisector_Bisec::Bisector_Bisec() // apoint : point through which the bissectrice should pass. // afirstvector : \ vectors to determine the sector where // asecondvector : / the bissectrice should be located. -// adirection : shows the the side of the bissectrice to be preserved. +// adirection : shows the side of the bissectrice to be preserved. // tolerance : threshold starting from which the bisectrices are degenerated //=========================================================================== diff --git a/src/ChFi2d/ChFi2d_Builder.cxx b/src/ChFi2d/ChFi2d_Builder.cxx index 8cfc9cf394..0e797fe32f 100644 --- a/src/ChFi2d/ChFi2d_Builder.cxx +++ b/src/ChFi2d/ChFi2d_Builder.cxx @@ -810,7 +810,7 @@ TopoDS_Edge ChFi2d_Builder::BuildFilletEdge(const TopoDS_Vertex& V, Handle(Geom2d_Circle) CC2 = Handle(Geom2d_Circle)::DownCast(basisC2); ElCLib::D1(param3,CC2->Circ2d(),p,Ve2); Sens2 = (CC2->Circ2d()).IsDirect(); - } // if if (C2->DynamicType() ... + } // if (C2->DynamicType() ... else { Handle(Geom2d_Line) CC2 = Handle(Geom2d_Line)::DownCast(basisC2); ElCLib::D1(param3,CC2->Lin2d(),p,Ve2); diff --git a/src/ChFi3d/ChFi3d_Builder_SpKP.cxx b/src/ChFi3d/ChFi3d_Builder_SpKP.cxx index 06a4f585af..a1a04de26c 100644 --- a/src/ChFi3d/ChFi3d_Builder_SpKP.cxx +++ b/src/ChFi3d/ChFi3d_Builder_SpKP.cxx @@ -672,7 +672,7 @@ Standard_Boolean ChFi3d_Builder::SplitKPart Standard_Boolean& intf, Standard_Boolean& intl) { - //The the hatching of each faces is started by tangency lines. + //The hatching of each faces is started by tangency lines. Standard_Real pitol = Precision::PIntersection(); diff --git a/src/D3DHost/D3DHost_FrameBuffer.cxx b/src/D3DHost/D3DHost_FrameBuffer.cxx index 6c2b96ebbf..25e4afb877 100644 --- a/src/D3DHost/D3DHost_FrameBuffer.cxx +++ b/src/D3DHost/D3DHost_FrameBuffer.cxx @@ -331,7 +331,7 @@ void D3DHost_FrameBuffer::BindBuffer (const Handle(OpenGl_Context)& theCtx) myDepthFormat = 0; myDepthStencilTexture->Release (theCtx.get()); theCtx->PushMessage (GL_DEBUG_SOURCE_APPLICATION, GL_DEBUG_TYPE_PORTABILITY, 0, GL_DEBUG_SEVERITY_HIGH, - "D3DHost_FrameBuffer, OpenGL FBO is created without Depth+Stencil attachements!"); + "D3DHost_FrameBuffer, OpenGL FBO is created without Depth+Stencil attachments!"); } } } diff --git a/src/DBRep/DBRep.cxx b/src/DBRep/DBRep.cxx index 973a762203..bb3ed45499 100644 --- a/src/DBRep/DBRep.cxx +++ b/src/DBRep/DBRep.cxx @@ -1634,7 +1634,7 @@ void DBRep::BasicCommands(Draw_Interpretor& theCommands) theCommands.Add("numshapes","numshapes s; size of shape",__FILE__,numshapes,g); theCommands.Add("countshapes","countshapes s; count of shape",__FILE__,countshapes,g); theCommands.Add("setflags", - "setflags shape_name flag1[flag2...]\n sets flags for shape(free, modidfied, checked, orientable, closed, infinite, convex, locked), for exmple or if necessary unflag ", + "setflags shape_name flag1[flag2...]\n sets flags for shape(free, modified, checked, orientable, closed, infinite, convex, locked), for example or if necessary unflag ", __FILE__,setFlags,g); // theCommands.Add("dumpmmgt", diff --git a/src/DDF/DDF.hxx b/src/DDF/DDF.hxx index 6b3db337b0..71a22ea186 100644 --- a/src/DDF/DDF.hxx +++ b/src/DDF/DDF.hxx @@ -43,12 +43,12 @@ public: //! Search in draw directory the framewok identified //! by its name . returns True if found. In that - //! case is setted. + //! case is set. Standard_EXPORT static Standard_Boolean GetDF (Standard_CString& Name, Handle(TDF_Data)& DF, const Standard_Boolean Complain = Standard_True); //! Search in the label identified by its entry //! . returns if found. In that case - //!