[postgis-commits] svn - r3401 - trunk/lwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Sun Dec 14 18:38:33 PST 2008
Author: robe
Date: 2008-12-14 18:38:33 -0800 (Sun, 14 Dec 2008)
New Revision: 3401
Modified:
trunk/lwgeom/lwgeom_geos.c
Log:
#GBT 84: Fix typo in boundary error
Modified: trunk/lwgeom/lwgeom_geos.c
===================================================================
--- trunk/lwgeom/lwgeom_geos.c 2008-12-14 15:14:43 UTC (rev 3400)
+++ trunk/lwgeom/lwgeom_geos.c 2008-12-15 02:38:33 UTC (rev 3401)
@@ -519,7 +519,7 @@
if (g3 == NULL)
{
- elog(ERROR,"GEOS bounary() threw an error!");
+ elog(ERROR,"GEOS boundary() threw an error!");
GEOSGeom_destroy(g1);
PG_RETURN_NULL(); /* never get here */
}
More information about the postgis-commits
mailing list