mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0031939: Coding - correction of spelling errors in comments [part 6]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -306,7 +306,7 @@ Standard_Boolean BRepBlend_AppFuncRoot::SearchPoint(Blend_AppFunction& Func,
|
||||
Vec(XInit,Pnt);
|
||||
}
|
||||
else {
|
||||
// (1.d) Intialisation by linear interpolation
|
||||
// (1.d) Initialisation by linear interpolation
|
||||
Pnt = myLine->Point(Index);
|
||||
Vec(X1,Pnt);
|
||||
t1 = Pnt.Parameter();
|
||||
|
Reference in New Issue
Block a user