diff options
author | Brad King <brad.king@kitware.com> | 2014-01-06 15:36:03 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-01-06 15:36:03 (GMT) |
commit | b8786da79fd7e445eab7d01033c72201eea575b0 (patch) | |
tree | 85c18173952ab66fa6e489e0941432804b296d8a /Tests | |
parent | 5c4448bd9a3dd4992144cabbc1bcd1b121621e43 (diff) | |
parent | 9e41eb68ec9d60bcaf39e6442dda593d4135abd7 (diff) | |
download | CMake-b8786da79fd7e445eab7d01033c72201eea575b0.zip CMake-b8786da79fd7e445eab7d01033c72201eea575b0.tar.gz CMake-b8786da79fd7e445eab7d01033c72201eea575b0.tar.bz2 |
Merge topic 'fix-text-typos'
9e41eb6 Fix wording of "the the" typos throughout text
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CTestTest/test.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestTest/test.cmake.in b/Tests/CTestTest/test.cmake.in index 214bff8..ab39b88 100644 --- a/Tests/CTestTest/test.cmake.in +++ b/Tests/CTestTest/test.cmake.in @@ -6,7 +6,7 @@ # this is the cvs module name that should be checked out set (CTEST_MODULE_NAME SmallAndFast) -# these are the the name of the source and binary directory on disk. +# these are the name of the source and binary directory on disk. # They will be appended to DASHBOARD_ROOT set (CTEST_SOURCE_NAME SmallAndFast) set (CTEST_BINARY_NAME SmallAndFastBuild) |