]> granicus.if.org Git - postgis/commitdiff
fixed typo in ST_Length3d_Spheriod xref to ST_Length_Spheroid
authorKevin Neufeld <kneufeld.ca@gmail.com>
Mon, 27 Oct 2008 15:33:33 +0000 (15:33 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Mon, 27 Oct 2008 15:33:33 +0000 (15:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3194 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index 5bb65fc7c64dcb39534376a4f18c14b2cc9580d0..ba9c4dc08a90bb561779486c1469eb4a766328f9 100644 (file)
@@ -6918,8 +6918,7 @@ CAST('SPHEROID["GRS_1980",6378137,298.257222101]' As spheroid) As sph_m)  as foo
 
                <literallayout>SPHEROID["GRS_1980",6378137,298.257222101]</literallayout>
                <note><para>Will return 0 for anything that is not a MULTILINESTRING or LINESTRING</para></note>
-               <note><para>This is much like <xref linkend="ST_Length_Spheroid" /> and <xref linkend="ST_Length3d_Spheriod" /> except it will throw away the Z coordinate in calculations.</para></note>
-               
+               <note><para>This is much like <xref linkend="ST_Length_Spheroid" /> and <xref linkend="ST_Length3D_Spheroid" /> except it will throw away the Z coordinate in calculations.</para></note>
 
          </refsection>