From 667a90a0844a2b00a046e9597811c06905b6347d Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 21 Dec 2010 14:15:05 -0500 Subject: Fix sentence break in add_test documentation Commit 42de5d02 (Add WORKING_DIRECTORY argument to add_test, 2010-12-16) added a new sentence to a paragraph without separating it by " " from the previous sentence. Add the missing spaces. --- Source/cmAddTestCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmAddTestCommand.h b/Source/cmAddTestCommand.h index 9eb4e9f..6a0ace0 100644 --- a/Source/cmAddTestCommand.h +++ b/Source/cmAddTestCommand.h @@ -74,7 +74,7 @@ public: "add_executable) it will automatically be replaced by the location " "of the executable created at build time. " "If a CONFIGURATIONS option is given then the test will be executed " - "only when testing under one of the named configurations." + "only when testing under one of the named configurations. " "If a WORKING_DIRECTORY option is given then the test will be executed " "in the given directory." "\n" -- cgit v0.12