Documentation - Fix various typos found in codebase #495

Found via codespell
This commit is contained in:
luzpaz
2025-04-12 10:02:50 -04:00
committed by GitHub
parent db33e7a43f
commit a3595cb871
6 changed files with 13 additions and 13 deletions

View File

@@ -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);
}