diff options
author | Brad King <brad.king@kitware.com> | 2018-03-08 14:57:53 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-03-08 14:58:19 (GMT) |
commit | 50b2d0c94434f4b250f0a5add855b28edb1df300 (patch) | |
tree | 4cf855a98ccbf7150ff651c5ef313723a8b64eab /Source/CTest | |
parent | 1076ac9d6864a31c5d57d0d1b2f4ab9a08888107 (diff) | |
parent | 32f6b7a43b492af0b78cc20d4c16315e41a4895c (diff) | |
download | CMake-50b2d0c94434f4b250f0a5add855b28edb1df300.zip CMake-50b2d0c94434f4b250f0a5add855b28edb1df300.tar.gz CMake-50b2d0c94434f4b250f0a5add855b28edb1df300.tar.bz2 |
Merge topic 'misc-typos'
32f6b7a43b Fix misc typos in documentation and comments
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1826
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/cmCTestScriptHandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestScriptHandler.cxx b/Source/CTest/cmCTestScriptHandler.cxx index e0bffd4..5fff730 100644 --- a/Source/CTest/cmCTestScriptHandler.cxx +++ b/Source/CTest/cmCTestScriptHandler.cxx @@ -527,7 +527,7 @@ int cmCTestScriptHandler::RunConfigurationScript( return result; } - // only run the curent script if we should + // only run the current script if we should if (this->Makefile && this->Makefile->IsOn("CTEST_RUN_CURRENT_SCRIPT") && this->ShouldRunCurrentScript) { return this->RunCurrentScript(); |