Fix typos

This commit is contained in:
luzpaz
2023-07-25 07:31:31 -04:00
committed by wwmayer
parent e5b6690535
commit 6c72f80d55
5 changed files with 6 additions and 6 deletions

View File

@@ -1009,7 +1009,7 @@ class _Structure(ArchComponent.Component):
def getNodeEdges(self,obj):
"returns a list of edges from stuctural nodes"
"returns a list of edges from structural nodes"
edges = []
if obj.Nodes:

View File

@@ -92,7 +92,7 @@ class OpenSCADWorkbench(Workbench):
import OpenSCADUtils
openscadfilename = OpenSCADUtils.searchforopenscadexe()
if openscadfilename: # automatic search was succsessful
if openscadfilename: # automatic search was successful
FreeCAD.addImportType("OpenSCAD Format (*.scad)", "importCSG")
param.SetString(
"openscadexecutable", openscadfilename