Fix typo in gtest-all.cc (#1770)

synthetic -> synthetic
This commit is contained in:
Ikko Eltociear Ashimine 2024-02-06 05:35:33 +09:00 committed by GitHub
parent 80c0cc445e
commit f06fd934f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1912,7 +1912,7 @@ void AssertHelper::operator=(const Message& message) const {
namespace {
// When TEST_P is found without a matching INSTANTIATE_TEST_SUITE_P
// to creates test cases for it, a syntetic test case is
// to creates test cases for it, a synthetic test case is
// inserted to report ether an error or a log message.
//
// This configuration bit will likely be removed at some point.