forked from mirrors/linphone-iphone
Chat: fix typo
This commit is contained in:
parent
5a24b3ff37
commit
3e8be09f46
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ static int ms_strcmpfuz(const char *fuzzy_word, const char *sentence) {
|
|||
|
||||
- (NSString *)displayNameForContact:(ABRecordRef)person {
|
||||
NSString *name = [FastAddressBook displayNameForContact:person];
|
||||
if (name != nil && [name length] > 0 && ![name isEqualToString:NSLocalizedString(@"Unkonwn", nil)]) {
|
||||
if (name != nil && [name length] > 0 && ![name isEqualToString:NSLocalizedString(@"Unknown", nil)]) {
|
||||
// Add the contact only if it fuzzy match filter too (if any)
|
||||
if ([ContactSelection getNameOrEmailFilter] == nil ||
|
||||
(ms_strcmpfuz([[[ContactSelection getNameOrEmailFilter] lowercaseString] UTF8String],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue