From 59c50a06c2f8f7deb6ec936e35be6b2b466be635 Mon Sep 17 00:00:00 2001 From: michael starke Date: Tue, 13 Oct 2015 18:32:23 +0200 Subject: [PATCH] Fixed spelling error Signed-off-by: michael starke --- MacPass/MPDocument.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MacPass/MPDocument.h b/MacPass/MPDocument.h index 37fc832b..a42feb78 100644 --- a/MacPass/MPDocument.h +++ b/MacPass/MPDocument.h @@ -259,7 +259,7 @@ FOUNDATION_EXTERN NSString *const MPDocumentDidExitSearchNotification; /** * Posted by the document, when the search results have been updated. This is only called when searching. * If the search is exited, it will be notified by MPDocumentDidExitSearchNotification - * The userInfo dictionary has one key kMPDocumentSearchResultsKey with an NSArray of KPKEntries mathching the search. + * The userInfo dictionary has one key kMPDocumentSearchResultsKey with an NSArray of KPKEntries matching the search. */ FOUNDATION_EXTERN NSString *const MPDocumentDidChangeSearchResults; @@ -280,4 +280,3 @@ FOUNDATION_EXTERN NSString *const kMPDocumentSearchResultsKey; @end -