Skip to content

Commit 7e3c19c

Browse files
alexandeargopherbot
authored andcommitted
all: correct typos in comments
Change-Id: Idc75240e5546be2f2b091878910339b4967c93c7 GitHub-Last-Rev: c78560c GitHub-Pull-Request: #166 Reviewed-on: https://go-review.googlesource.com/c/net/+/465715 Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: David Chase <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 296f09a commit 7e3c19c

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

http2/server_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ func TestServer_Rejects_HeadersSelfDependence(t *testing.T) {
17041704
})
17051705
}
17061706

1707-
// No PRIORTY frame with a self-dependence.
1707+
// No PRIORITY frame with a self-dependence.
17081708
func TestServer_Rejects_PrioritySelfDependence(t *testing.T) {
17091709
testServerRejectsStream(t, ErrCodeProtocol, func(st *serverTester) {
17101710
st.fr.AllowIllegalWrites = true

icmp/multipart.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func multipartMessageBodyDataLen(proto int, withOrigDgram bool, b []byte, exts [
3333
}
3434

3535
// multipartMessageOrigDatagramLen takes b as an original datagram,
36-
// and returns a required length for a padded orignal datagram in wire
36+
// and returns a required length for a padded original datagram in wire
3737
// format.
3838
func multipartMessageOrigDatagramLen(proto int, b []byte) int {
3939
roundup := func(b []byte, align int) int {

internal/sockstest/server.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func MarshalAuthReply(ver int, m socks.AuthMethod) ([]byte, error) {
4646
return []byte{byte(ver), byte(m)}, nil
4747
}
4848

49-
// A CmdRequest repesents a command request.
49+
// A CmdRequest represents a command request.
5050
type CmdRequest struct {
5151
Version int
5252
Cmd socks.Command
@@ -120,12 +120,12 @@ func MarshalCmdReply(ver int, reply socks.Reply, a *socks.Addr) ([]byte, error)
120120
return b, nil
121121
}
122122

123-
// A Server repesents a server for handshake testing.
123+
// A Server represents a server for handshake testing.
124124
type Server struct {
125125
ln net.Listener
126126
}
127127

128-
// Addr rerurns a server address.
128+
// Addr returns a server address.
129129
func (s *Server) Addr() net.Addr {
130130
return s.ln.Addr()
131131
}

ipv4/multicastlistener_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
142142
}
143143
c, err := net.ListenPacket("udp4", net.JoinHostPort(ip.String(), port)) // unicast address with non-reusable port
144144
if err != nil {
145-
// The listen may fail when the serivce is
145+
// The listen may fail when the service is
146146
// already in use, but it's fine because the
147147
// purpose of this is not to test the
148148
// bookkeeping of IP control block inside the

ipv6/dgramopt.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func (c *dgramOpt) Checksum() (on bool, offset int, err error) {
245245
return true, offset, nil
246246
}
247247

248-
// SetChecksum enables the kernel checksum processing. If on is ture,
248+
// SetChecksum enables the kernel checksum processing. If on is true,
249249
// the offset should be an offset in bytes into the data of where the
250250
// checksum field is located.
251251
func (c *dgramOpt) SetChecksum(on bool, offset int) error {

ipv6/multicastlistener_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
142142
}
143143
c, err := net.ListenPacket("udp6", net.JoinHostPort(ip.String()+"%"+ifi.Name, port)) // unicast address with non-reusable port
144144
if err != nil {
145-
// The listen may fail when the serivce is
145+
// The listen may fail when the service is
146146
// already in use, but it's fine because the
147147
// purpose of this is not to test the
148148
// bookkeeping of IP control block inside the

netutil/listen.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type limitListener struct {
2929
}
3030

3131
// acquire acquires the limiting semaphore. Returns true if successfully
32-
// accquired, false if the listener is closed and the semaphore is not
32+
// acquired, false if the listener is closed and the semaphore is not
3333
// acquired.
3434
func (l *limitListener) acquire() bool {
3535
select {

webdav/webdav.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ func handlePropfindError(err error, info os.FileInfo) error {
655655
// We need to be careful with other errors: there is no way to abort the xml stream
656656
// part way through while returning a valid PROPFIND response. Returning only half
657657
// the data would be misleading, but so would be returning results tainted by errors.
658-
// The curent behaviour by returning an error here leads to the stream being aborted,
658+
// The current behaviour by returning an error here leads to the stream being aborted,
659659
// and the parent http server complaining about writing a spurious header. We should
660660
// consider further enhancing this error handling to more gracefully fail, or perhaps
661661
// buffer the entire response until we've walked the tree.

websocket/hybi.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ func generateNonce() (nonce []byte) {
369369
return
370370
}
371371

372-
// removeZone removes IPv6 zone identifer from host.
372+
// removeZone removes IPv6 zone identifier from host.
373373
// E.g., "[fe80::1%en0]:8080" to "[fe80::1]:8080"
374374
func removeZone(host string) string {
375375
if !strings.HasPrefix(host, "[") {

0 commit comments

Comments
 (0)