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 3]
Fix various typos Fixed via `codespell v2.1.dev0`
This commit is contained in:
@@ -910,7 +910,7 @@ Standard_Boolean GeomEvaluator_OffsetSurface::ReplaceDerivative(
|
||||
|
||||
gp_Pnt aP;
|
||||
gp_Vec aDU, aDV;
|
||||
// Step away from currect parametric coordinates and calculate derivatives once again.
|
||||
// Step away from current parametric coordinates and calculate derivatives once again.
|
||||
// Replace zero derivative by the obtained.
|
||||
for (Standard_Real aStepSign = -1.0; aStepSign <= 1.0 && !isReplaced; aStepSign += 2.0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user