Fix typos in source comments

Found via `codespell`
This commit is contained in:
luz paz
2020-08-26 23:06:51 -04:00
committed by wwmayer
parent 9f9d8e1523
commit 4344f6bc08
3 changed files with 3 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ class DressupPathBoundary(object):
boundary = obj.Stock.Shape
cmd = obj.Base.Path.Commands[0]
pos = cmd.Placement.Base # bogus m/c postion to create first edge
pos = cmd.Placement.Base # bogus m/c position to create first edge
bogusX = True
bogusY = True
commands = [cmd]