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

doc/extras_address_standardizer.xml

index 58ccc0b016dd0570c45a0e540a931f8bf1f4bfcd..7c0cd2cc877a2b7f882536a9049decf4cd658ebb 100644 (file)
@@ -576,7 +576,7 @@ SELECT house_num, name, suftype, city, country, state, unit  FROM standardize_ad
                        <screen>house_num |    name    | suftype |  city  | country |     state     |      unit
 ----------+------------+---------+--------+---------+---------------+-----------------
 1         | DEVONSHIRE | PLACE   | BOSTON | USA     | MASSACHUSETTS | # PENTHOUSE 301</screen>
-      <para>Using tables packaged with tiger geocoder. This example only works if you installec postgis_tiger_geocoder.</para>
+      <para>Using tables packaged with tiger geocoder. This example only works if you installed <varname>postgis_tiger_geocoder</varname>.</para>
       <programlisting>SELECT *  FROM standardize_address('tiger.pagc_lex', 
          'tiger.pagc_gaz', 'tiger.pagc_rules', 'One Devonshire Place, PH 301, Boston, MA 02109-1234');</programlisting>