fix typo in function name

This commit is contained in:
Marten Seemann
2018-03-15 07:47:47 +01:00
parent 076e03a094
commit 1fffb88553
4 changed files with 18 additions and 18 deletions

View File

@@ -118,7 +118,7 @@ func (h *extensionHandlerClient) Receive(hType mint.HandshakeType, el *mint.Exte
// TODO: return the right error here
return errors.New("server didn't sent stateless_reset_token")
}
params, err := readTransportParamters(eetp.Parameters)
params, err := readTransportParameters(eetp.Parameters)
if err != nil {
return err
}