summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_unittest.cc
diff options
context:
space:
mode:
authorslowy07 <slowy.arfy@gmail.com>2021-07-24 10:38:47 (GMT)
committerslowy07 <slowy.arfy@gmail.com>2021-07-24 10:38:47 (GMT)
commit2f3e2e39cc4c399b66711e6b720bf22373e841b5 (patch)
tree691f6f45bf9aed271619008196d187db98227e10 /googletest/test/gtest_unittest.cc
parent96f4ce02a3a78d63981c67acbd368945d11d7d70 (diff)
downloadgoogletest-2f3e2e39cc4c399b66711e6b720bf22373e841b5.zip
googletest-2f3e2e39cc4c399b66711e6b720bf22373e841b5.tar.gz
googletest-2f3e2e39cc4c399b66711e6b720bf22373e841b5.tar.bz2
fix: typo codespelling commentrefs/pull/3499/head
Diffstat (limited to 'googletest/test/gtest_unittest.cc')
-rw-r--r--googletest/test/gtest_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/gtest_unittest.cc b/googletest/test/gtest_unittest.cc
index 3f2f082..c0d2d99 100644
--- a/googletest/test/gtest_unittest.cc
+++ b/googletest/test/gtest_unittest.cc
@@ -2017,7 +2017,7 @@ void ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestSuite(
}
// Tests that property recording functions in UnitTest outside of tests
-// functions correcly. Creating a separate instance of UnitTest ensures it
+// functions correctly. Creating a separate instance of UnitTest ensures it
// is in a state similar to the UnitTest's singleton's between tests.
class UnitTestRecordPropertyTest :
public testing::internal::UnitTestRecordPropertyTestHelper {