]> granicus.if.org Git - postgis/commitdiff
another minor typo
authorRegina Obe <lr@pcorp.us>
Sat, 24 Dec 2011 22:27:48 +0000 (22:27 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 24 Dec 2011 22:27:48 +0000 (22:27 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8574 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index ce15acd2367d1d9f089ff24f8585cb3cf471917d..eb6141a394e56c9ff37b3002a9e885ed0789808f 100644 (file)
@@ -3623,7 +3623,7 @@ SELECT descrip, ST_ScaleX(rast) As newsx, ST_ScaleY(rast) As newsy
                                <para>Algorithm options are: 'NearestNeighbor', 'Bilinear', 'Cubic', 'CubicSpline', and 'Lanczos'.  Refer to: <ulink url="http://www.gdal.org/gdalwarp.html">GDAL Warp resampling methods</ulink> for more details.</para>
                                <para>Availability: 2.0.0  Requires GDAL 1.6.1+</para>
                                <note><para>If you find your transformation support is not working right, you may need to set the environment variable PROJSO to the .so or .dll projection library
-                                       your PostGIS is using.  This just needs to have the name of the file. So for example on windows, you would in Control PAnel -> Environment Variables add a system variable called <varname>PROJSO</varname> and set it to <varname>libproj.dll</varname> (if you are using proj 4.6.1).  You'll have to restart your PostgreSQL service/daemon after this change.</para></note>
+                                       your PostGIS is using.  This just needs to have the name of the file. So for example on windows, you would in Control Panel -> System -> Environment Variables add a system variable called <varname>PROJSO</varname> and set it to <varname>libproj.dll</varname> (if you are using proj 4.6.1).  You'll have to restart your PostgreSQL service/daemon after this change.</para></note>
                        </refsection>
                                
                        <refsection>