From 283ecd069e8825035013d2405a354cc31f0e04ea Mon Sep 17 00:00:00 2001 From: Shelby Munsch Date: Tue, 27 Aug 2013 22:49:47 -0700 Subject: [PATCH] Fixed typo --- Frameworks/Find/src/Find.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/Find/src/Find.mm b/Frameworks/Find/src/Find.mm index 3dd471cb..e8f24979 100644 --- a/Frameworks/Find/src/Find.mm +++ b/Frameworks/Find/src/Find.mm @@ -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) {