# HG changeset patch # User Guido Berhoerster # Date 1612902493 -3600 # Node ID b790df0733d4490aa2939c070d7c7e41fe82ae8d # Parent 8cd45453f5bee42404818fd30343fe120992212f Fix typos diff -r 8cd45453f5be -r b790df0733d4 managesieve.go --- a/managesieve.go Wed Feb 03 13:24:31 2021 +0100 +++ b/managesieve.go Tue Feb 09 21:28:13 2021 +0100 @@ -86,7 +86,7 @@ } func (e *ConnClosedError) Error() string { - msg := "the server has closed to connection" + msg := "the server has closed the connection" if e.Msg != "" { return msg + ": " + e.Msg } diff -r 8cd45453f5be -r b790df0733d4 managesieve_test.go --- a/managesieve_test.go Wed Feb 03 13:24:31 2021 +0100 +++ b/managesieve_test.go Tue Feb 09 21:28:13 2021 +0100 @@ -950,7 +950,7 @@ } // custom SASL authentication method handling with a challenge which is not a -// bas64-encoded string +// base64-encoded string var corruptAuthServer string = `"IMPLEMENTATION" "Example" "SASL" "PLAIN TEST" "SIEVE" "fileinto vacation"