Quellcode durchsuchen

STYLE: fix docs

Ken Martin vor 20 Jahren
Ursprung
Commit
69d931f643
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      Source/cmGetTestPropertyCommand.h

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