Misc. typo and whitespace fixes

Found via `codespell`
This commit is contained in:
luz.paz
2019-05-29 14:40:01 -04:00
committed by abdullahtahiriyo
parent 4f7f8576a3
commit 2b02659010
9 changed files with 25 additions and 26 deletions

View File

@@ -75,7 +75,7 @@ def exportMeshToTetGenPoly(meshToExport, filePath, beVerbose=1):
EdgeFacets = {(PointList[0], PointList[1]): set([0])}
Edge = []
# Finde all facets for each edge
# Find all facets for each edge
for FacetIndex in range(len(allFacets)):
Facet = allFacets[FacetIndex]
for i in range(0, -len(Facet), -1):