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 4]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -132,7 +132,7 @@ IntRes2d_Domain IntCurve_IntCurveCurveGen::ComputeDomain(const TheCurve& C1,
|
||||
case GeomAbs_Circle: {
|
||||
//---------------------------------------------------------------
|
||||
//-- if the curve is a trimmed curve, first and last parameters
|
||||
//-- will be the parameters used to buid the domain
|
||||
//-- will be the parameters used to build the domain
|
||||
//--
|
||||
Standard_Real firstparameter = TheCurveTool::FirstParameter(C1);
|
||||
Standard_Real lastparameter = TheCurveTool::LastParameter(C1);
|
||||
|
Reference in New Issue
Block a user