diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 3694f09c7..59a58d0ce 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -2131,7 +2131,7 @@ int cmCTest::Run(std::vector& 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;