diff options
author | Kevin Wojniak <kainjow@kainjow.com> | 2015-10-08 11:39:07 -0700 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-08 14:42:52 -0400 |
commit | fb9ec2430be48aeb56984625a4e106b82a160653 (patch) | |
tree | 342ddcd52ace6c191fff12d2211df07249527ddc /Modules | |
parent | 679a5d2185b15dcd0ff73f7c1c2d7d527c53de53 (diff) | |
download | cmake-fb9ec2430be48aeb56984625a4e106b82a160653.tar.gz |
CPackWIX: fix typos in documentation
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 5fe51a6415..bef8e16c2f 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") # |