Skip to content

Commit

Permalink
Merge pull request #281 from zestysoft/faliure_typo
Browse files Browse the repository at this point in the history
Fix spelling mistake
  • Loading branch information
cbeuw authored Oct 3, 2024
2 parents 97a0313 + 3687087 commit 5867fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5867fa9

Please sign in to comment.