diff options
author | Brad King <brad.king@kitware.com> | 2015-10-12 14:30:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-12 14:30:16 (GMT) |
commit | 8f3ea27055982f92e11fb71743732b71cf9ae3ba (patch) | |
tree | d922adb742fa78275973cce8e4fcd5ced1cd694e /Modules | |
parent | 1ee948d41890b320a26bddb5659aa74aaa892d3d (diff) | |
parent | fb9ec2430be48aeb56984625a4e106b82a160653 (diff) | |
download | CMake-8f3ea27055982f92e11fb71743732b71cf9ae3ba.zip CMake-8f3ea27055982f92e11fb71743732b71cf9ae3ba.tar.gz CMake-8f3ea27055982f92e11fb71743732b71cf9ae3ba.tar.bz2 |
Merge branch 'cpack-wix-typos' into release
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CPackWIX.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CPackWIX.cmake b/Modules/CPackWIX.cmake index 5fe51a6..bef8e16 100644 --- a/Modules/CPackWIX.cmake +++ b/Modules/CPackWIX.cmake @@ -16,7 +16,7 @@ # # Will be automatically generated unless explicitly provided. # -# It should be explicitly set to a constant generated gloabally unique +# It should be explicitly set to a constant generated globally unique # identifier (GUID) to allow your installers to replace existing # installations that use the same GUID. # @@ -226,7 +226,7 @@ # This variable can be used to provide a value for # the Windows Installer property ``<PROPERTY>`` # -# The follwing list contains some example properties that can be used to +# The following list contains some example properties that can be used to # customize information under # "Programs and Features" (also known as "Add or Remove Programs") # |