]> granicus.if.org Git - postgis/commitdiff
Fixed error message typo
authorSandro Santilli <strk@keybit.net>
Sat, 10 Dec 2005 15:46:57 +0000 (15:46 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 10 Dec 2005 15:46:57 +0000 (15:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@2162 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_api.c

index e6fc8534da77e392a638013a8a869b118ff84fff..80a52f80596db1688cf0c9975911988fc284c54c 100644 (file)
@@ -478,7 +478,7 @@ getPoint4d_p(const POINTARRAY *pa, int n, POINT4D *op)
                        break;
 
                default:
-                       lwerror("Unkown ZM flag ??");
+                       lwerror("Unknown ZM flag ??");
        }
 
        return 1;