summaryrefslogtreecommitdiffstats
path: root/Source/cmSetPropertiesCommand.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/cmSetPropertiesCommand.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/cmSetPropertiesCommand.h')
-rw-r--r--Source/cmSetPropertiesCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSetPropertiesCommand.h b/Source/cmSetPropertiesCommand.h
index 73ba1bd..51c52b1 100644
--- a/Source/cmSetPropertiesCommand.h
+++ b/Source/cmSetPropertiesCommand.h
@@ -55,7 +55,7 @@ public:
" SET_PROPERTIES(scope_value\n"
" PROPERTIES prop1 value1\n"
" prop2 value2 ...)\n"
- "Set properties on something. The scope_value is either GLOBAL "
+ "Set properties on something. The scope_value is either GLOBAL, "
"DIRECTORY dir_name, TARGET tgt_name, SOURCE_FILE src_name, "
"or TEST test_name."
;