diff options
| author | Maxime Lorant <maxime.lorant@gmail.com> | 2018-07-18 17:24:07 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-18 11:27:17 -0400 |
| commit | 223ba7fa57e79a2e93ed6960f6b2eab14fabd85d (patch) | |
| tree | 4c0966a8faec51e5926f9ece480efa9ad633adaa /docs/ref | |
| parent | dff5beabbfaaf2466df0a74183f5dbf8032500eb (diff) | |
[2.1.x] Removed duplicate words in docs.
Backport of 31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/gdal.txt | 2 | ||||
| -rw-r--r-- | docs/ref/csrf.txt | 2 |
2 files changed, 2 insertions, 2 deletions
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. |
