From ffa104602c7daa5947cf35d7aabee28e4e2188da Mon Sep 17 00:00:00 2001 From: Drew Gates Date: Tue, 11 Oct 2016 12:25:58 -0400 Subject: [PATCH] Fix spelling error. --- src/modify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modify.cpp b/src/modify.cpp index b5e70daf..582212ac 100644 --- a/src/modify.cpp +++ b/src/modify.cpp @@ -283,7 +283,7 @@ void GraphicsWindow::MakeTangentArc() { } if(c != 2) { Error("To create a tangent arc, select a point where two " - "non-construction lines or cicles in this group and " + "non-construction lines or circles in this group and " "workplane join."); return; }