1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +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

@@ -59,7 +59,7 @@ public:
Standard_EXPORT Standard_Boolean UnModified() const;
//! Returns the number of curves.
//! it's allways greatest than 2.
//! it's always greatest than 2.
//!
//! raises if the Curve is UnModified;
Standard_EXPORT Standard_Integer NbCurves() const;

View File

@@ -32,7 +32,7 @@ class MAT2d_Tool2d;
class MAT_Bisector;
//! this class contains the generic algoritm of
//! this class contains the generic algorithm of
//! computation of the bisecting locus.
class MAT2d_Mat2d
{
@@ -41,15 +41,15 @@ public:
DEFINE_STANDARD_ALLOC
//! Empty construtor.
//! Empty constructor.
Standard_EXPORT MAT2d_Mat2d(const Standard_Boolean IsOpenResult = Standard_False);
Standard_EXPORT ~MAT2d_Mat2d();
//! Algoritm of computation of the bisecting locus.
//! Algorithm of computation of the bisecting locus.
Standard_EXPORT void CreateMat (MAT2d_Tool2d& aTool);
//! Algoritm of computation of the bisecting locus for
//! Algorithm of computation of the bisecting locus for
//! open wire.
Standard_EXPORT void CreateMatOpen (MAT2d_Tool2d& aTool);

View File

@@ -114,7 +114,7 @@ public:
//! by their parameters on <abisector>.
Standard_EXPORT Standard_Real Distance (const Handle(MAT_Bisector)& abisector, const Standard_Real param1, const Standard_Real param2) const;
//! displays informations about the bisector defined by
//! displays information about the bisector defined by
//! <bisector>.
Standard_EXPORT void Dump (const Standard_Integer bisector, const Standard_Integer erease) const;