Fix typos
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# A Gear module for FreeCAD
|
||||
|
||||
## Requirments
|
||||
## Requirements
|
||||
FreeCAD > v0.16
|
||||
|
||||
# Screenshots
|
||||
|
||||
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user