diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-03-06 16:08:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-03-07 15:54:46 (GMT) |
commit | 32f6b7a43b492af0b78cc20d4c16315e41a4895c (patch) | |
tree | 781b3abb52e87a661d2b4f838e0a34a20d86eb2d /Modules/CPackNSIS.cmake | |
parent | 674c5b306671129bc4a854137c304f19e2c3bf65 (diff) | |
download | CMake-32f6b7a43b492af0b78cc20d4c16315e41a4895c.zip CMake-32f6b7a43b492af0b78cc20d4c16315e41a4895c.tar.gz CMake-32f6b7a43b492af0b78cc20d4c16315e41a4895c.tar.bz2 |
Fix misc typos in documentation and comments
Diffstat (limited to 'Modules/CPackNSIS.cmake')
-rw-r--r-- | Modules/CPackNSIS.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPackNSIS.cmake b/Modules/CPackNSIS.cmake index 18d1871..5bc4395 100644 --- a/Modules/CPackNSIS.cmake +++ b/Modules/CPackNSIS.cmake @@ -126,7 +126,7 @@ # .. variable:: CPACK_NSIS_MENU_LINKS # # Specify links in [application] menu. This should contain a list of pair -# "link" "link name". The link may be an URL or a path relative to +# "link" "link name". The link may be a URL or a path relative to # installation prefix. Like:: # # set(CPACK_NSIS_MENU_LINKS |