Bug 1647104 - fix typos with codespell (manual corrections). rs=comment-only,typo-fix DONTBUILD

This commit is contained in:
Jorg K 2020-06-21 12:10:10 +02:00
Родитель 1a15cfed7a
Коммит 095e8aa09c
6 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -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);

Просмотреть файл

@ -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.)

Просмотреть файл

@ -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);

Просмотреть файл

@ -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

Просмотреть файл

@ -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"),

Просмотреть файл

@ -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 {