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 3]
Fix various typos Fixed via `codespell v2.1.dev0`
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
//! Save the found extremum.
|
||||
Standard_EXPORT virtual Standard_Integer GetStateNumber() Standard_OVERRIDE;
|
||||
|
||||
//! Return the nunber of found extrema.
|
||||
//! Return the number of found extrema.
|
||||
Standard_EXPORT Standard_Integer NbExt() const;
|
||||
|
||||
//! Returns the Nth distance.
|
||||
|
@@ -47,7 +47,7 @@ public:
|
||||
//! Tol is the tolerance on the distance between a point
|
||||
//! and the parametrised curve.
|
||||
//! In that case, no bounds are given. The research of
|
||||
//! the rigth parameter has to be made on the natural
|
||||
//! the right parameter has to be made on the natural
|
||||
//! parametric domain of the curve.
|
||||
Standard_EXPORT static Standard_Real FindParameter (const Adaptor2d_Curve2d& C, const gp_Pnt2d& Pnt, const Standard_Real Tol);
|
||||
|
||||
|
Reference in New Issue
Block a user