From 569e8fbc70e1d29c77845a7b2e46c3332f914170 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Wed, 16 Oct 2024 10:35:29 +0200 Subject: [PATCH] Fix typos in comments for better readability Corrected spelling errors in comments for "challenge" and "compatibility" to improve clarity. This ensures better understanding and adherence to the documented IETF draft standard. --- smtp/auth_login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtp/auth_login.go b/smtp/auth_login.go index 847ad62..a9bbdf5 100644 --- a/smtp/auth_login.go +++ b/smtp/auth_login.go @@ -29,7 +29,7 @@ type loginAuth struct { // See: https://datatracker.ietf.org/doc/html/draft-murchison-sasl-login-00 // Since there is no official standard RFC and we've seen different implementations // of this mechanism (sending "Username:", "Username", "username", "User name", etc.) -// we follow the IETF-Draft and ignore any server challange to allow compatiblity +// we follow the IETF-Draft and ignore any server challenge to allow compatibility // with most mail servers/providers. // // LoginAuth will only send the credentials if the connection is using TLS