summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-03-02 16:46:51 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-03-02 16:46:51 (GMT)
commite8aa0401c89fb7508d1cafd9df0a919f87c66999 (patch)
treeda10a4fab9b1ee208713c756c195670b1b6938a7
parent6c36bbd442fc543449bc56df344042d08fde120a (diff)
parenta5edfc4fb79ac0fdb5be09e0ea7dc2f02f5ec29e (diff)
downloadCMake-e8aa0401c89fb7508d1cafd9df0a919f87c66999.zip
CMake-e8aa0401c89fb7508d1cafd9df0a919f87c66999.tar.gz
CMake-e8aa0401c89fb7508d1cafd9df0a919f87c66999.tar.bz2
Merge topic 'fix-BORLAND-doc-typo'
a5edfc4 Fix typo in documentation
-rw-r--r--Source/cmDocumentVariables.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index 1cab2b5..366ebaa 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -895,7 +895,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
cm->DefineProperty
("BORLAND", cmProperty::VARIABLE,
- "True of the borland compiler is being used.",
+ "True if the borland compiler is being used.",
"This is set to true if the Borland compiler is being used.",false,
"Variables That Describe the System");