summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
diff options
context:
space:
mode:
authorJosef Angstenberger <code@jtxa.de>2021-05-06 21:07:07 (GMT)
committerJosef Angstenberger <code@jtxa.de>2021-05-07 15:00:13 (GMT)
commit9d0042362007b11ba2ca6c57f677b310cbd77dc5 (patch)
tree201fa7b69f3a5ab6e4ba18cecdc4f847cd10e987 /Tests/RunCMake
parent6dd719a4a51be02a5fa870f94743807ac856d10d (diff)
downloadCMake-9d0042362007b11ba2ca6c57f677b310cbd77dc5.zip
CMake-9d0042362007b11ba2ca6c57f677b310cbd77dc5.tar.gz
CMake-9d0042362007b11ba2ca6c57f677b310cbd77dc5.tar.bz2
Tests: Fix typos and spelling in comments
Diffstat (limited to 'Tests/RunCMake')
-rw-r--r--Tests/RunCMake/ExternalProject/MultiCommand.cmake2
-rw-r--r--Tests/RunCMake/GoogleTest/xml_output.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/ExternalProject/MultiCommand.cmake b/Tests/RunCMake/ExternalProject/MultiCommand.cmake
index dbf67eb..0849658 100644
--- a/Tests/RunCMake/ExternalProject/MultiCommand.cmake
+++ b/Tests/RunCMake/ExternalProject/MultiCommand.cmake
@@ -1,6 +1,6 @@
include(ExternalProject)
-# Verify COMMAND keyword is recognised after various *_COMMAND options
+# Verify COMMAND keyword is recognized after various *_COMMAND options
ExternalProject_Add(multiCommand
DOWNLOAD_COMMAND "${CMAKE_COMMAND}" -E echo "download 1"
COMMAND "${CMAKE_COMMAND}" -E echo "download 2"
diff --git a/Tests/RunCMake/GoogleTest/xml_output.cpp b/Tests/RunCMake/GoogleTest/xml_output.cpp
index 82f0d02..743a472 100644
--- a/Tests/RunCMake/GoogleTest/xml_output.cpp
+++ b/Tests/RunCMake/GoogleTest/xml_output.cpp
@@ -5,7 +5,7 @@
int main(int argc, char** argv)
{
// Note: GoogleTestXML.cmake doesn't actually depend on Google Test as such;
- // it only mimicks the output file creation using the path passed to this
+ // it only mimics the output file creation using the path passed to this
// test without any content
for (int i = 0; i < argc; i++) {
std::string param(argv[i]);