summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authordjendrju <andrew.nowrot@gmail.com>2014-02-15 11:36:53 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2014-02-15 12:08:01 +0100
commit4ac4c98cbd0c57570d41f05758dea08f6bb7127b (patch)
tree6afbf03f8c01e174a1c84a46d45e4a7b8784dc89 /docs/ref
parent865392c47899d70229d2450ec398582f31e3cf1d (diff)
Fixed #22049 -- Corrected a misspelling of dimensional
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/model-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/model-api.txt b/docs/ref/contrib/gis/model-api.txt
index 10cc2957d8..a86092daed 100644
--- a/docs/ref/contrib/gis/model-api.txt
+++ b/docs/ref/contrib/gis/model-api.txt
@@ -168,7 +168,7 @@ field.
This option may be used for customizing the coordinate dimension of the
geometry field. By default, it is set to 2, for representing two-dimensional
geometries. For spatial backends that support it, it may be set to 3 for
-three-dimensonal support.
+three-dimensional support.
.. note::