diff --git a/intra/ipn/wgproxy.go b/intra/ipn/wgproxy.go index 86163e10..846b156c 100644 --- a/intra/ipn/wgproxy.go +++ b/intra/ipn/wgproxy.go @@ -1555,7 +1555,7 @@ func (h *wgtun) listener(op wg.PktDir, err error) { s = TNT why = "TNT: could not open conn" } else if op == wg.Rcv && timedout(err) { - s = TZZ // wirtes and reads have succeeded in the recent past + s = TZZ // writes and reads have succeeded in the recent past why = "TZZ: read timeout" } else { s = TKO diff --git a/intra/netstat/procfs.go b/intra/netstat/procfs.go index 4872067f..734a43f4 100644 --- a/intra/netstat/procfs.go +++ b/intra/netstat/procfs.go @@ -38,7 +38,7 @@ var ( // destination `([a-f0-9]{8,32}):([a-f0-9]{4})\s+` + `[a-f0-9]{2}\s+` + // st - // transfer queue, recieve queue + // transfer queue, receive queue `[a-f0-9]{8}:[a-f0-9]{8}\s+` + // tr tm->when `[a-f0-9]{2}:[a-f0-9]{8}\s+` +