]> granicus.if.org Git - postgis/commitdiff
forgot to save last change
authorRegina Obe <lr@pcorp.us>
Thu, 6 Mar 2014 05:39:21 +0000 (05:39 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 6 Mar 2014 05:39:21 +0000 (05:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12294 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_output.xml

index 390666cfa03376ad68d490364385a6d3090512e7..7c94d8c2dc05ad8734911742872cd88113a506f8 100644 (file)
@@ -1226,7 +1226,7 @@ SELECT ST_AsTWKB('LINESTRING(1 1,5 5)'::geometry,0,1);
                        <title>Description</title>
 
                        <para>Returns the geometry in TWKB format. TWKB is a new compressed binary format. </para>
-                       <para>This is the aggregate version of ST_AsTWKB. It aggregates and returns the geoemtry in TWKB-format. In the resulting TWKB-geometry each individual ID of the input geometries is stored. </para>
+                       <para>This is the aggregate version of ST_AsTWKB. It aggregates and returns the geometry in TWKB-format. In the resulting TWKB-geometry each individual ID of the input geometries is stored. </para>
                        <para>The second parameter is an integer used to define the number of coordinate decimals in the output.</para>
                        <para>The third parameter is optional. It is used to give each TWKB-geometry an unique ID</para>
                        <note>