]> granicus.if.org Git - postgis/commitdiff
Fixed a typo in geometry type names.
authorSandro Santilli <strk@keybit.net>
Wed, 17 Nov 2004 07:57:38 +0000 (07:57 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 17 Nov 2004 07:57:38 +0000 (07:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1097 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 0fdd95944f588a5c0bb4e2857ae68bcd5540b3cd..625175e4fb51c87ca5e6d3ee5fe48ac0c2676b68 100644 (file)
@@ -1001,9 +1001,9 @@ SRID=312;01010000009A99999999995FC0295C8FC2F5A84640
             <listitem>
               <para>The type of the spatial object. To restrict the spatial
               column to a single type, use one of: POINT, LINESTRING, POLYGON,
-              MULTPOINT, MULTILINESTRING, MULTIPOLYGON, GEOMETRYCOLLECTION or
+              MULTIPOINT, MULTILINESTRING, MULTIPOLYGON, GEOMETRYCOLLECTION or
              corresponding XYM versions POINTM, LINESTRINGM, POLYGONM,
-             MULTPOINTM, MULTILINESTRINGM, MULTIPOLYGONM, GEOMETRYCOLLECTIONM.
+             MULTIPOINTM, MULTILINESTRINGM, MULTIPOLYGONM, GEOMETRYCOLLECTIONM.
               For heterogeneous (mixed-type) collections, you can use
               "GEOMETRY" as the type.</para>