From: Stephan Bosch Date: Thu, 18 Dec 2025 22:34:45 +0000 (+0100) Subject: imap: imap-storage-callbacks - Fix comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d40bb03fe7d1f44b26b32e6108a0d512a1ee662a;p=thirdparty%2Fdovecot%2Fcore.git imap: imap-storage-callbacks - Fix comment --- diff --git a/src/imap/imap-storage-callbacks.c b/src/imap/imap-storage-callbacks.c index fd78eccd5a..e29f2b7687 100644 --- a/src/imap/imap-storage-callbacks.c +++ b/src/imap/imap-storage-callbacks.c @@ -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;