mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0031939: Coding - correction of spelling errors in comments [part 5]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -1123,7 +1123,7 @@ void ComputeInternalPointsOnRstr
|
||||
Contap_Point& thevtx = Line.Vertex(i);
|
||||
if (Abs(thevtx.ParameterOnLine()-paramp) <= toler) {
|
||||
thevtx.SetInternal();
|
||||
ok = Standard_False; // on a correspondance
|
||||
ok = Standard_False; // on a correspondence
|
||||
}
|
||||
}
|
||||
if (ok) { // il faut alors rajouter le point
|
||||
|
@@ -35,7 +35,7 @@ class IntSurf_Transition;
|
||||
//! Definition of a vertex on the contour line.
|
||||
//! Most of the time, such a point is an intersection
|
||||
//! between the contour and a restriction of the surface.
|
||||
//! When it is not tyhe method IsOnArc return False.
|
||||
//! When it is not the method IsOnArc return False.
|
||||
//! Such a point is contains geometrical information (see
|
||||
//! the Value method) and logical information.
|
||||
class Contap_Point
|
||||
|
Reference in New Issue
Block a user