From 4ac4c98cbd0c57570d41f05758dea08f6bb7127b Mon Sep 17 00:00:00 2001 From: djendrju Date: Sat, 15 Feb 2014 11:36:53 +0100 Subject: [PATCH] Fixed #22049 -- Corrected a misspelling of dimensional --- docs/ref/contrib/gis/model-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::