diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-12-08 22:31:07 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-12-08 22:31:07 +0100 |
| commit | c0b65150ff86217e02c300afc03e44d6b5775ee8 (patch) | |
| tree | 0f64af9b451f03348b7cfb1ba9ad49a5d26d73d9 | |
| parent | bac7664f274be834a09e037331889959f04a75e7 (diff) | |
Fixed typo in spatialite.txt
Thanks Tim Graham for spotting the error.
| -rw-r--r-- | docs/ref/contrib/gis/install/spatialite.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/spatialite.txt b/docs/ref/contrib/gis/install/spatialite.txt index 05833496aa..8cb44bccbf 100644 --- a/docs/ref/contrib/gis/install/spatialite.txt +++ b/docs/ref/contrib/gis/install/spatialite.txt @@ -217,5 +217,5 @@ also ensure that the spatial metadata are initialized in the database. .. versionchanged:: 1.8 - Prior to Django 1.8, you had to intialize spatial metadata tables yourself + Prior to Django 1.8, you had to initialize spatial metadata tables yourself by manually running the "SELECT InitSpatialMetaData();" query. |
