Fix some typos and whitespace

This commit is contained in:
luz paz
2022-02-12 07:58:39 -05:00
committed by Uwe
parent 484ff4fafb
commit 6953a7cea8
8 changed files with 29 additions and 27 deletions

View File

@@ -1987,7 +1987,7 @@ class FindUnifiedRegions:
tfBB_Area = tfBB.XLength * tfBB.YLength
# self._showShape(topFace, 'topFaceAlt_2_{}'.format(fNum))
if tfBB_Area < (fBB_Area * 0.9):
msg = "Faild to extract processing region for Face {}\n".format(
msg = "Failed to extract processing region for Face {}\n".format(
fNum
)
FreeCAD.Console.PrintError(msg)