summaryrefslogtreecommitdiffstats
path: root/Source/cmGetPropertyCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-09-04 17:15:18 (GMT)
committerBrad King <brad.king@kitware.com>2008-09-04 17:15:18 (GMT)
commit4bf27d31fc0f6d4407baf53d7764ac35eeba8d3a (patch)
tree9b9a1c7705abee1e025efd033efa822ae1229058 /Source/cmGetPropertyCommand.h
parent92a51377a14625691a194816deb8172db6f0a1de (diff)
downloadCMake-4bf27d31fc0f6d4407baf53d7764ac35eeba8d3a.zip
CMake-4bf27d31fc0f6d4407baf53d7764ac35eeba8d3a.tar.gz
CMake-4bf27d31fc0f6d4407baf53d7764ac35eeba8d3a.tar.bz2
BUG: Fix typo in get_property documentation
Add some missing whitespace to fix formatting of the documentation.
Diffstat (limited to 'Source/cmGetPropertyCommand.h')
-rw-r--r--Source/cmGetPropertyCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGetPropertyCommand.h b/Source/cmGetPropertyCommand.h
index d7503ba..a8976c5 100644
--- a/Source/cmGetPropertyCommand.h
+++ b/Source/cmGetPropertyCommand.h
@@ -86,7 +86,7 @@ public:
"of the property to get. "
"If the property is not set an empty value is returned. "
"If the SET option is given the variable is set to a boolean "
- "value indicating whether the property has been set."
+ "value indicating whether the property has been set. "
"If the DEFINED option is given the variable is set to a boolean "
"value indicating whether the property has been defined "
"such as with define_property. "