diff options
author | David Cole <david.cole@kitware.com> | 2012-03-02 16:46:51 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-03-02 16:46:51 (GMT) |
commit | e8aa0401c89fb7508d1cafd9df0a919f87c66999 (patch) | |
tree | da10a4fab9b1ee208713c756c195670b1b6938a7 | |
parent | 6c36bbd442fc543449bc56df344042d08fde120a (diff) | |
parent | a5edfc4fb79ac0fdb5be09e0ea7dc2f02f5ec29e (diff) | |
download | CMake-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.cxx | 2 |
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"); |