From 223ba7fa57e79a2e93ed6960f6b2eab14fabd85d Mon Sep 17 00:00:00 2001 From: Maxime Lorant Date: Wed, 18 Jul 2018 17:24:07 +0200 Subject: [2.1.x] Removed duplicate words in docs. Backport of 31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143 from master --- docs/ref/contrib/gis/gdal.txt | 2 +- docs/ref/csrf.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt index 002afb9621..dcbb02a1b3 100644 --- a/docs/ref/contrib/gis/gdal.txt +++ b/docs/ref/contrib/gis/gdal.txt @@ -1343,7 +1343,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. -- cgit v1.3