From: Karl Fleischmann Date: Thu, 19 Jan 2023 15:05:12 +0000 (+0100) Subject: lib-storage: Fix typo in note-comment of mailbox_get_last_internal_error() X-Git-Tag: 2.4.0~2989 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a203301d7305669d30bc1bca266fcbf68968b3;p=thirdparty%2Fdovecot%2Fcore.git lib-storage: Fix typo in note-comment of mailbox_get_last_internal_error() --- diff --git a/src/lib-storage/mail-storage.c b/src/lib-storage/mail-storage.c index a900662b0f..512ac683d6 100644 --- a/src/lib-storage/mail-storage.c +++ b/src/lib-storage/mail-storage.c @@ -684,8 +684,8 @@ const char *mail_storage_get_last_internal_error(struct mail_storage *storage, } /* Note: mailbox_get_last_internal_error() will include the mailbox prefix only - when when mailbox->vname does not match last_internal_error_mailbox, - which might happen with e.g. virtual mailboxes logging about physical + when mailbox->vname does not match last_internal_error_mailbox, which + might happen with e.g. virtual mailboxes logging about physical mailboxes, while mail_storage_get_last_internal_error() always does. */ const char *mailbox_get_last_internal_error(struct mailbox *box, enum mail_error *error_r)