From: Daniel Baston Date: Sun, 13 Mar 2016 22:25:39 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: 2.3.0beta1~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59a06fcf533dfe1d20def38a87b13b091f65d7b9;p=postgis fix typo in comment git-svn-id: http://svn.osgeo.org/postgis/trunk@14785 b70326c6-7e19-0410-871a-916f4a2858ee --- 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);