mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 14:19:34 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user