]> granicus.if.org Git - postgis/commitdiff
Splling (#2255)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 6 Sep 2013 22:52:41 +0000 (22:52 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 6 Sep 2013 22:52:41 +0000 (22:52 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11940 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_postgis_dataman.xml

index 8629f45c869ef7d028d6cee6d1f16403b52f878e..2b5c89c9baa6c02db3010ef8590866a0cc1c4a12 100644 (file)
@@ -751,7 +751,7 @@ SELECT AddGeometryColumn( 'roads', 'roads_geom', 0, 'GEOMETRY', 3 );</programlis
                <para>The AddGeometryColumn() approach creates a geometry column and also registers the new
                column in the geometry_columns table.  If your software utilizes geometry_columns, then
                any geometry columns you need to query by must be registered in this view.  
-               Starting with PoastGIS 2.0, geometry_columns is no longer editable and all geometry columns are autoregistered.</para>
+               Starting with PostGIS 2.0, geometry_columns is no longer editable and all geometry columns are autoregistered.</para>
                <para>However they may be registered as a generic geometry column if the column was not defined as a specific type during creation.</para>
                
                <para>Two of the cases