From 84c199b95a8e83374305688c4408a839ff7be8f7 Mon Sep 17 00:00:00 2001 From: Jeroen Dekkers Date: Sun, 26 Apr 2015 13:33:03 +0200 Subject: [PATCH] Spelling fix: dictionnary -> dictionary --- SoObjects/Appointments/SOGoAppointmentFolder.m | 2 +- UI/MailerUI/UIxMailActions.m | 2 +- UI/WebServerResources/MailerUI.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index fc1552235..6d04cd8c5 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -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 diff --git a/UI/MailerUI/UIxMailActions.m b/UI/MailerUI/UIxMailActions.m index f3b84e7b0..bff34d821 100644 --- a/UI/MailerUI/UIxMailActions.m +++ b/UI/MailerUI/UIxMailActions.m @@ -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) { diff --git a/UI/WebServerResources/MailerUI.js b/UI/WebServerResources/MailerUI.js index 1941ed32b..9144db5b9 100644 --- a/UI/WebServerResources/MailerUI.js +++ b/UI/WebServerResources/MailerUI.js @@ -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};