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 -