Merge pull request #3581 from cclauss:codespell

PiperOrigin-RevId: 400792845
This commit is contained in:
dinord
2021-10-05 10:59:42 -04:00
7 changed files with 9 additions and 9 deletions

View File

@@ -5422,7 +5422,7 @@ PolymorphicMatcher<internal::ExceptionMatcherImpl<Err>> ThrowsMessage(
#define EXPECT_THAT(value, matcher) EXPECT_PRED_FORMAT1(\
::testing::internal::MakePredicateFormatterFromMatcher(matcher), value)
// MATCHER* macroses itself are listed below.
// MATCHER* macros itself are listed below.
#define MATCHER(name, description) \
class name##Matcher \
: public ::testing::internal::MatcherBaseImpl<name##Matcher> { \