CPack: Fix a typo in documentation

This commit is contained in:
Yury G. Kudryashov 2013-08-15 19:13:46 +03:00 committed by Brad King
parent 8da09f6ee1
commit 807a564e7a
1 changed files with 1 additions and 1 deletions

View File

@ -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"