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