Fix typos

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

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