From 81e363ef1acd810576229169e6e8c239c624e99a Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Thu, 10 Nov 2016 10:13:05 +0100 Subject: [PATCH] fix typo --- docs/mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mapping.rst b/docs/mapping.rst index 7330fc8..01030e2 100644 --- a/docs/mapping.rst +++ b/docs/mapping.rst @@ -239,7 +239,7 @@ Calculate the z-order of an OSM highway or railway. Returns a numeric value that ``hstore_tags`` ^^^^^^^^^^^^^^^ -Stores all tags in a HStore column. Requires the PostGIS HStore extension. This will only insert tags that are referenced in the ``mapping`` or ``columns`` of any table. See :ref:`tags` on how to import all availabel tags. +Stores all tags in a HStore column. Requires the PostGIS HStore extension. This will only insert tags that are referenced in the ``mapping`` or ``columns`` of any table. See :ref:`tags` on how to import all available tags. .. TODO