[postgis-commits] svn - r3402 - branches/1.3/lwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Sun Dec 14 18:40:19 PST 2008
Author: robe
Date: 2008-12-14 18:40:19 -0800 (Sun, 14 Dec 2008)
New Revision: 3402
Modified:
branches/1.3/lwgeom/lwgeom_geos_c.c
Log:
#GBT 84: Fix typo in boundary error
Modified: branches/1.3/lwgeom/lwgeom_geos_c.c
===================================================================
--- branches/1.3/lwgeom/lwgeom_geos_c.c 2008-12-15 02:38:33 UTC (rev 3401)
+++ branches/1.3/lwgeom/lwgeom_geos_c.c 2008-12-15 02:40:19 UTC (rev 3402)
@@ -663,7 +663,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