mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-13 23:27:24 +08:00
Documentation - Fix various typos found in codebase #495
Found via codespell
This commit is contained in:
@@ -236,7 +236,7 @@ void PrsDim_EqualDistanceRelation::ComputeSelection(const Handle(SelectMgr_Selec
|
||||
BRepAdaptor_Curve aCurve(TopoDS::Edge(myFShape));
|
||||
if (aCurve.GetType() == GeomAbs_Line)
|
||||
{
|
||||
// add sensetive element - line
|
||||
// add sensitive element - line
|
||||
seg = new Select3D_SensitiveSegment(own, myAttachPoint1, myPoint1);
|
||||
aSelection->Add(seg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user