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

@@ -95,7 +95,7 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
};
/**
* Helper class to retrieve Icons for Keys. KDB sortes Icons as an Integer
* Helper class to retrieve Icons for Keys. KDB sorts Icons as an Integer
* The Helper maps those numbers to icons.
* It can furthermore be used to retrieve other Icons, that are non-Database Icons
*/
@@ -110,7 +110,7 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
/**
* Available Icon names (all)
* @return Dictioary with MPIconType keys and NSString values containing their names
* @return Dictionary with MPIconType keys and NSString values containing their names
*/
+ (NSDictionary *)availableIconNames;