]> granicus.if.org Git - postgis/commitdiff
Fix typo
authorSandro Santilli <strk@keybit.net>
Fri, 5 Mar 2010 21:49:54 +0000 (21:49 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 5 Mar 2010 21:49:54 +0000 (21:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5376 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/lwgeom_ogc.c

index f8d6bd93b132223e17166ec2d2e8990539a7432d..63d9257d563c3a74be35e4408cf5d17f2c19d409 100644 (file)
@@ -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();
        }