1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

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

Fix various typos

Fixed via `codespell v2.1.dev
This commit is contained in:
luz paz
2021-01-11 12:29:28 +03:00
committed by bugmaster
parent 83746de803
commit 54adc5e979
162 changed files with 295 additions and 294 deletions

View File

@@ -131,7 +131,7 @@ public:
//! Some Curves such as OffsetCurve can be closed or not. These curves
//! are considered as closed if the distance between the first point
//! and the last point of the curve is lower or equal to the Resolution
//! from package gp which is a fixed criterion independant of the
//! from package gp which is a fixed criterion independent of the
//! application.
Standard_EXPORT virtual Standard_Boolean IsClosed() const = 0;

View File

@@ -162,13 +162,13 @@ public:
//! Computes the inverse of this transformation.
//! and assigns the result to this transformatio
//!
//! Raised if the the transformation is singular. This means that
//! Raised if the transformation is singular. This means that
//! the ScaleFactor is lower or equal to Resolution from
//! package gp.
Standard_EXPORT void Invert();
//! Computes the inverse of this transformation and creates a new one.
//! Raises ConstructionError if the the transformation is singular. This means that
//! Raises ConstructionError if the transformation is singular. This means that
//! the ScaleFactor is lower or equal to Resolution from package gp.
Standard_NODISCARD Standard_EXPORT Handle(Geom2d_Transformation) Inverted() const;