Fix typos [skip ci]

Found via `codespell v2.1.dev0`
This commit is contained in:
luz paz
2020-12-22 22:12:39 -05:00
parent 5cc43c0306
commit 439bf8960d
5 changed files with 10 additions and 10 deletions

View File

@@ -670,7 +670,7 @@ def export( exportList, filename, colors = None, camera = None ):
break
if not found: break
if not found:
FreeCAD.Console.PrintMessage("Facet to Face Mismach.\n")
FreeCAD.Console.PrintMessage("Facet to Face Mismatch.\n")
objdata['facesToFacets'] = []
break
@@ -685,7 +685,7 @@ def export( exportList, filename, colors = None, camera = None ):
break
if not found: break
if not found:
FreeCAD.Console.PrintMessage("Facet List Mismach.\n")
FreeCAD.Console.PrintMessage("Facet List Mismatch.\n")
objdata['facesToFacets'] = []
break