From 10ef9c442cc3a67fb87bae0fada66d0aa450e1be Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 16:10:43 +0100 Subject: [PATCH] correct spelling mistake --- ntlm/ntlm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntlm/ntlm.go b/ntlm/ntlm.go index 1bc014a..03d9da3 100644 --- a/ntlm/ntlm.go +++ b/ntlm/ntlm.go @@ -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)