Fix various typos
This commit is contained in:
@@ -85,7 +85,7 @@ hTrimCurve::hTrimCurve(Handle(Geom2d_Curve) hCurveIn,
|
||||
//just a convenient struct for now.
|
||||
}
|
||||
|
||||
//All this OCC math is being done on on edges(&vertices) that have been through the center/scale/mirror process.
|
||||
//All this OCC math is being done on edges(&vertices) that have been through the center/scale/mirror process.
|
||||
|
||||
//TODO: this needs to be exposed to Python
|
||||
void DrawDimHelper::makeExtentDim(DrawViewPart* dvp,
|
||||
|
||||
@@ -106,7 +106,7 @@ TaskCenterLine::TaskCenterLine(TechDraw::DrawViewPart* partFeat,
|
||||
setUiEdit();
|
||||
// connect the dialog objects
|
||||
setUiConnect();
|
||||
// save the existing centerline to restore in in case the user rejects the changes
|
||||
// save the existing centerline to restore in case the user rejects the changes
|
||||
orig_cl = *m_cl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user