Merge topic 'fix-BORLAND-doc-typo'

a5edfc4 Fix typo in documentation
This commit is contained in:
David Cole 2012-03-02 11:46:51 -05:00 committed by CMake Topic Stage
commit e8aa0401c8
1 changed files with 1 additions and 1 deletions

View File

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