1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0033778: Documentation - Fix various typos found in codebase

This commit is contained in:
luzpaz
2024-07-26 03:51:12 -04:00
committed by GitHub
parent 9fcfec881c
commit 245febe036
62 changed files with 124 additions and 124 deletions

View File

@@ -451,7 +451,7 @@ void CPnts_AbscissaPoint::Perform(const Standard_Real Abscissa,
}
else {
Standard_Real Ui = U0 + (Abscissa / myL) * (myUMax - myUMin) / 3.;
// exercice : why 3 ?
// exercise : why 3 ?
Perform(Abscissa,U0,Ui,Resolution);
}
}