diff options
author | Craig Scott <craig.scott@crascit.com> | 2023-12-15 23:27:39 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2023-12-15 23:27:39 (GMT) |
commit | d0ab70d57d979d439a1b7068c3defb653c342405 (patch) | |
tree | d2b98e84b73931acce2a67261270b20142d3b655 /Help/command | |
parent | 6ba3bb0563ca72fa6fa7bc705bdf38187e3fa485 (diff) | |
download | CMake-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.rst | 2 |
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: |