Merge pull request #81 from dekkers/spelling-fix

Spelling fix: dictionnary -> dictionary
pull/85/head
extrafu 2015-04-26 20:00:08 -04:00
commit 6f741168a9
3 changed files with 3 additions and 3 deletions

View File

@ -800,7 +800,7 @@ static Class iCalEventK = nil;
/**
* Set the timezone of the event start and end dates to the user's timezone.
* @param theRecord a dictionnary with the attributes of the event.
* @param theRecord a dictionary with the attributes of the event.
* @return a copy of theRecord with adjusted dates.
*/
- (NSMutableDictionary *) _fixupRecord: (NSDictionary *) theRecord

View File

@ -163,7 +163,7 @@
co = [self clientObject];
us = [[context activeUser] userSettings];
if (!(moduleSettings = [us objectForKey: @"Mail"]))
[us setObject:[NSMutableDictionary dictionnary] forKey: @"Mail"];
[us setObject:[NSMutableDictionary dictionary] forKey: @"Mail"];
if (isCollapsing)
{

View File

@ -249,7 +249,7 @@ function mailListToggleMessageThread(row, cell) {
row.hide();
}
// Update the dictionnary of the collapsed threads
// Update the dictionary of the collapsed threads
var mailbox = Mailer.currentMailbox;
var url = ApplicationBaseURL + encodeURI(mailbox) + "/" + msguid + "/" + action;
var callbackData = { "currentMailbox": Mailer.currentMailbox, "msguid": msguid, "action": action};