From 095e8aa09c3ae4acc5afa7fd4077a0a2d09aac10 Mon Sep 17 00:00:00 2001 From: Jorg K Date: Sun, 21 Jun 2020 12:10:10 +0200 Subject: [PATCH] Bug 1647104 - fix typos with codespell (manual corrections). rs=comment-only,typo-fix DONTBUILD --- chat/components/src/imAccounts.jsm | 2 +- db/mork/public/mdb.h | 2 +- ldap/c-sdk/libraries/libldap/mozock.c | 2 +- mail/extensions/openpgp/content/modules/filters.jsm | 2 +- mail/extensions/openpgp/content/ui/enigmailKeyManager.js | 2 +- mailnews/mime/src/mimei.h | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/chat/components/src/imAccounts.jsm b/chat/components/src/imAccounts.jsm index 449689cdd7..8abeff8c29 100644 --- a/chat/components/src/imAccounts.jsm +++ b/chat/components/src/imAccounts.jsm @@ -225,7 +225,7 @@ function imAccount(aKey, aName, aPrplId) { Services.logins.initializationPromise.then(() => { // Try to convert old passwords stored in the preferences. // Don't try too hard if the user has canceled a master password prompt: - // we don't want to display several of theses prompts at startup. + // we don't want to display several of these prompts at startup. if (gConvertingOldPasswords && !this.protocol.noPassword) { try { let password = this.prefBranch.getStringPref(kPrefAccountPassword); diff --git a/db/mork/public/mdb.h b/db/mork/public/mdb.h index f54d58ffd2..2018cd8d20 100644 --- a/db/mork/public/mdb.h +++ b/db/mork/public/mdb.h @@ -1670,7 +1670,7 @@ class nsIMdbCollection : public nsISupports { // sequence of objects **| respect to other collections of such rows in the same row scope. Also by **| convention, at least one table in a row scope has a table kind purporting **| to contain ALL the rows that belong in that row scope, so that at least -**| one table exists that allows all rows in a scope to be interated over. +**| one table exists that allows all rows in a scope to be iterated over. **| (A table with zero table kind is never allowed because this would make it **| ambiguous to use a zero table kind when iterating over tables in a port to **| indicate that all table kinds in a row scope should be seen by a cursor.) diff --git a/ldap/c-sdk/libraries/libldap/mozock.c b/ldap/c-sdk/libraries/libldap/mozock.c index 2ea9c3ca3b..c9ac2b8f73 100644 --- a/ldap/c-sdk/libraries/libldap/mozock.c +++ b/ldap/c-sdk/libraries/libldap/mozock.c @@ -300,7 +300,7 @@ int PASCAL FAR WSAStartup(WORD wVersionRequested, LPWSADATA lpWSAData) { } hWinsock = MyHandle; - // AllRight, attempt to make our first proxied call. + // Alright, attempt to make our first proxied call. if (IsWinsockLoaded(sp_WSAStartup)) { iRetval = ((sp_int_WORD_LPWSADATA)spArray[sp_WSAStartup])( wVersionRequested, lpWSAData); diff --git a/mail/extensions/openpgp/content/modules/filters.jsm b/mail/extensions/openpgp/content/modules/filters.jsm index 783806c664..fb7ffddbfd 100644 --- a/mail/extensions/openpgp/content/modules/filters.jsm +++ b/mail/extensions/openpgp/content/modules/filters.jsm @@ -271,7 +271,7 @@ function isPGPEncrypted(data) { // If there are no subparts we just look in the body. // // This intentionally does not match more complex cases - // with sub parts beeing encrypted etc. as auto processing + // with sub parts being encrypted etc. as auto processing // these kinds of mails will be error prone and better not // done through a filter diff --git a/mail/extensions/openpgp/content/ui/enigmailKeyManager.js b/mail/extensions/openpgp/content/ui/enigmailKeyManager.js index 8efd9f4387..5e4d210779 100644 --- a/mail/extensions/openpgp/content/ui/enigmailKeyManager.js +++ b/mail/extensions/openpgp/content/ui/enigmailKeyManager.js @@ -602,7 +602,7 @@ async function enigmailExportKeys() { var exportSecretKey = false; if (secretFound) { - // double check that also the pivate keys shall be exportet + // double check that also the pivate keys shall be exported var r = EnigmailDialog.msgBox(window, { msgtext: await document.l10n.formatValue("export-secret-key"), dialogTitle: EnigGetString("enigConfirm2"), diff --git a/mailnews/mime/src/mimei.h b/mailnews/mime/src/mimei.h index ba36b90bc9..d3a0684224 100644 --- a/mailnews/mime/src/mimei.h +++ b/mailnews/mime/src/mimei.h @@ -104,7 +104,7 @@ typedef struct Foobar Foobar; CLASS DECLARATION: - Theis structure defines the callback routines and other per-class data + This structure defines the callback routines and other per-class data of the class defined in this module. struct FoobarClass { @@ -121,7 +121,7 @@ extern FoobarClass foobarClass; INSTANCE DECLARATION: - Theis structure defines the per-instance data of an object, and a pointer + This structure defines the per-instance data of an object, and a pointer to the corresponding class record. struct Foobar {