Fixed spelling errors in comments and some strings, as well as fixed a compilation error (KPKEntry has no entry key, but does have a name field

This commit is contained in:
Maarten Terpstra
2015-10-11 11:25:36 +02:00
parent 9e2012dac9
commit c3cb8ad6a3
56 changed files with 124 additions and 124 deletions

View File

@@ -12,7 +12,7 @@
/**
* The PasteBoardController did copy new items to the pasteboard
* The userInfo dictionary is empty. You can optain the timeout via the clearTimeout property
* The userInfo dictionary is empty. You can obtain the timeout via the clearTimeout property
*/
FOUNDATION_EXPORT NSString *const MPPasteBoardControllerDidCopyObjects;
/**
@@ -22,7 +22,7 @@ FOUNDATION_EXPORT NSString *const MPPasteBoardControllerDidCopyObjects;
FOUNDATION_EXPORT NSString *const MPPasteBoardControllerDidClearClipboard;
/*
This time sets the time interval after which a copied entry shoudl be purged from the pasteboard
This time sets the time interval after which a copied entry should be purged from the pasteboard
*/
@property (assign, nonatomic) NSTimeInterval clearTimeout;
@property (assign, nonatomic) BOOL clearPasteboardOnShutdown;