Skip to content

Commit b820875

Browse files
committed
Spelling error: rhombi, not rhombii
1 parent 5af7a08 commit b820875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

C/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ int main(void)
6969
tlngs[tilingId].tilingId = tilingId;
7070
tlngs[tilingId].numTilings = numTilings;
7171
tlngs[tilingId].edgeLength = 0;
72-
tlngs[tilingId].rhombi_NumMax = 0;
72+
tlngs[tilingId].rhombi_NumMax = 0;
7373
tlngs[tilingId].path_NumMax = 0;
7474
tlngs[tilingId].pathStats_NumMax = 0;
7575
tlngs[tilingId].numFats = 0;
@@ -81,7 +81,7 @@ int main(void)
8181
tlngs[tilingId].yMin = DBL_MAX;
8282
tlngs[tilingId].xMax = - DBL_MAX;
8383
tlngs[tilingId].yMax = - DBL_MAX;
84-
tlngs[tilingId].rhombi = NULL;
84+
tlngs[tilingId].rhombi = NULL;
8585
tlngs[tilingId].path = NULL;
8686
tlngs[tilingId].pathStat = NULL;
8787
tlngs[tilingId].wantedPostScriptRhombNum = NULL;

0 commit comments

Comments
 (0)