From 8aed51348f20b4f65c402b490a8b31276e888974 Mon Sep 17 00:00:00 2001 From: AJ Friend Date: Thu, 26 Sep 2024 19:44:37 -0700 Subject: [PATCH] Update src/apps/testapps/testCellsToLinkedMultiPolygon.c Co-authored-by: Isaac Brodsky --- src/apps/testapps/testCellsToLinkedMultiPolygon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/testapps/testCellsToLinkedMultiPolygon.c b/src/apps/testapps/testCellsToLinkedMultiPolygon.c index b5f00a7b5..acb0003ed 100644 --- a/src/apps/testapps/testCellsToLinkedMultiPolygon.c +++ b/src/apps/testapps/testCellsToLinkedMultiPolygon.c @@ -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");