Skip to content

Commit

Permalink
speeling
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 31, 2024
1 parent e2ccb1b commit 89418e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geoarrow/wkt_writer.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static int coords_wkt(struct GeoArrowVisitor* v, const struct GeoArrowCoordView*
}

// Actually write the first coordinate (no leading comma)
// Reserve the theoretical ammount for each coordinate because we need this to guarantee
// Reserve the theoretical amount for each coordinate because we need this to guarantee
// that there won't be a segfault when writing a coordinate. This probably results in
// a few dozen bytes of of overallocation.
NANOARROW_RETURN_NOT_OK(
Expand Down

0 comments on commit 89418e6

Please sign in to comment.