STYLE: fix docs

This commit is contained in:
Ken Martin 2005-11-16 14:02:30 -05:00
parent 8b7091a0a6
commit 69d931f643
1 changed files with 2 additions and 2 deletions

View File

@ -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.";
}