From 3923eb0d24f9316b8236e5bc61f8cf464feeb8be Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 12 Aug 2019 21:23:31 -0400 Subject: [PATCH] Fix typos --- README.md | 2 +- freecad/gears/init_gui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e1d2a9..be4c764 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A Gear module for FreeCAD -## Requirments +## Requirements FreeCAD > v0.16 # Screenshots diff --git a/freecad/gears/init_gui.py b/freecad/gears/init_gui.py index 7ec4bac..0690224 100644 --- a/freecad/gears/init_gui.py +++ b/freecad/gears/init_gui.py @@ -27,7 +27,7 @@ try: from FreeCADGui import Workbench except ImportError as e: App.Console.PrintWarning("you are using the GearWorkbench with an old version of FreeCAD (<0.16)") - App.Console.PrintWarning("the class Workbench is loaded, allthough not imported: magic") + App.Console.PrintWarning("the class Workbench is loaded, although not imported: magic") class gearWorkbench(Workbench): """glider workbench"""