diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-10-03 13:45:41 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-10-03 13:45:41 -0400 |
commit | b3efab88f81e77e0d6f02f5460b41420bac4e9ab (patch) | |
tree | 3d49bd3b8d3f877eeb75bbfbeb4adaae7d154dd3 /Source/cmAddTestCommand.h | |
parent | 5b98b7af78e9a316b7346b2c0046ef3ca6e806ae (diff) | |
download | cmake-b3efab88f81e77e0d6f02f5460b41420bac4e9ab.tar.gz |
BUG: fix for bug#3775
Diffstat (limited to 'Source/cmAddTestCommand.h')
-rw-r--r-- | Source/cmAddTestCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddTestCommand.h b/Source/cmAddTestCommand.h index 229c32cbdb..998f9228c3 100644 --- a/Source/cmAddTestCommand.h +++ b/Source/cmAddTestCommand.h @@ -66,7 +66,7 @@ public: "been run, this command does nothing. " "The tests are run by the testing subsystem by executing Exename " "with the specified arguments. Exename can be either an executable " - "built by built by this project or an arbitrary executable on the " + "built by this project or an arbitrary executable on the " "system (like tclsh). The test will be run with the current working " "directory set to the CMakeList.txt files corresponding directory " "in the binary tree."; |