[cmake-developers] [PATCH] Fix a typo in documentation

Yury G. Kudryashov urkud.urkud at gmail.com
Thu Aug 15 12:13:46 EDT 2013


From: "Yury G. Kudryashov" <urkud.urkud at gmail.com>

---
 Source/CPack/cmCPackDocumentVariables.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the cmake-developers mailing list