Commit c0b65150 authored by Claude Paroz's avatar Claude Paroz
Browse files

Fixed typo in spatialite.txt

Thanks Tim Graham for spotting the error.
parent bac7664f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.