From: Stephan Bosch Date: Wed, 23 Feb 2022 13:21:02 +0000 (+0100) Subject: lib-smtp: smtp-client-connection - Fix typo in comment. X-Git-Tag: 2.3.19~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84fe9d12fc51b26a609e1c7a66b86aa2f6646c63;p=thirdparty%2Fdovecot%2Fcore.git lib-smtp: smtp-client-connection - Fix typo in comment. --- diff --git a/src/lib-smtp/smtp-client-connection.c b/src/lib-smtp/smtp-client-connection.c index f2443fe131..b1f45ad426 100644 --- a/src/lib-smtp/smtp-client-connection.c +++ b/src/lib-smtp/smtp-client-connection.c @@ -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);