From 3b8ea1ae0c08febe9545f5ee75ee06892f917ad3 Mon Sep 17 00:00:00 2001 From: Jonathan Zeller Date: Sat, 1 Feb 2025 23:54:49 +0100 Subject: [PATCH] spelling mistake --- src/engine/SpatialJoinAlgorithms.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/SpatialJoinAlgorithms.h b/src/engine/SpatialJoinAlgorithms.h index f3104916cf..4702447b2a 100644 --- a/src/engine/SpatialJoinAlgorithms.h +++ b/src/engine/SpatialJoinAlgorithms.h @@ -107,13 +107,13 @@ class SpatialJoinAlgorithms { } // Helper function, which computes the distance of two geometries, where each - // geometrie comes from a different result table + // geometry comes from a different result table Id computeDist(const IdTable* resLeft, const IdTable* resRight, size_t rowLeft, size_t rowRight, ColumnIndex leftPointCol, ColumnIndex rightPointCol) const; // Helper function, which computes the distance of two geometries, where each - // geometrie has already been parsed and is available as an rtreeEntry + // geometry has already been parsed and is available as an rtreeEntry Id computeDist(const rtreeEntry& geo1, const rtreeEntry& geo2) const; // this function calculates the maximum distance from the midpoint of the box