From 7f6b911e158cd709121b90c7dce8c01791e44bb0 Mon Sep 17 00:00:00 2001 From: xxxxxxjun Date: Fri, 3 Apr 2026 08:44:40 +0900 Subject: [PATCH] Fix typo in bboxNormalization comment: "latitudes" -> "longitudes" --- src/h3lib/lib/bbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h3lib/lib/bbox.c b/src/h3lib/lib/bbox.c index 2c0bb87bd6..7ea9639297 100644 --- a/src/h3lib/lib/bbox.c +++ b/src/h3lib/lib/bbox.c @@ -284,7 +284,7 @@ void scaleBBox(BBox *bbox, double scale) { /** * Determine the longitude normalization scheme for two bounding boxes, either * or both of which might cross the antimeridian. The goal is to transform - * latitudes in one or both boxes so that they are in the same frame of + * longitudes in one or both boxes so that they are in the same frame of * reference and can be operated on with standard Cartesian functions. * @param a First bounding box * @param b Second bounding box