From: Sandro Santilli Date: Fri, 5 Mar 2010 21:49:54 +0000 (+0000) Subject: Fix typo X-Git-Tag: 2.0.0alpha1~3141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfc1a829f3c99fde17e788e0e9d3b70b26db087b;p=postgis Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5376 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/lwgeom_ogc.c b/postgis/lwgeom_ogc.c index f8d6bd93b..63d9257d5 100644 --- a/postgis/lwgeom_ogc.c +++ b/postgis/lwgeom_ogc.c @@ -438,7 +438,7 @@ Datum LWGEOM_dimension(PG_FUNCTION_ARGS) if ( dimension == -1 ) { PG_FREE_IF_COPY(geom, 0); - elog(NOTICE, "Could not compute geoemtry dimensions"); + elog(NOTICE, "Could not compute geometry dimensions"); PG_RETURN_NULL(); }