diff options
author | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-11-02 00:18:21 (GMT) |
---|---|---|
committer | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-11-02 00:18:21 (GMT) |
commit | f658561ef2530f4905ed0a27e113b9dffd2281f9 (patch) | |
tree | 529edba295fe6cfdb04411bb536ec4be4553bbac /googlemock | |
parent | e8a82dc7ede61c4af3b9d75aa0e953b8cecfc8bb (diff) | |
download | googletest-f658561ef2530f4905ed0a27e113b9dffd2281f9.zip googletest-f658561ef2530f4905ed0a27e113b9dffd2281f9.tar.gz googletest-f658561ef2530f4905ed0a27e113b9dffd2281f9.tar.bz2 |
fix a typorefs/pull/2547/head
Diffstat (limited to 'googlemock')
-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 " |