summaryrefslogtreecommitdiff
path: root/Source/cmAddTestCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-10-03 13:45:41 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2006-10-03 13:45:41 -0400
commitb3efab88f81e77e0d6f02f5460b41420bac4e9ab (patch)
tree3d49bd3b8d3f877eeb75bbfbeb4adaae7d154dd3 /Source/cmAddTestCommand.h
parent5b98b7af78e9a316b7346b2c0046ef3ca6e806ae (diff)
downloadcmake-b3efab88f81e77e0d6f02f5460b41420bac4e9ab.tar.gz
BUG: fix for bug#3775
Diffstat (limited to 'Source/cmAddTestCommand.h')
-rw-r--r--Source/cmAddTestCommand.h2
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.";