forked from quic-go/quic-go
run misspell in gometalinter
This commit is contained in:
@@ -40,7 +40,7 @@ var _ = Describe("IETF draft Header", func() {
|
||||
Expect(err).To(MatchError(qerr.InvalidVersionNegotiationPacket))
|
||||
})
|
||||
|
||||
It("errors if the version list is emtpy", func() {
|
||||
It("errors if the version list is empty", func() {
|
||||
versions := []protocol.VersionNumber{0x22334455}
|
||||
data := ComposeVersionNegotiation(0x1234567890, versions)
|
||||
// remove 8 bytes (two versions), since ComposeVersionNegotiation also added a reserved version number
|
||||
@@ -144,7 +144,7 @@ var _ = Describe("IETF draft Header", func() {
|
||||
Expect(b.Len()).To(BeZero())
|
||||
})
|
||||
|
||||
It("reads a header with ommited connection ID", func() {
|
||||
It("reads a header with omitted connection ID", func() {
|
||||
data := []byte{
|
||||
0x1,
|
||||
0x21, // packet number
|
||||
|
||||
Reference in New Issue
Block a user