diff options
author | Brad King <brad.king@kitware.com> | 2010-07-20 20:00:29 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-07-20 20:00:29 (GMT) |
commit | e1a4c02bac67f9420be0796712cc1da5985f7177 (patch) | |
tree | aef4e7e8d4b87402e6ce125ac8112ddb4666b9c3 /Source/cmCTest.cxx | |
parent | efb2c1e6957fa90420ef051d76a17f0b1230c901 (diff) | |
parent | 7739d786a42a2bbbab87df0c4f869ef8aecae767 (diff) | |
download | CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.zip CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.tar.gz CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.tar.bz2 |
Merge topic 'resolve/doc-spelling/CPackRPM'
7739d78 Merge CPackRPM changes into doc-spelling
9203e91 Fix spelling errors reported by Lintian.
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 4d56257..3a777d5 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -2121,7 +2121,7 @@ int cmCTest::Run(std::vector<std::string> &args, std::string* output) i++; std::string targ = args[i]; // AddTestsForDashboard parses the dashborad type and converts it - // into the seperate stages + // into the separate stages if (!this->AddTestsForDashboardType(targ)) { performSomeTest = false; |