Part: typos

This commit is contained in:
luzpaz
2017-12-24 11:35:40 -05:00
committed by wmayer
parent a0d53e5fee
commit 5973d8d67e
11 changed files with 11 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ def getParamRefine():
return FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Part/Boolean").GetBool("RefineModel")
def cmdCreateJoinFeature(name, mode):
"cmdCreateJoinFeature(name, mode): generalized implementaion of GUI commands."
"cmdCreateJoinFeature(name, mode): generalized implementation of GUI commands."
sel = FreeCADGui.Selection.getSelectionEx()
FreeCAD.ActiveDocument.openTransaction("Create "+mode)
FreeCADGui.addModule("BOPTools.JoinFeatures")