Fix various typos

This commit is contained in:
luzpaz
2023-07-01 10:08:21 +00:00
parent 574e117b15
commit 055447a702
7 changed files with 8 additions and 8 deletions

View File

@@ -281,7 +281,7 @@ class ObjectPocket(PathPocketBase.ObjectPocket):
obj.AdaptivePocketFinish = False
obj.ProcessStockArea = False
# methods for eliminating air milling with some pockets: adpative start and finish
# methods for eliminating air milling with some pockets: adaptive start and finish
def calculateAdaptivePocket(self, obj, base, subObjTups):
"""calculateAdaptivePocket(obj, base, subObjTups)
Orient multiple faces around common facial center of mass.

View File

@@ -179,7 +179,7 @@ POSTAMBLE = POSTAMBLE_DEFAULT
# MODAL possible values:
# bool Repeat/suppress repeated command arguments.
# True commands are suppressed if the same as previous line.
# False commands are repeated ith the same as previout line.
# False commands are repeated if the same as previous line.
# set with --modal
MODAL = False