summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GoogleTest
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/GoogleTest
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/GoogleTest')
-rw-r--r--Tests/RunCMake/GoogleTest/xml_output.cpp2
1 files changed, 1 insertions, 1 deletions
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]);