aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-11-02 01:18:21 +0100
committerKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-11-02 01:18:21 +0100
commitf658561ef2530f4905ed0a27e113b9dffd2281f9 (patch)
tree529edba295fe6cfdb04411bb536ec4be4553bbac /googlemock
parente8a82dc7ede61c4af3b9d75aa0e953b8cecfc8bb (diff)
downloadgoogletest-f658561ef2530f4905ed0a27e113b9dffd2281f9.tar.gz
googletest-f658561ef2530f4905ed0a27e113b9dffd2281f9.tar.bz2
googletest-f658561ef2530f4905ed0a27e113b9dffd2281f9.zip
fix a typo
Diffstat (limited to 'googlemock')
-rw-r--r--googlemock/include/gmock/gmock-matchers.h2
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 "