From f06fd934f64926aa5b67d853aaaff2ff08e2e448 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 6 Feb 2024 05:35:33 +0900 Subject: [PATCH] Fix typo in gtest-all.cc (#1770) synthetic -> synthetic --- test/gtest/gtest-all.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gtest/gtest-all.cc b/test/gtest/gtest-all.cc index eb8fa17..24e669e 100644 --- a/test/gtest/gtest-all.cc +++ b/test/gtest/gtest-all.cc @@ -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.