From: Sandro Santilli Date: Fri, 7 Jan 2005 09:56:07 +0000 (+0000) Subject: fixed typo in error message X-Git-Tag: pgis_1_0_0RC1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae3e37b5fade956828053307b517aa9440af28bc;p=postgis fixed typo in error message git-svn-id: http://svn.osgeo.org/postgis/trunk@1240 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwcollection.c b/lwgeom/lwcollection.c index 6185eaa27..3bb1063ea 100644 --- a/lwgeom/lwcollection.c +++ b/lwgeom/lwcollection.c @@ -74,7 +74,7 @@ lwcollection_deserialize(char *srl) if ( type != COLLECTIONTYPE ) { - lwerror("lwmpoly_deserialize called on NON multipoly: %d", + lwerror("lwmpoly_deserialize called on NON geometrycollection: %d", type); return NULL; }