Browse Source

Merge topic 'doc-typo' into release-3.17

356c7cec2c Help: Fixed typo in CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst

Acked-by: Kitware Robot <[email protected]>
Merge-request: !4516
Brad King 5 years ago
parent
commit
c1ad4a74d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst

+ 1 - 1
Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst

@@ -9,5 +9,5 @@ any directories outside the project that are in the linker search path or
 contain linked library files.  The directories are appended after the
 value of the :prop_tgt:`INSTALL_RPATH` target property.
 
-This varibale is used to initialize the target property
+This variable is used to initialize the target property
 :prop_tgt:`INSTALL_RPATH_USE_LINK_PATH` for all targets.