From f120485c98f563e64a902844115cacde5e28fb5f Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Wed, 16 Oct 2024 10:37:13 +0200 Subject: [PATCH] Correct typo in comment Fix a typo in smtp_test.go's comment from "challanges" to "challenges" to improve readability and accuracy of documentation. This change does not affect the code's functionality. --- smtp/smtp_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtp/smtp_test.go b/smtp/smtp_test.go index 52b6b5a..c0e7197 100644 --- a/smtp/smtp_test.go +++ b/smtp/smtp_test.go @@ -2163,7 +2163,7 @@ func SkipFlaky(t testing.TB, issue int) { } // testSCRAMSMTPServer represents a test server for SCRAM-based SMTP authentication. -// It does not do any acutal computation of the challanges but verifies that the expected +// It does not do any acutal computation of the challenges but verifies that the expected // fields are present. We have actual real authentication tests for all SCRAM modes in the // go-mail client_test.go type testSCRAMSMTPServer struct {