diff options
author | Josef Angstenberger <code@jtxa.de> | 2021-05-06 19:24:28 (GMT) |
---|---|---|
committer | Josef Angstenberger <code@jtxa.de> | 2021-05-07 15:00:17 (GMT) |
commit | 7072d837720d25bcd1906764e3eb23b940e4e4a4 (patch) | |
tree | 9993842ff4bc18c617f343e2eeae28ebaa767e39 /Help/cpack_gen | |
parent | 03b1140ddc6341aec37f55437cdabba8fcdfe906 (diff) | |
download | CMake-7072d837720d25bcd1906764e3eb23b940e4e4a4.zip CMake-7072d837720d25bcd1906764e3eb23b940e4e4a4.tar.gz CMake-7072d837720d25bcd1906764e3eb23b940e4e4a4.tar.bz2 |
Help: Fix typos and spelling in documentation
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r-- | Help/cpack_gen/deb.rst | 2 | ||||
-rw-r--r-- | Help/cpack_gen/dmg.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/cpack_gen/deb.rst b/Help/cpack_gen/deb.rst index 03c4ea8..d8d53ec 100644 --- a/Help/cpack_gen/deb.rst +++ b/Help/cpack_gen/deb.rst @@ -289,7 +289,7 @@ List of CPack DEB generator specific variables: * Default : "optional" .. versionadded:: 3.5 - Per-component ``CPACK_DEBIAN_<COMPONENT>_PACKAGE_PRIORITY`` varables. + Per-component ``CPACK_DEBIAN_<COMPONENT>_PACKAGE_PRIORITY`` variables. See https://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities diff --git a/Help/cpack_gen/dmg.rst b/Help/cpack_gen/dmg.rst index ec2cf1e..64e9769 100644 --- a/Help/cpack_gen/dmg.rst +++ b/Help/cpack_gen/dmg.rst @@ -51,7 +51,7 @@ on macOS: .. versionadded:: 3.6 - Default behaviour is to include a symlink to ``/Applications`` in the DMG. + Default behavior is to include a symlink to ``/Applications`` in the DMG. Set this option to ``ON`` to avoid adding the symlink. .. variable:: CPACK_DMG_SLA_DIR |