cmCTest: Fix typo

This commit is contained in:
Jean-Christophe Fillion-Robin 2016-05-04 14:23:24 -04:00 committed by Brad King
parent 4bbfea1751
commit 898cb987b4
1 changed files with 1 additions and 1 deletions

View File

@ -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;