From 89418e643d9b90839d1f0631ad9b3f82f9af8ee9 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Thu, 31 Oct 2024 15:40:57 -0500 Subject: [PATCH] speeling --- src/geoarrow/wkt_writer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geoarrow/wkt_writer.c b/src/geoarrow/wkt_writer.c index 357b63e..323c5b9 100644 --- a/src/geoarrow/wkt_writer.c +++ b/src/geoarrow/wkt_writer.c @@ -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(