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.
This commit is contained in:
Winni Neessen 2024-10-16 10:37:13 +02:00
parent 569e8fbc70
commit f120485c98
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -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 {