summaryrefslogtreecommitdiffstats
path: root/Source/cmDefinePropertyCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2009-09-03 19:29:29 (GMT)
committerKen Martin <ken.martin@kitware.com>2009-09-03 19:29:29 (GMT)
commitf686dbecb6c25178954b8190e95a3a265e9b2813 (patch)
tree9007c583a292169aec33d7a193de95ca91e6ea41 /Source/cmDefinePropertyCommand.h
parent5624be360e555f3a4505f69cae3f582b2e4e835a (diff)
downloadCMake-f686dbecb6c25178954b8190e95a3a265e9b2813.zip
CMake-f686dbecb6c25178954b8190e95a3a265e9b2813.tar.gz
CMake-f686dbecb6c25178954b8190e95a3a265e9b2813.tar.bz2
some white space fixes for the book
Diffstat (limited to 'Source/cmDefinePropertyCommand.h')
-rw-r--r--Source/cmDefinePropertyCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDefinePropertyCommand.h b/Source/cmDefinePropertyCommand.h
index c63c310..58f93cb 100644
--- a/Source/cmDefinePropertyCommand.h
+++ b/Source/cmDefinePropertyCommand.h
@@ -68,7 +68,7 @@ public:
" DIRECTORY = associated with one directory\n"
" TARGET = associated with one target\n"
" SOURCE = associated with one source file\n"
- " TEST = associated with a test named with add_test command\n"
+ " TEST = associated with a test named with add_test\n"
" VARIABLE = documents a CMake language variable\n"
" CACHED_VARIABLE = documents a CMake cache variable\n"
"Note that unlike set_property and get_property no actual scope "