From 59a06fcf533dfe1d20def38a87b13b091f65d7b9 Mon Sep 17 00:00:00 2001 From: Daniel Baston Date: Sun, 13 Mar 2016 22:25:39 +0000 Subject: [PATCH] fix typo in comment git-svn-id: http://svn.osgeo.org/postgis/trunk@14785 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/liblwgeom.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblwgeom/liblwgeom.h.in b/liblwgeom/liblwgeom.h.in index 79b1ca4fa..1066ec658 100644 --- a/liblwgeom/liblwgeom.h.in +++ b/liblwgeom/liblwgeom.h.in @@ -884,7 +884,7 @@ extern POINTARRAY* ptarray_construct_empty(char hasz, char hasm, uint32_t maxpoi /** * Append a point to the end of an existing #POINTARRAY -* If allow_duplicate is LW_TRUE, then a duplicate point will +* If allow_duplicate is LW_FALSE, then a duplicate point will * not be added. */ extern int ptarray_append_point(POINTARRAY *pa, const POINT4D *pt, int allow_duplicates); -- 2.50.1