Typo fixes for doxygen and source comments

issue #0002914
This commit is contained in:
Kunda
2017-03-30 17:47:37 -04:00
committed by Yorik van Havre
parent ce56bdb045
commit 784edd3f82
41 changed files with 67 additions and 67 deletions

View File

@@ -26,7 +26,7 @@ for i in segments:
for i in wires:
i.reverse()
# make sure that the exterior wires comes as first in the lsit
# make sure that the exterior wires comes as first in the list
wires.insert(0, ext)
faces.append(Part.Face(wires))