Sketcher: Spelling colinear -> collinear

I have not changed the name of the `areColinear` function.
This commit is contained in:
Roy-043
2024-03-25 09:39:15 +01:00
committed by wwmayer
parent 4596aa1ae6
commit a7251a6c3a
5 changed files with 7 additions and 7 deletions

View File

@@ -2375,7 +2375,7 @@ void EditModeConstraintCoinManager::drawConstraintIcons(const GeoListFacade& geo
switch (constraint->Type) {
case Tangent: { // second icon is available only for colinear line segments
case Tangent: { // second icon is available only for collinear line segments
const Part::Geometry* geo1 = geolistfacade.getGeometryFromGeoId(constraint->First);
const Part::Geometry* geo2 = geolistfacade.getGeometryFromGeoId(constraint->Second);
if (geo1 && geo1->is<Part::GeomLineSegment>() && geo2