summaryrefslogtreecommitdiffstats
path: root/googletest/src
diff options
context:
space:
mode:
authorArthur Sonzogni <sonzogniarthur@gmail.com>2020-10-20 13:45:52 (GMT)
committerArthur Sonzogni <sonzogniarthur@gmail.com>2020-10-20 13:45:52 (GMT)
commitfe0ee53feb43612c1230c95d016f2b68ac865fe0 (patch)
treee910b0c998e36c67cfe9961cb31874e785983caf /googletest/src
parent620659ed92829a88ee34134c782bf5b5aa5a0a0c (diff)
downloadgoogletest-fe0ee53feb43612c1230c95d016f2b68ac865fe0.zip
googletest-fe0ee53feb43612c1230c95d016f2b68ac865fe0.tar.gz
googletest-fe0ee53feb43612c1230c95d016f2b68ac865fe0.tar.bz2
Fix typo "definedin in" => "defined in"
Replace "definedin in" by "defined in" in files: - googletest/src/gtest.cc - googletest/test/googletest-output-test-golden-lin.txt
Diffstat (limited to 'googletest/src')
-rw-r--r--googletest/src/gtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc
index b5bc353..3c32da8 100644
--- a/googletest/src/gtest.cc
+++ b/googletest/src/gtest.cc
@@ -555,7 +555,7 @@ void TypeParameterizedTestSuiteRegistry::CheckForInstantiations() {
"utilities.)"
"\n\n"
"To suppress this error for this test suite, insert the following line "
- "(in a non-header) in the namespace it is definedin in:"
+ "(in a non-header) in the namespace it is defined in:"
"\n\n"
"GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(" +
testcase.first + ");";