]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
imap: imap-storage-callbacks - Fix comment
authorStephan Bosch <stephan.bosch@open-xchange.com>
Thu, 18 Dec 2025 22:34:45 +0000 (23:34 +0100)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 26 Jan 2026 01:35:25 +0000 (02:35 +0100)
src/imap/imap-storage-callbacks.c

index fd78eccd5a3b7a90eca19751b34cfc2c466c3381..e29f2b768740b3c1076d52e324015eae8c2f8456 100644 (file)
@@ -66,7 +66,7 @@ imap_storage_callback_line(const struct mail_storage_progress_details *dtl,
 
        /* The "]" character is totally legit in command tags, but it is
           problematic inside IMAP resp-text-code(s), which are terminated
-          with "]". If the caracter appears inside the tag, we avoid
+          with "]". If the character appears inside the tag, we avoid
           emitting the tag and replace it with NIL. */
        bool has_tag = tag != NULL && *tag != '\0' && strchr(tag, ']') == NULL;