Skip to content

Commit 23980d3

Browse files
ipn: m typos
1 parent f3d3bcb commit 23980d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

intra/ipn/wgproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ func (h *wgtun) listener(op wg.PktDir, err error) {
15601560
s = TNT
15611561
why = "TNT: could not open conn"
15621562
} else if op == wg.Rcv && timedout(err) {
1563-
s = TZZ // wirtes and reads have succeeded in the recent past
1563+
s = TZZ // writes and reads have succeeded in the recent past
15641564
why = "TZZ: read timeout"
15651565
} else {
15661566
s = TKO

intra/netstat/procfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var (
3838
// destination
3939
`([a-f0-9]{8,32}):([a-f0-9]{4})\s+` +
4040
`[a-f0-9]{2}\s+` + // st
41-
// transfer queue, recieve queue
41+
// transfer queue, receive queue
4242
`[a-f0-9]{8}:[a-f0-9]{8}\s+` +
4343
// tr tm->when
4444
`[a-f0-9]{2}:[a-f0-9]{8}\s+` +

0 commit comments

Comments
 (0)