Fix various typos

This commit is contained in:
luzpaz
2023-08-13 14:19:55 +00:00
committed by Chris Hennes
parent c409d3b788
commit 5b698e6b68
5 changed files with 5 additions and 5 deletions

View File

@@ -1081,7 +1081,7 @@ Restart:
static_cast<const Part::GeomCircle*>(geo1);
const Part::GeomCircle* circle2 =
static_cast<const Part::GeomCircle*>(geo2);
// tangency between two cicles
// tangency between two circles
Base::Vector3d dir =
(circle2->getCenter() - circle1->getCenter()).Normalize();
pos = circle1->getCenter() + dir * circle1->getRadius();