summaryrefslogtreecommitdiffstats
path: root/Source/cmGetPropertyCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-26 17:50:14 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-26 17:50:14 (GMT)
commit2504ffe8c370fb0c89bfe002226b28a7cb2244c6 (patch)
tree2a81a398523c6ecafcb0013963d9625f9a678820 /Source/cmGetPropertyCommand.h
parentcd8687782b8ff4ee991daa677d04f885bb37d274 (diff)
downloadCMake-2504ffe8c370fb0c89bfe002226b28a7cb2244c6.zip
CMake-2504ffe8c370fb0c89bfe002226b28a7cb2244c6.tar.gz
CMake-2504ffe8c370fb0c89bfe002226b28a7cb2244c6.tar.bz2
STYLE: rename chain to inherit in the docs
Alex
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 76b360a..5cb4350 100644
--- a/Source/cmGetPropertyCommand.h
+++ b/Source/cmGetPropertyCommand.h
@@ -58,7 +58,7 @@ public:
{
return
" GET_PROPERTY(VAR scope_value property)\n"
- "Get a property from cmake. The scope_value is either GLOBAL "
+ "Get a property from cmake. The scope_value is either GLOBAL, "
"DIRECTORY dir_name, TARGET tgt_name, SOURCE_FILE src_name, "
"or TEST test_name. The resulting value is "
"stored in the variable VAR. If the property is not found, "