Fixed spelling error

Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
michael starke
2015-10-13 18:32:23 +02:00
parent e6ae520ba5
commit 59c50a06c2

View File

@@ -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