mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
run misspell in gometalinter
This commit is contained in:
parent
b6c41464c6
commit
11af98e338
21 changed files with 23 additions and 22 deletions
|
@ -118,7 +118,7 @@ var _ = Describe("Packet packer", func() {
|
|||
Context("generating a packet header", func() {
|
||||
const (
|
||||
versionPublicHeader = protocol.Version39 // a QUIC version that uses the Public Header format
|
||||
versionIETFHeader = protocol.VersionTLS // a QUIC version taht uses the IETF Header format
|
||||
versionIETFHeader = protocol.VersionTLS // a QUIC version that uses the IETF Header format
|
||||
)
|
||||
|
||||
Context("Public Header (for gQUIC)", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue