[cmake-developers] [PATCH] Fix typo in documentation
Yury G. Kudryashov
urkud.urkud at gmail.com
Sat Feb 25 02:09:32 EST 2012
From: "Yury G. Kudryashov" <urkud.urkud at gmail.com>
---
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");
--
1.7.8
More information about the cmake-developers
mailing list