Skip to content

Commit

Permalink
fix some typos: applicate => application informaction => information
Browse files Browse the repository at this point in the history
  • Loading branch information
songguangze authored and songguangze committed Jul 28, 2021
1 parent b157016 commit 2cd9474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bfe_tls/conn.go
Expand Up @@ -950,7 +950,7 @@ func (c *Conn) choosePlaintextSize() int {
func (c *Conn) writeRecord(typ recordType, data []byte) (n int, err error) {
// choose appropriate size for record
// Note: Some IE browsers fail to parse fragmented TLS/SSL handshake message,
// we just choose dynamic record size for applicate data message. For more informaction,
// we just choose dynamic record size for application data message. For more information,
// see https://support.microsoft.com/en-us/kb/2541763
plaintextSize := maxPlaintext
if typ == recordTypeApplicationData {
Expand Down

0 comments on commit 2cd9474

Please sign in to comment.