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
Fix various typos Fixed via `codespell v2.0.dev`
This commit is contained in:
@@ -406,7 +406,7 @@ static Handle(IntPatch_WLine)
|
||||
NCollection_Array1<Standard_Integer> aNewPointsHash(1, theWLine->NbPnts());
|
||||
FillPointsHash(theWLine, aNewPointsHash);
|
||||
|
||||
// Inital computations.
|
||||
// Initial computations.
|
||||
Standard_Real UonS1[3], VonS1[3], UonS2[3], VonS2[3];
|
||||
theWLine->Point(1).ParametersOnS1(UonS1[0], VonS1[0]);
|
||||
theWLine->Point(2).ParametersOnS1(UonS1[1], VonS1[1]);
|
||||
|
Reference in New Issue
Block a user