Skip to content

Commit

Permalink
Update src/apps/testapps/testCellsToLinkedMultiPolygon.c
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Brodsky <[email protected]>
  • Loading branch information
ajfriend and isaacbrodsky authored Sep 27, 2024
1 parent e9a50e7 commit 8aed513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/testapps/testCellsToLinkedMultiPolygon.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SUITE(cellsToLinkedMultiPolygon) {
t_assertSuccess(
H3_EXPORT(cellsToLinkedMultiPolygon)(kids, numCells, &polygon));

// Since these are the children of a cell, we exepect a single loop with
// Since these are the children of a cell, we expect a single loop with
// no holes.
t_assert(countLinkedLoops(&polygon) == 1, "1 loop added to polygon");

Expand Down

0 comments on commit 8aed513

Please sign in to comment.