diff options
author | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-11-02 01:18:21 +0100 |
---|---|---|
committer | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-11-02 01:18:21 +0100 |
commit | f658561ef2530f4905ed0a27e113b9dffd2281f9 (patch) | |
tree | 529edba295fe6cfdb04411bb536ec4be4553bbac | |
parent | e8a82dc7ede61c4af3b9d75aa0e953b8cecfc8bb (diff) | |
download | googletest-f658561ef2530f4905ed0a27e113b9dffd2281f9.tar.gz googletest-f658561ef2530f4905ed0a27e113b9dffd2281f9.tar.bz2 googletest-f658561ef2530f4905ed0a27e113b9dffd2281f9.zip |
fix a typo
-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 b8ec24dd..e71570bc 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 " |