From df71e8cea87542aa7a7be84fabca0adc1177728d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 26 May 2018 11:04:43 -0700 Subject: [PATCH] Fixed documentation typo --- docs/spatialite.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spatialite.rst b/docs/spatialite.rst index 935bfc45..15f09dec 100644 --- a/docs/spatialite.rst +++ b/docs/spatialite.rst @@ -34,6 +34,6 @@ SpatiaLite is packaged for most Linux distributions. Depending on your distribution, you should be able to run Datasette something like this:: - datasette --load-extenison=/usr/lib/x86_64-linux-gnu/mod_spatialite.so + datasette --load-extension=/usr/lib/x86_64-linux-gnu/mod_spatialite.so If you are unsure of the location of the module, try running ``locate mod_spatialite`` and see what comes back.