1
0
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:
luz paz
2020-12-21 11:48:18 +03:00
committed by bugmaster
parent 3b1129a546
commit b81b237fa4
165 changed files with 413 additions and 455 deletions

View File

@@ -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

View File

@@ -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