diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 19:02:30 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 19:02:30 (GMT) |
commit | 69d931f643cf2b184394544947f1eea48fc46698 (patch) | |
tree | 6127e4a2abb8492581319eb9163dba77532c2d41 /Source/cmGetTestPropertyCommand.h | |
parent | 8b7091a0a6a056278f17a57b96c4694b43dc7bbb (diff) | |
download | CMake-69d931f643cf2b184394544947f1eea48fc46698.zip CMake-69d931f643cf2b184394544947f1eea48fc46698.tar.gz CMake-69d931f643cf2b184394544947f1eea48fc46698.tar.bz2 |
STYLE: fix docs
Diffstat (limited to 'Source/cmGetTestPropertyCommand.h')
-rw-r--r-- | Source/cmGetTestPropertyCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGetTestPropertyCommand.h b/Source/cmGetTestPropertyCommand.h index 6ce1c8d..7d69c24 100644 --- a/Source/cmGetTestPropertyCommand.h +++ b/Source/cmGetTestPropertyCommand.h @@ -53,8 +53,8 @@ public: { return " GET_TEST_PROPERTY(test VAR property)\n" - "Get a property from the Test. The value of the property is" - "stored in the variable VAR. If the property is not found," + "Get a property from the Test. The value of the property is " + "stored in the variable VAR. If the property is not found, " "CMake will report an error."; } |