From: Christian Göttsche Date: Sat, 30 May 2020 22:55:07 +0000 (+0200) Subject: Correct misspellings X-Git-Tag: archive/raspbian/1%2.3.21.1+dfsg1-1+rpi1~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=32cd0f142a48b086869740c352a9edc49a3482aa;p=dovecot.git Correct misspellings Found by Lintian Gbp-Pq: Name Correct-misspellings.patch --- diff --git a/ChangeLog b/ChangeLog index 581517d..89f4e4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -73433,7 +73433,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. @@ -93333,7 +93333,7 @@ M src/lib-storage/index/dbox-single/sdbox-storage.c 2016-09-21 20:50:24 +0300 Timo Sirainen (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. @@ -110275,7 +110275,7 @@ M src/login-common/ssl-proxy-openssl.c 2015-12-07 11:29:29 +0200 Timo Sirainen (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 272ff18..4de9cdb 100644 --- a/NEWS +++ b/NEWS @@ -2260,7 +2260,7 @@ v2.2.26 2016-10-27 Timo Sirainen - 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. diff --git a/pigeonhole/src/lib-sieve/sieve-address.c b/pigeonhole/src/lib-sieve/sieve-address.c index f9456f8..c0d982a 100644 --- a/pigeonhole/src/lib-sieve/sieve-address.c +++ b/pigeonhole/src/lib-sieve/sieve-address.c @@ -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"); diff --git a/src/director/director-connection.c b/src/director/director-connection.c index a89cc2e..697bd64 100644 --- a/src/director/director-connection.c +++ b/src/director/director-connection.c @@ -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) diff --git a/src/lib-index/mail-index-transaction-finish.c b/src/lib-index/mail-index-transaction-finish.c index 360e597..d39cbe2 100644 --- a/src/lib-index/mail-index-transaction-finish.c +++ b/src/lib-index/mail-index-transaction-finish.c @@ -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) diff --git a/src/lib-index/mail-index.h b/src/lib-index/mail-index.h index c1947cf..6d768e0 100644 --- a/src/lib-index/mail-index.h +++ b/src/lib-index/mail-index.h @@ -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); diff --git a/src/lib-index/mail-transaction-log-file.c b/src/lib-index/mail-transaction-log-file.c index 1820169..37f296b 100644 --- a/src/lib-index/mail-transaction-log-file.c +++ b/src/lib-index/mail-transaction-log-file.c @@ -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; diff --git a/src/lib-storage/index/index-sync-pvt.c b/src/lib-storage/index/index-sync-pvt.c index 92eb4e8..358eb1a 100644 --- a/src/lib-storage/index/index-sync-pvt.c +++ b/src/lib-storage/index/index-sync-pvt.c @@ -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); }