Misc. typos

This commit is contained in:
luz.paz
2018-05-13 13:52:01 -04:00
committed by luz paz
parent ac6ae007b2
commit 6e64b4f75d
29 changed files with 44 additions and 44 deletions

View File

@@ -25,8 +25,8 @@ __author__ = "Sebastian Hoogen"
__url__ = ["http://www.freecadweb.org"]
'''
This Script includes python functions to shift all placements down the
feature tree to the most baisc objects
This Script includes python functions to shift all placements down the
feature tree to the most basic objects
'''
import FreeCAD

View File

@@ -68,7 +68,7 @@ def check_multmatrix(csg,ob,x,y,z):
return 2 # center = true and no mm
else:
m = ob.Placement.toMatrix()
# adjust position for center displacments
# adjust position for center displacements
csg.write("multmatrix([["+str(m.A11)+", "+str(m.A12)+", "+str(m.A13)+",\
"+str(m.A14)+"], ["\
+str(m.A21)+", "+str(m.A22)+", "+str(m.A23)+", "+str(m.A24)+"], ["\