summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-09-08 19:45:36 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-09-08 19:45:41 (GMT)
commit8ec7edf5639e5760db0720a94121f125078224d7 (patch)
tree4aabc5bdf1bee53e7446f1cd3a54dd9fc02f0247
parentb1b345c21a180fac2b9ccecf02f708d00f100590 (diff)
parent1ad991a13ef27e6ed2dbd8bc2d40147c111a8c11 (diff)
downloadCMake-8ec7edf5639e5760db0720a94121f125078224d7.zip
CMake-8ec7edf5639e5760db0720a94121f125078224d7.tar.gz
CMake-8ec7edf5639e5760db0720a94121f125078224d7.tar.bz2
Merge topic 'ExternalData-doc-typo'
1ad991a13e Help: correct typo in ExternalData (duplicate "of") Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5196
-rw-r--r--Modules/ExternalData.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ExternalData.cmake b/Modules/ExternalData.cmake
index e5dbcd9..6fe8685 100644
--- a/Modules/ExternalData.cmake
+++ b/Modules/ExternalData.cmake
@@ -179,7 +179,7 @@ calling any of the functions provided by this module.
.. variable:: ExternalData_URL_TEMPLATES
- The ``ExternalData_URL_TEMPLATES`` may be set to provide a list of
+ The ``ExternalData_URL_TEMPLATES`` may be set to provide a list
of URL templates using the placeholders ``%(algo)`` and ``%(hash)``
in each template. Data fetch rules try each URL template in order
by substituting the hash algorithm name for ``%(algo)`` and the hash