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

lwgeom/lwcollection.c

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