]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: Fix typo in note-comment of mailbox_get_last_internal_error()
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Thu, 19 Jan 2023 15:05:12 +0000 (16:05 +0100)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Thu, 9 Feb 2023 19:00:52 +0000 (19:00 +0000)
src/lib-storage/mail-storage.c

index a900662b0f6ddb6b2c1605a26c52af123f1d420d..512ac683d6ba9eaacbd1b4a59daa844826c11a12 100644 (file)
@@ -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)