summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2023-12-15 23:27:39 (GMT)
committerCraig Scott <craig.scott@crascit.com>2023-12-15 23:27:39 (GMT)
commitd0ab70d57d979d439a1b7068c3defb653c342405 (patch)
treed2b98e84b73931acce2a67261270b20142d3b655 /Help/command
parent6ba3bb0563ca72fa6fa7bc705bdf38187e3fa485 (diff)
downloadCMake-d0ab70d57d979d439a1b7068c3defb653c342405.zip
CMake-d0ab70d57d979d439a1b7068c3defb653c342405.tar.gz
CMake-d0ab70d57d979d439a1b7068c3defb653c342405.tar.bz2
Help: Fix typo in dependency provider method keyword
The cmake.vim file is generated by scanning for keyword-like strings in the docs. Update the corresponding wrong entry there too directly for now, which will fix the wrong entry until the next full regeneration of the file. Fixes: #25503
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/cmake_language.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/cmake_language.rst b/Help/command/cmake_language.rst
index 3af6b9c..4b64eb6 100644
--- a/Help/command/cmake_language.rst
+++ b/Help/command/cmake_language.rst
@@ -317,7 +317,7 @@ be one of the ``<methods>`` that was specified when setting the provider.
implementation as part of its processing, it can do so by including the
``BYPASS_PROVIDER`` keyword as one of the arguments.
-``FETCHCONTENT_MAKEAVAILABE_SERIAL``
+``FETCHCONTENT_MAKEAVAILABLE_SERIAL``
The ``<method-specific-args>`` will be everything passed to the
:command:`FetchContent_Declare` call that corresponds to the requested
dependency, with the following exceptions: