diff --git a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp index b190e6a50753..cf53a77521ee 100644 --- a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp +++ b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp @@ -1304,7 +1304,7 @@ class DrawSketchHandlerLineSet: public DrawSketchHandler int previousCurve; Sketcher::PointPos firstPosId; Sketcher::PointPos previousPosId; - // the latter stores those constraints that a first point would have been given in abscence of the transition mechanism + // the latter stores those constraints that a first point would have been given in absence of the transition mechanism std::vector sugConstr1, sugConstr2, virtualsugConstr1; Base::Vector2d CenterPoint;