fix a typo
This commit is contained in:
		@@ -1323,7 +1323,7 @@ class PredicateFormatterFromMatcher {
 | 
				
			|||||||
       << "Expected: ";
 | 
					       << "Expected: ";
 | 
				
			||||||
    matcher.DescribeTo(&ss);
 | 
					    matcher.DescribeTo(&ss);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Rerun the matcher to "PrintAndExain" the failure.
 | 
					    // Rerun the matcher to "PrintAndExplain" the failure.
 | 
				
			||||||
    StringMatchResultListener listener;
 | 
					    StringMatchResultListener listener;
 | 
				
			||||||
    if (MatchPrintAndExplain(x, matcher, &listener)) {
 | 
					    if (MatchPrintAndExplain(x, matcher, &listener)) {
 | 
				
			||||||
      ss << "\n  The matcher failed on the initial attempt; but passed when "
 | 
					      ss << "\n  The matcher failed on the initial attempt; but passed when "
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user