Fixed typo in spatialite.txt

Thanks Tim Graham for spotting the error.
This commit is contained in:
Claude Paroz 2014-12-08 22:31:07 +01:00
parent bac7664f27
commit c0b65150ff
1 changed files with 1 additions and 1 deletions

View File

@ -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.