]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: smtp-client-connection - Fix typo in comment.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Wed, 23 Feb 2022 13:21:02 +0000 (14:21 +0100)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 25 Feb 2022 08:12:27 +0000 (10:12 +0200)
src/lib-smtp/smtp-client-connection.c

index f2443fe13152a25032de1a0b02583af7f15f494e..b1f45ad426adaa2036f285ec78394b9f2ec72681 100644 (file)
@@ -745,7 +745,7 @@ smtp_client_connection_auth_cb(const struct smtp_reply *reply,
                }
                if (conn->sasl_ir != NULL) {
                        if (*reply->text_lines[0] == '\0') {
-                               /* Send intial response */
+                               /* Send initial response */
                                cmd = smtp_client_command_new(
                                        conn, SMTP_CLIENT_COMMAND_FLAG_PRELOGIN,
                                        smtp_client_connection_auth_cb, conn);