correct spelling mistake

This commit is contained in:
Edward Betts 2017-09-01 16:10:43 +01:00
parent b00ec39bbd
commit 10ef9c442c

View File

@ -75,7 +75,7 @@ type ServerSession interface {
GetUserInfo() (string, string, string)
SetMode(mode Mode)
SetServerChallenge(challege []byte)
SetServerChallenge(challenge []byte)
ProcessNegotiateMessage(*NegotiateMessage) error
GenerateChallengeMessage() (*ChallengeMessage, error)