summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMaxime Lorant <maxime.lorant@gmail.com>2018-07-18 17:24:07 +0200
committerTim Graham <timograham@gmail.com>2018-07-18 11:24:06 -0400
commit31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143 (patch)
treedbca4d50f8512d627431c73cb1c92d0d48153867 /docs/ref
parent6ae7aaa7d6eb880043c4c80009b36e2287bfcb92 (diff)
Removed duplicate words in docs.
.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/gdal.txt2
-rw-r--r--docs/ref/csrf.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt
index 392c4e47f7..e6b5ab43c9 100644
--- a/docs/ref/contrib/gis/gdal.txt
+++ b/docs/ref/contrib/gis/gdal.txt
@@ -1337,7 +1337,7 @@ blue.
disk.
The only parameter that is set differently from the source raster is the
- name. The default value of the the raster name is the name of the source
+ name. The default value of the raster name is the name of the source
raster appended with ``'_copy' + source_driver_name``. For file-based
rasters it is recommended to provide the file path of the target raster.
diff --git a/docs/ref/csrf.txt b/docs/ref/csrf.txt
index a66ca237e0..5971271003 100644
--- a/docs/ref/csrf.txt
+++ b/docs/ref/csrf.txt
@@ -551,4 +551,4 @@ Why might a user encounter a CSRF validation failure after logging in?
For security reasons, CSRF tokens are rotated each time a user logs in. Any
page with a form generated before a login will have an old, invalid CSRF token
and need to be reloaded. This might happen if a user uses the back button after
-a login or if they log in in a different browser tab.
+a login or if they log in a different browser tab.