From 4bf27d31fc0f6d4407baf53d7764ac35eeba8d3a Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Thu, 4 Sep 2008 13:15:18 -0400
Subject: [PATCH] BUG: Fix typo in get_property documentation

Add some missing whitespace to fix formatting of the documentation.
---
 Source/cmGetPropertyCommand.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/cmGetPropertyCommand.h b/Source/cmGetPropertyCommand.h
index d7503ba690..a8976c502b 100644
--- a/Source/cmGetPropertyCommand.h
+++ b/Source/cmGetPropertyCommand.h
@@ -86,7 +86,7 @@ public:
         "of the property to get.  "
         "If the property is not set an empty value is returned.  "
         "If the SET option is given the variable is set to a boolean "
-        "value indicating whether the property has been set."
+        "value indicating whether the property has been set.  "
         "If the DEFINED option is given the variable is set to a boolean "
         "value indicating whether the property has been defined "
         "such as with define_property. "
-- 
GitLab