Sketcher: fix typo in source comment

Found via codespell
This commit is contained in:
Luz Paz
2025-06-05 08:01:44 -04:00
committed by Max Wilfinger
parent de37c5157a
commit 5c219bea41

View File

@@ -265,7 +265,7 @@ private:
auto* ellipse = static_cast<Part::GeomEllipse*>(geo); // NOLINT
// OpenCascade throws if we try to set a major radius smaller than
// the minor radius or conversly, so we reorder the operations
// the minor radius or conversely, so we reorder the operations
// depending on if we scale up or down
if (scaleFactor < 1.0) {
ellipse->setMinorRadius(ellipse->getMinorRadius() * scaleFactor);