summaryrefslogtreecommitdiffstats
path: root/Source/CPack
diff options
context:
space:
mode:
authorJosef Angstenberger <code@jtxa.de>2021-05-06 20:28:42 (GMT)
committerJosef Angstenberger <code@jtxa.de>2021-05-07 15:00:18 (GMT)
commit5950e5432554e3cc731006ed452bab5ddfffec23 (patch)
tree41e01846b45b3b88575fa8b6df8fcf34e73ba973 /Source/CPack
parent7072d837720d25bcd1906764e3eb23b940e4e4a4 (diff)
downloadCMake-5950e5432554e3cc731006ed452bab5ddfffec23.zip
CMake-5950e5432554e3cc731006ed452bab5ddfffec23.tar.gz
CMake-5950e5432554e3cc731006ed452bab5ddfffec23.tar.bz2
Source: Fix typos and spelling in comments
Diffstat (limited to 'Source/CPack')
-rw-r--r--Source/CPack/cmCPackDragNDropGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackDragNDropGenerator.cxx b/Source/CPack/cmCPackDragNDropGenerator.cxx
index 0d56e5f..b71c969 100644
--- a/Source/CPack/cmCPackDragNDropGenerator.cxx
+++ b/Source/CPack/cmCPackDragNDropGenerator.cxx
@@ -324,7 +324,7 @@ int cmCPackDragNDropGenerator::CreateDMG(const std::string& src_dir,
staging << src_dir;
// Add a symlink to /Applications so users can drag-and-drop the bundle
- // into it unless this behaviour was disabled
+ // into it unless this behavior was disabled
if (!cpack_dmg_disable_applications_symlink) {
std::ostringstream application_link;
application_link << staging.str() << "/Applications";