]> granicus.if.org Git - postgis/commitdiff
#GBT 84: Fix typo in boundary error
authorRegina Obe <lr@pcorp.us>
Mon, 15 Dec 2008 02:38:33 +0000 (02:38 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 15 Dec 2008 02:38:33 +0000 (02:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3401 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_geos.c

index 8039334065bda5dd2e8c9b4327423060eabe56cb..957f36cfbb9e5e55017c1d0305b6ce216f197041 100644 (file)
@@ -519,7 +519,7 @@ Datum boundary(PG_FUNCTION_ARGS)
 
        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 */
        }