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 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
|
||||
|
Reference in New Issue
Block a user