Fix typo. (#158)

This commit is contained in:
Martin 2023-09-24 16:18:19 +02:00 committed by GitHub
parent 98ff0d4df7
commit a6b124c9b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -469,7 +469,7 @@ func (c *Client) init(o *Options) error {
return err return err
} }
default: default:
return errors.New("unexpected conted in SCRAM challenge") return errors.New("unexpected content in SCRAM challenge")
} }
} }
clientFinalMessageBare := "c=biws,r=" + serverNonce clientFinalMessageBare := "c=biws,r=" + serverNonce