diff options
author | Xiaoyi Zhang <zhangxy@google.com> | 2019-11-05 22:08:18 (GMT) |
---|---|---|
committer | Xiaoyi Zhang <zhangxy@google.com> | 2019-11-05 22:08:18 (GMT) |
commit | 54978626b40f75095e96222ea7a9f820f5fced44 (patch) | |
tree | 92e9695d4b1f20c2c834b501be05031f82f751a7 | |
parent | 3e062a6efe7a2044660af0fd7dfa42c47756f71f (diff) | |
parent | f658561ef2530f4905ed0a27e113b9dffd2281f9 (diff) | |
download | googletest-54978626b40f75095e96222ea7a9f820f5fced44.zip googletest-54978626b40f75095e96222ea7a9f820f5fced44.tar.gz googletest-54978626b40f75095e96222ea7a9f820f5fced44.tar.bz2 |
Merge pull request #2547 from kuzkry:typo
PiperOrigin-RevId: 278702456
-rw-r--r-- | googlemock/include/gmock/gmock-matchers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock-matchers.h b/googlemock/include/gmock/gmock-matchers.h index b8ec24d..e71570b 100644 --- a/googlemock/include/gmock/gmock-matchers.h +++ b/googlemock/include/gmock/gmock-matchers.h @@ -1323,7 +1323,7 @@ class PredicateFormatterFromMatcher { << "Expected: "; matcher.DescribeTo(&ss); - // Rerun the matcher to "PrintAndExain" the failure. + // Rerun the matcher to "PrintAndExplain" the failure. StringMatchResultListener listener; if (MatchPrintAndExplain(x, matcher, &listener)) { ss << "\n The matcher failed on the initial attempt; but passed when " |