mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 05:07:54 -05:00
Fixed typo
This commit is contained in:
@@ -555,7 +555,7 @@ static NSAttributedString* AttributedStringForMatch (std::string const& text, si
|
||||
if(_documentSearch.hasPerformedReplacement)
|
||||
{
|
||||
NSUInteger count = [[_documentSearch allSelectedMatchesForDocumentIdentifier:[item identifier]] count];
|
||||
return [NSString stringWithFormat:@"%lu occurence%s replaced.", count, count == 1 ? "" : "s"];
|
||||
return [NSString stringWithFormat:@"%lu occurrence%s replaced.", count, count == 1 ? "" : "s"];
|
||||
}
|
||||
else if([(FFMatch*)item match].binary)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user