diff --git a/src/Base/UnitsSchemaMmMin.h b/src/Base/UnitsSchemaMmMin.h index 43674b7553..1e528ad0dd 100644 --- a/src/Base/UnitsSchemaMmMin.h +++ b/src/Base/UnitsSchemaMmMin.h @@ -33,7 +33,7 @@ namespace Base { /* Metric units schema intended for design of small parts and for CNC - * Lengths are alwais in mm. + * Lengths are always in mm. * Angles in degrees (use degree symbol) * Velocities in mm/min (as used in g-code). */ diff --git a/src/Gui/GestureNavigationStyle.cpp b/src/Gui/GestureNavigationStyle.cpp index cbd7f60f6b..ed53e0bf2a 100644 --- a/src/Gui/GestureNavigationStyle.cpp +++ b/src/Gui/GestureNavigationStyle.cpp @@ -375,14 +375,14 @@ public: } virtual ~AwaitingMoveState(){ - //always clear posponed events when leaving this state. + //always clear postponed events when leaving this state. this->outermost_context().ns.postponedEvents.discardAll(); } sc::result react(const NS::Event& ev){ auto &ns = this->outermost_context().ns; - ///refire(): forwards all posponed events + this event + ///refire(): forwards all postponed events + this event auto refire = [&]{ ns.postponedEvents.forwardAll(); ev.flags->processed = ns.processSoEvent_bypass(ev.inventor_event); diff --git a/src/Mod/Draft/DraftGui.py b/src/Mod/Draft/DraftGui.py index ebabe844c7..40552bb88f 100644 --- a/src/Mod/Draft/DraftGui.py +++ b/src/Mod/Draft/DraftGui.py @@ -858,7 +858,7 @@ class DraftToolBar: self.xzButton.setText(translate("draft", "XZ (front)")) self.xzButton.setToolTip(translate("draft", "Sets the working plane on the front XZ plane")) self.yzButton.setText(translate("draft", "YZ (side)")) - self.yzButton.setToolTip(translate("draft", "Setsthe working plane on the side YZ plane")) + self.yzButton.setToolTip(translate("draft", "Sets the working plane on the side YZ plane")) self.currentViewButton.setText(translate("draft", "View")) self.currentViewButton.setToolTip(translate("draft", "Sets the working plane perpendicular to the current view")) self.resetPlaneButton.setText(translate("draft", "Automatic")) diff --git a/src/Mod/Draft/DraftTools.py b/src/Mod/Draft/DraftTools.py index fb9bddf6ac..612dd8ebf7 100644 --- a/src/Mod/Draft/DraftTools.py +++ b/src/Mod/Draft/DraftTools.py @@ -327,7 +327,7 @@ class SelectPlane(DraftTool): self.finish() if arg["Type"] == "SoMouseButtonEvent": if (arg["State"] == "DOWN") and (arg["Button"] == "BUTTON1"): - # coin detection happens before the selection got a chance of being updated, sowe must delay + # coin detection happens before the selection got a chance of being updated, so we must delay DraftGui.todo.delay(self.checkSelection,None) def checkSelection(self): @@ -1030,7 +1030,7 @@ class CubicBezCurve(Line): if ((self.point-self.node[0]).Length < Draft.tolerance()) and len(self.node) >= 4: #self.undolast() self.node=self.node[0:-2] - self.node.append(2 * self.node[0] - self.node[1]) #close the curve with a smooth simmetric knot + self.node.append(2 * self.node[0] - self.node[1]) #close the curve with a smooth symmetric knot self.finish(True,cont=True) FreeCAD.Console.PrintMessage(translate("draft", "Bezier curve has been closed")+"\n") if (arg["State"] == "UP") and (arg["Button"] == "BUTTON1"): #left click diff --git a/src/Mod/Draft/Resources/icons/Draft_CubicBezCurve.svg b/src/Mod/Draft/Resources/icons/Draft_CubicBezCurve.svg index 04b71e26bb..5ab136ae52 100644 --- a/src/Mod/Draft/Resources/icons/Draft_CubicBezCurve.svg +++ b/src/Mod/Draft/Resources/icons/Draft_CubicBezCurve.svg @@ -499,7 +499,7 @@ square - A curved line in the shape of an upside down U with a poitn at each end that has a square shaped control point + A curved line in the shape of an upside down U with a point at each end that has a square shaped control point