diff options
author | Yury G. Kudryashov <urkud.urkud@gmail.com> | 2013-08-15 16:13:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-08-15 17:11:57 (GMT) |
commit | 807a564e7a123f139770406d2c4a02d062be28c6 (patch) | |
tree | 40d9f007d7609056026ce17cef7a74c302bda464 /Source/CPack | |
parent | 8da09f6ee1a59cbef6327d2a88ab8ba5f8b29b1a (diff) | |
download | CMake-807a564e7a123f139770406d2c4a02d062be28c6.zip CMake-807a564e7a123f139770406d2c4a02d062be28c6.tar.gz CMake-807a564e7a123f139770406d2c4a02d062be28c6.tar.bz2 |
CPack: Fix a typo in documentation
Diffstat (limited to 'Source/CPack')
-rw-r--r-- | Source/CPack/cmCPackDocumentVariables.cxx | 2 |
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" |