Browse Source

Fixed typo in spatialite.txt

Thanks Tim Graham for spotting the error.
Claude Paroz 10 years ago
parent
commit
c0b65150ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/contrib/gis/install/spatialite.txt

+ 1 - 1
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.