From dd137506c4d14d995cb7bafdaf51270ff668fa39 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Tue, 11 Jul 2017 13:08:29 -0400 Subject: [PATCH] Sketcher: typo --- src/Mod/Sketcher/Gui/CommandCreateGeo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp index b190e6a507..cf53a77521 100644 --- a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp +++ b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp @@ -1304,7 +1304,7 @@ protected: 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;