diff options
Diffstat (limited to 'ext/rtree/geopoly.c')
-rw-r--r-- | ext/rtree/geopoly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rtree/geopoly.c b/ext/rtree/geopoly.c index 842d014b7..0ae42e7b7 100644 --- a/ext/rtree/geopoly.c +++ b/ext/rtree/geopoly.c @@ -771,7 +771,7 @@ static void geopolyBBoxFinal( ** Determine if point (x0,y0) is beneath line segment (x1,y1)->(x2,y2). ** Returns: ** -** +2 x0,y0 is on the line segement +** +2 x0,y0 is on the line segment ** ** +1 x0,y0 is beneath line segment ** |