Merge pull request #2547 from kuzkry:typo

PiperOrigin-RevId: 278702456
This commit is contained in:
Xiaoyi Zhang 2019-11-05 17:08:18 -05:00
commit 54978626b4

View File

@ -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 "