summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentVariables.cxx
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2012-06-27 21:44:54 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2012-06-27 21:44:54 (GMT)
commitee158b367c00682aabdcecee080f662af2ffafc3 (patch)
tree11b85e55c0e19728d8400142b04230a90028b39c /Source/cmDocumentVariables.cxx
parent61dbddd8afe9e3db96d54a10bc426a5592ea0c3c (diff)
downloadCMake-ee158b367c00682aabdcecee080f662af2ffafc3.zip
CMake-ee158b367c00682aabdcecee080f662af2ffafc3.tar.gz
CMake-ee158b367c00682aabdcecee080f662af2ffafc3.tar.bz2
fix 2 space bugs in variable documentation
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r--Source/cmDocumentVariables.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index 592d931..77aaffc 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -218,7 +218,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"Full path to ctest command installed with cmake.",
"This is the full path to the CTest executable ctest "
"which is useful from custom commands that want "
- " to use the cmake -E option for portable system "
+ "to use the cmake -E option for portable system "
"commands.",false,
"Variables that Provide Information");
@@ -355,7 +355,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"If this is set to TRUE, then the rpath information "
"is not added to compiled executables. The default "
"is to add rpath information if the platform supports it. "
- "This allows for easy running from the build tree. To omit RPATH"
+ "This allows for easy running from the build tree. To omit RPATH "
"in the install step, but not the build step, use "
"CMAKE_SKIP_INSTALL_RPATH instead.",false,
"Variables that Provide Information");