[postgis-tickets] r14785 - fix typo in comment

Daniel Baston dbaston at gmail.com
Sun Mar 13 15:25:39 PDT 2016


Author: dbaston
Date: 2016-03-13 15:25:39 -0700 (Sun, 13 Mar 2016)
New Revision: 14785

Modified:
   trunk/liblwgeom/liblwgeom.h.in
Log:
fix typo in comment

Modified: trunk/liblwgeom/liblwgeom.h.in
===================================================================
--- trunk/liblwgeom/liblwgeom.h.in	2016-03-13 19:25:03 UTC (rev 14784)
+++ trunk/liblwgeom/liblwgeom.h.in	2016-03-13 22:25:39 UTC (rev 14785)
@@ -884,7 +884,7 @@
 
 /**
 * 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);



More information about the postgis-tickets mailing list