Spelling fix: dictionnary -> dictionary

This commit is contained in:
Jeroen Dekkers
2015-04-26 13:33:03 +02:00
parent a94591a365
commit 84c199b95a
3 changed files with 3 additions and 3 deletions
+1 -1
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};