1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-24 13:50:49 +03:00

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

Fix various typos

Fixed via `codespell v2.1.dev0`
This commit is contained in:
luz paz
2020-12-10 11:40:53 +03:00
committed by bugmaster
parent 65cec1a6ef
commit a25d5aaa30
157 changed files with 329 additions and 309 deletions

View File

@@ -100,8 +100,8 @@ public:
//! Returns the solution number Index and raises OutOfRange
//! exception if Index is greater than the number of solutions.
//! Be carefull: the Index is only a way to get all the
//! solutions, but is not associated to theses outside the context
//! Be careful: the Index is only a way to get all the
//! solutions, but is not associated to these outside the context
//! of the algorithm-object.
//! Exceptions
//! Standard_OutOfRange if Index is less than or equal

View File

@@ -116,8 +116,8 @@ public:
//! Returns the solution number Index and raises OutOfRange
//! exception if Index is greater than the number of solutions.
//! Be carefull: the Index is only a way to get all the
//! solutions, but is not associated to theses outside the context of the algorithm-object.
//! Be careful: the Index is only a way to get all the
//! solutions, but is not associated to these outside the context of the algorithm-object.
//! Warning
//! This indexing simply provides a means of consulting the
//! solutions. The index values are not associated with

View File

@@ -134,8 +134,8 @@ public:
//! Returns the solution number Index and raises OutOfRange
//! exception if Index is greater than the number of solutions.
//! Be carefull: the Index is only a way to get all the
//! solutions, but is not associated to theses outside the context
//! Be careful: the Index is only a way to get all the
//! solutions, but is not associated to these outside the context
//! of the algorithm-object.
Standard_EXPORT gp_Circ2d ThisSolution (const Standard_Integer Index) const;

View File

@@ -78,8 +78,8 @@ public:
//! Returns the solution number Index and raises OutOfRange
//! exception if Index is greater than the number of solutions.
//! Be carefull: the Index is only a way to get all the
//! solutions, but is not associated to theses outside the
//! Be careful: the Index is only a way to get all the
//! solutions, but is not associated to these outside the
//! context of the algorithm-object.
//! It raises NotDone if the construction algorithm
//! didn't succeed.

View File

@@ -127,8 +127,8 @@ public:
//! Returns the solution number Index and raises OutOfRange
//! exception if Index is greater than the number of solutions.
//! Be carefull: the Index is only a way to get all the
//! solutions, but is not associated to theses outside the context
//! Be careful: the Index is only a way to get all the
//! solutions, but is not associated to these outside the context
//! of the algorithm-object.
//! Exceptions
//! Standard_OutOfRange if Index is less than zero or

View File

@@ -126,7 +126,7 @@ public:
//! Returns the solution number Index and raises OutOfRange
//! exception if Index is greater than the number of solutions.
//! Be careful: the Index is only a way to get all the
//! solutions, but is not associated to theses outside the
//! solutions, but is not associated to these outside the
//! context of the algorithm-object.
//! It raises NotDone if the construction algorithm
//! didn't succeed.

View File

@@ -66,7 +66,7 @@ public:
Standard_EXPORT Geom2dGcc_Lin2d2Tan(const Geom2dGcc_QualifiedCurve& Qualified1, const Geom2dGcc_QualifiedCurve& Qualified2, const Standard_Real Tolang);
//! This class implements the algorithms used to create 2d
//! lines passing thrue a point and tangent to a curve.
//! lines passing through a point and tangent to a curve.
//! Tolang is used to determine the tolerance for the tangency points.
Standard_EXPORT Geom2dGcc_Lin2d2Tan(const Geom2dGcc_QualifiedCurve& Qualified1, const gp_Pnt2d& ThePoint, const Standard_Real Tolang);
@@ -78,7 +78,7 @@ public:
Standard_EXPORT Geom2dGcc_Lin2d2Tan(const Geom2dGcc_QualifiedCurve& Qualified1, const Geom2dGcc_QualifiedCurve& Qualified2, const Standard_Real Tolang, const Standard_Real Param1, const Standard_Real Param2);
//! This class implements the algorithms used to create 2d
//! lines passing thrue a point and tangent to a curve.
//! lines passing through a point and tangent to a curve.
//! Tolang is used to determine the tolerance for the tangency points.
//! Param2 is used for the initial guess on the curve.
Standard_EXPORT Geom2dGcc_Lin2d2Tan(const Geom2dGcc_QualifiedCurve& Qualified1, const gp_Pnt2d& ThePoint, const Standard_Real Tolang, const Standard_Real Param1);

View File

@@ -51,7 +51,7 @@ public:
//! This class implements the algorithms used to create 2d
//! lines passing thrue a point and tangent to a curve.
//! lines passing through a point and tangent to a curve.
//! Tolang is used to determine the tolerance for the
//! tangency points.
//! Param2 is used for the initial guess on the curve.