1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-08 14:17:06 +03:00

0031939: Coding - correction of spelling errors in comments [part 10]

Fix various typos via codespell.
This commit is contained in:
luz paz
2021-04-19 11:42:46 +03:00
committed by bugmaster
parent b69e576af0
commit 316ea29318
339 changed files with 1743 additions and 1972 deletions

View File

@@ -18,7 +18,7 @@
#include <Font_TextFormatter.hxx>
// =======================================================================
// Function : Perfrom
// Function : Perform
// Purpose :
// =======================================================================
TopoDS_Shape StdPrs_BRepTextBuilder::Perform (StdPrs_BRepFont& theFont,

View File

@@ -15,7 +15,7 @@
// commercial license or contractual agreement.
// Great zoom leads to non-coincidence of
// a point and non-infinite lines passing throught this point:
// a point and non-infinite lines passing through this point:
#include <Adaptor3d_Curve.hxx>
#include <Bnd_Box.hxx>

View File

@@ -13,7 +13,7 @@
// commercial license or contractual agreement.
// Great zoom leads to non-coincidence of
// a point and non-infinite lines passing throught this point:
// a point and non-infinite lines passing through this point:
#include <Adaptor3d_Curve.hxx>
#include <Bnd_Box.hxx>

View File

@@ -81,7 +81,7 @@ namespace
}
}
//! Reoder and adjust to the limit a curve's parameter values.
//! Reorder and adjust to the limit a curve's parameter values.
//! @param theCurve [in] the curve.
//! @param theLimit [in] the parameter limit value.
//! @param theFirst [in/out] the first parameter value.
@@ -442,7 +442,7 @@ void StdPrs_Isolines::addOnSurface (const Handle(BRepAdaptor_Surface)& theSurfac
Standard_Real aU1 = anEdgeCurve->FirstParameter();
Standard_Real aU2 = anEdgeCurve->LastParameter();
// MSV 17.08.06 OCC13144: U2 occured less than U1, to overcome it
// MSV 17.08.06 OCC13144: U2 occurred less than U1, to overcome it
// ensure that distance U2-U1 is not greater than aLimit*2,
// if greater then choose an origin and use aLimit to define
// U1 and U2 anew.

View File

@@ -163,7 +163,7 @@ public:
const TColStd_SequenceOfReal& theUIsoParams,
const TColStd_SequenceOfReal& theVIsoParams);
//! Evalute sequence of parameters for drawing uv isolines for a given face.
//! Evaluate sequence of parameters for drawing uv isolines for a given face.
//! @param theFace [in] the face.
//! @param theNbIsoU [in] the number of u isolines.
//! @param theNbIsoV [in] the number of v isolines.