Mercurial > projects > managesieve
changeset 11:b790df0733d4
Fix typos
author | Guido Berhoerster <guido+managesieve@berhoerster.name> |
---|---|
date | Tue, 09 Feb 2021 21:28:13 +0100 |
parents | 8cd45453f5be |
children | 66b46b3d73be |
files | managesieve.go managesieve_test.go |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 }
--- 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"