Fix typos

This commit is contained in:
luz.paz
2019-08-12 21:23:31 -04:00
committed by lorenz
parent 0e72001cf2
commit 3923eb0d24
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# A Gear module for FreeCAD
## Requirments
## Requirements
FreeCAD > v0.16
# Screenshots

View File

@@ -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"""