Skip to content

Commit

Permalink
Fix typo in gmock-gtest-all.cc (fmtlib#3747)
Browse files Browse the repository at this point in the history
syntetic -> synthetic
  • Loading branch information
eltociear authored and happymonkey1 committed Apr 6, 2024
1 parent 9d41ac5 commit 1284bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/gmock-gtest-all.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1284bd4

Please sign in to comment.