1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +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

@@ -50,14 +50,14 @@ public:
Standard_EXPORT GC_MakeMirror(const gp_Lin& Line);
//! Make a symetry transformation af axis defined by
//! Make a symmetry transformation af axis defined by
//! <Point> and <Direc>.
Standard_EXPORT GC_MakeMirror(const gp_Pnt& Point, const gp_Dir& Direc);
//! Make a symetry transformation of plane <Plane>.
//! Make a symmetry transformation of plane <Plane>.
Standard_EXPORT GC_MakeMirror(const gp_Pln& Plane);
//! Make a symetry transformation of plane <Plane>.
//! Make a symmetry transformation of plane <Plane>.
Standard_EXPORT GC_MakeMirror(const gp_Ax2& Plane);
//! Returns the constructed transformation.

View File

@@ -74,7 +74,7 @@ public:
//! In the first case the result is at the distance
//! <Dist> to the plane <Pln> in the direction of the
//! normal to <Pln>.
//! Otherwise it is in the oposite direction.
//! Otherwise it is in the opposite direction.
Standard_EXPORT GC_MakePlane(const gp_Pln& Pln, const Standard_Real Dist);
//! Make a Plane from Geom <ThePlane> passing through 3

View File

@@ -47,7 +47,7 @@ public:
//! Make a cylindricalSurface <Cyl> from Geom
//! Its axis is is <P1P2> and its radius is the distance
//! Its axis is <P1P2> and its radius is the distance
//! between <P3> and <P1P2>.
//! The height is the distance between P1 and P2.
Standard_EXPORT GC_MakeTrimmedCylinder(const gp_Pnt& P1, const gp_Pnt& P2, const gp_Pnt& P3);