mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 05:52:58 +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.
|
* 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
|
* 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;
|
FOUNDATION_EXTERN NSString *const MPDocumentDidChangeSearchResults;
|
||||||
|
|
||||||
@@ -280,4 +280,3 @@ FOUNDATION_EXTERN NSString *const kMPDocumentSearchResultsKey;
|
|||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user