]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dict: Fix COMIT typo in log prefix
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 13 Nov 2023 21:59:57 +0000 (23:59 +0200)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 13 Nov 2023 21:59:57 +0000 (23:59 +0200)
Added by 93a53a9d590f0220de28600f36a969cc38c3148b

src/dict/dict-commands.c

index a26f63e9dc7ded7b1c3a2ef2ea4be5325f9bbdbc..9c929a599b5712a6c0bea4cf3e4f1a56ccb0c918 100644 (file)
@@ -522,7 +522,7 @@ cmd_commit(struct dict_connection_cmd *cmd, const char *const *args)
                event_set_append_log_prefix(cmd->event, "COMMIT: ");
        else {
                event_set_append_log_prefix(cmd->event, t_strdup_printf(
-                       "COMIT (user %s): ", trans->ctx->set.username));
+                       "COMMIT (user %s): ", trans->ctx->set.username));
        }
 
        dict_connection_cmd_async(cmd);