]> granicus.if.org Git - postgis/commitdiff
fixed typo in error message
authorSandro Santilli <strk@keybit.net>
Fri, 7 Jan 2005 09:56:33 +0000 (09:56 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 7 Jan 2005 09:56:33 +0000 (09:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1241 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwcollection.c

index 3bb1063eae5a5592021f588d9ac33a929a88da42..1c1ad36db4c07cd38a4c93bb9d4550eefaee2109 100644 (file)
@@ -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;
        }