summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorJean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>2016-05-04 18:23:24 (GMT)
committerBrad King <brad.king@kitware.com>2016-07-05 15:18:53 (GMT)
commit898cb987b4a2ed027f7ec9308a128cab97feabf9 (patch)
tree01379562dec13de74539fab209632f2be4670627 /Source/cmCTest.cxx
parent4bbfea17510d25c950747c4b0f877e5d5b1f528e (diff)
downloadCMake-898cb987b4a2ed027f7ec9308a128cab97feabf9.zip
CMake-898cb987b4a2ed027f7ec9308a128cab97feabf9.tar.gz
CMake-898cb987b4a2ed027f7ec9308a128cab97feabf9.tar.bz2
cmCTest: Fix typo
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 3694f09..59a58d0 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -2131,7 +2131,7 @@ int cmCTest::Run(std::vector<std::string>& args, std::string* output)
}
}
- // now what sould cmake do? if --build-and-test was specified then
+ // now what should cmake do? if --build-and-test was specified then
// we run the build and test handler and return
if (cmakeAndTest) {
this->Verbose = true;