Fix spelling mistake

Signed-off-by: Ian Brown <ian@zestysoft.com>
This commit is contained in:
Ian Brown 2024-09-20 19:45:46 -07:00
parent 97a03139bc
commit 3687087c67
No known key found for this signature in database
GPG Key ID: D9923DD6508A15B9
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func decryptClientInfo(fragments authFragments, serverTime time.Time) (info Clie
var ErrReplay = errors.New("duplicate random")
var ErrBadProxyMethod = errors.New("invalid proxy method")
var ErrBadDecryption = errors.New("decryption/authentication faliure")
var ErrBadDecryption = errors.New("decryption/authentication failure")
// AuthFirstPacket checks if the first packet of data is ClientHello or HTTP GET, and checks if it was from a Cloak client
// if it is from a Cloak client, it returns the ClientInfo with the decrypted fields. It doesn't check if the user