]> granicus.if.org Git - postgis/commitdiff
fix typo in comment
authorDaniel Baston <dbaston@gmail.com>
Sun, 13 Mar 2016 22:25:39 +0000 (22:25 +0000)
committerDaniel Baston <dbaston@gmail.com>
Sun, 13 Mar 2016 22:25:39 +0000 (22:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14785 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/liblwgeom.h.in

index 79b1ca4fab4a0581b2a8143e41bd77de78d2e0c3..1066ec65894d037a8a597b152ba8bc5492f9eb7f 100644 (file)
@@ -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);