mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 01:12:31 +00:00
Fixed spelling error
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user