Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nst committed Jan 16, 2010
1 parent fb4c164 commit d700d52
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 621 deletions.
2 changes: 1 addition & 1 deletion Classes/SPSourceAddressBookTVC.m
Expand Up @@ -36,7 +36,7 @@ - (void)loadData {

CFRelease(addressBook);

NSString *keyName = [NSString stringWithFormat:@"%d Emails Addresses", [allEmails count]];
NSString *keyName = [NSString stringWithFormat:@"%d Email Addresses", [allEmails count]];
self.contentsDictionaries = [NSArray arrayWithObject:[NSDictionary dictionaryWithObject:allEmails forKey:keyName]];
}

Expand Down

0 comments on commit d700d52

Please sign in to comment.