summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-08-26 14:28:32 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-08-26 14:28:32 (GMT)
commit757de2bb784789caab5e0a5498b1321814c16a65 (patch)
tree9d9784f6c7c270cc09d103fce4bd2e30d19f1691 /Source
parent4923c6c724ffa64043d1bac5ec148e8d01f5d02a (diff)
parent807a564e7a123f139770406d2c4a02d062be28c6 (diff)
downloadCMake-757de2bb784789caab5e0a5498b1321814c16a65.zip
CMake-757de2bb784789caab5e0a5498b1321814c16a65.tar.gz
CMake-757de2bb784789caab5e0a5498b1321814c16a65.tar.bz2
Merge topic 'doc-CPack-typo'
807a564 CPack: Fix a typo in documentation
Diffstat (limited to 'Source')
-rw-r--r--Source/CPack/cmCPackDocumentVariables.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackDocumentVariables.cxx b/Source/CPack/cmCPackDocumentVariables.cxx
index 1dfaaf9..8b16ae9 100644
--- a/Source/CPack/cmCPackDocumentVariables.cxx
+++ b/Source/CPack/cmCPackDocumentVariables.cxx
@@ -28,7 +28,7 @@ void cmCPackDocumentVariables::DefineVariables(cmake* cm)
" the so-called top level directory. The purpose of"
" is to include (set to 1 or ON or TRUE) the top level directory"
" in the package or not (set to 0 or OFF or FALSE).\n"
- "Each CPack generator as a built-in default value for this"
+ "Each CPack generator has a built-in default value for this"
" variable. E.g. Archive generators (ZIP, TGZ, ...) includes"
" the top level whereas RPM or DEB don't. The user may override"
" the default value by setting this variable.\n"