diff options
author | Yury G. Kudryashov <urkud.urkud@gmail.com> | 2012-02-25 07:09:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-02-27 13:26:05 (GMT) |
commit | a5edfc4fb79ac0fdb5be09e0ea7dc2f02f5ec29e (patch) | |
tree | c70d2080f1a2ca78123cf4dda6c87bc073882814 /Source/cmDocumentVariables.cxx | |
parent | 6a1c5a356911d3b75e60ecad86d7538e6de888f9 (diff) | |
download | CMake-a5edfc4fb79ac0fdb5be09e0ea7dc2f02f5ec29e.zip CMake-a5edfc4fb79ac0fdb5be09e0ea7dc2f02f5ec29e.tar.gz CMake-a5edfc4fb79ac0fdb5be09e0ea7dc2f02f5ec29e.tar.bz2 |
Fix typo in documentation
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-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"); |