Fixed typo

This commit is contained in:
Shelby Munsch
2013-08-27 22:49:47 -07:00
parent 1442e3061f
commit 283ecd069e

View File

@@ -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)
{