Fix typo. (#158)

This commit is contained in:
Martin
2023-09-24 16:18:19 +02:00
committed by GitHub
parent 98ff0d4df7
commit a6b124c9b2

View File

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