From 69d931f643cf2b184394544947f1eea48fc46698 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 16 Nov 2005 14:02:30 -0500 Subject: [PATCH] STYLE: fix docs --- Source/cmGetTestPropertyCommand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmGetTestPropertyCommand.h b/Source/cmGetTestPropertyCommand.h index 6ce1c8dd5..7d69c24da 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."; }