Correct misspellings
authorChristian Göttsche <cgzones@googlemail.com>
Sat, 30 May 2020 22:55:07 +0000 (00:55 +0200)
committerNoah Meyerhans <noahm@debian.org>
Sat, 17 Aug 2024 17:26:24 +0000 (13:26 -0400)
Found by Lintian

Gbp-Pq: Name Correct-misspellings.patch

ChangeLog
NEWS
pigeonhole/src/lib-sieve/sieve-address.c
src/director/director-connection.c
src/lib-index/mail-index-transaction-finish.c
src/lib-index/mail-index.h
src/lib-index/mail-transaction-log-file.c
src/lib-storage/index/index-sync-pvt.c

index b768babebbb9f0c30e170d0be2334fb87e1393fc..e917faff5b5f7afb4d959f703720f3e4aba0edfe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -73557,7 +73557,7 @@ M       src/lib-storage/index/index-mail.c
     lib-index: Add mail_cache_close_mail() to smartly drop cached data with
     INDEX=MEMORY
 
-    Instead of reseting the entire transaction buffer when 256 kB is reached, 
+    Instead of resetting the entire transaction buffer when 256 kB is reached, 
     just drop mails have have been marked closed with mail_cache_close_mail(). 
     If that's not enough, continue deleting forcibly until the buffer is below 
     256 kB.
@@ -93457,7 +93457,7 @@ M       src/lib-storage/index/dbox-single/sdbox-storage.c
 
 2016-09-21 20:50:24 +0300 Timo Sirainen <timo.sirainen@dovecot.fi> (2e5e2047af)
 
-    login-proxy: Fixed "Host is down" never reseting itself.
+    login-proxy: Fixed "Host is down" never resetting itself.
 
     Broken by c8eb8314a, which moved adding num_waiting_connections earlier. 
     After that it was never 0 at the check time.
@@ -110399,7 +110399,7 @@ M     src/login-common/ssl-proxy-openssl.c
 
 2015-12-07 11:29:29 +0200 Timo Sirainen <tss@iki.fi> (975c2cdc1b)
 
-    doveadm: Fixed reseting getopt() with glibc when processing multiple
+    doveadm: Fixed resetting getopt() with glibc when processing multiple
     commands in a single process. This means commands run with doveadm batch or
     multiple commands in a single doveadm-server connection.
 
diff --git a/NEWS b/NEWS
index f5b19e41d129c2a77dd83d3368137ccfa1374560..47bf489070b759e5c7330779a3fa46464da5b6e3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2278,7 +2278,7 @@ v2.2.26 2016-10-27  Timo Sirainen <tss@iki.fi>
        - zlib, IMAP BINARY: Fixed internal caching when accessing multiple
          newly created mails. They all had UID=0 and the next mail could have
          wrongly used the previously cached mail.
-       - doveadm stats reset wasn't reseting all the stats.
+       - doveadm stats reset wasn't resetting all the stats.
        - auth_stats=yes: Don't update num_logins, since it doubles them when
          using with mail stats.
        - quota count: Fixed deadlocks when updating vsize header.
index f9456f84ddb9037afc73387e5fd5255aafb0b1c7..c0d982a538e10c35e17792374e455a79f56f665e 100644 (file)
@@ -449,7 +449,7 @@ parse_mailbox_address(struct sieve_message_address_parser *ctx,
        if (ctx->parser.data != ctx->parser.end) {
                if (*ctx->parser.data == ',') {
                        sieve_address_error(
-                               ctx, "not a single addres (found ',')");
+                               ctx, "not a single address (found ',')");
                } else {
                        sieve_address_error(
                                ctx, "address ends in invalid characters");
index a89cc2e4f271ac22511101167e65fb4930c90f33..697bd6487f622d828b617f1b39df58461cb85ef0 100644 (file)
@@ -896,7 +896,7 @@ static bool director_cmd_director(struct director_connection *conn,
 
                /* already have this. just reset its last_network_failure
                   timestamp, since it might be up now, but only if this
-                  isn't part of the handshake. (if it was, reseting the
+                  isn't part of the handshake. (if it was, resetting the
                   timestamp could cause us to rapidly keep trying to connect
                   to it) */
                if (conn->handshake_received)
index 360e59705f0cf2812e615ca5dfd686714900d71b..d39cbe2ce028c08e6510f15a8f99ae43293bb9a0 100644 (file)
@@ -53,7 +53,7 @@ ext_reset_update_atomic(struct mail_index_transaction *t,
 
        array_idx_set(&t->ext_reset_ids, ext_id, &reset_id);
 
-       /* reseting existing data is optional */
+       /* resetting existing data is optional */
        if (array_is_created(&t->ext_resets)) {
                reset = array_idx_modifiable(&t->ext_resets, ext_id);
                if (reset->new_reset_id == (uint32_t)-1)
index c1947cffcbbb5da6e7b5d31dcc2c8d4fb465c718..6d768e050b34a19afd756b6808462ca2064570b9 100644 (file)
@@ -384,7 +384,7 @@ void mail_index_set_lock_method(struct mail_index *index,
    use the default. */
 void mail_index_set_optimization_settings(struct mail_index *index,
        const struct mail_index_optimization_settings *set);
-/* When creating a new index file or reseting an existing one, add the given
+/* When creating a new index file or resetting an existing one, add the given
    extension header data immediately to it. */
 void mail_index_set_ext_init_data(struct mail_index *index, uint32_t ext_id,
                                  const void *data, size_t size);
index 18201692bf99e199ef3e07b9cc83603a2f550336..37f296b3c6427c37a7fdb6aa96b53f3d298169f3 100644 (file)
@@ -760,7 +760,7 @@ mail_transaction_log_file_create2(struct mail_transaction_log_file *file,
                return -1;
 
        if (reset) {
-               /* don't reset modseqs. if we're reseting due to rebuilding
+               /* don't reset modseqs. if we're resetting due to rebuilding
                   indexes we'll probably want to keep uidvalidity and in such
                   cases we really don't want to shrink modseqs. */
                file->hdr.prev_file_seq = 0;
index 92eb4e8dcfc9c4e3b98404d6dcaa2fb4320b750a..358eb1a8b252bc484946660d43464a48ac84849a 100644 (file)
@@ -185,7 +185,7 @@ index_mailbox_sync_pvt_index(struct index_mailbox_sync_pvt_context *ctx,
        } else {
                /* mailbox created/recreated */
                reset = TRUE;
-               i_info("Mailbox %s UIDVALIDITY changed (%u -> %u), reseting private index",
+               i_info("Mailbox %s UIDVALIDITY changed (%u -> %u), resetting private index",
                       ctx->box->vname, hdr_pvt->uid_validity,
                       hdr_shared->uid_validity);
        }