mirror of
https://git.zx2c4.com/wireguard-go
synced 2025-10-07 17:40:56 +08:00
global: fix a few typos courtesy of codespell
Signed-off-by: Jonathan Tooker <jonathan.tooker@netprotect.com>
This commit is contained in:

committed by
Jason A. Donenfeld

parent
ffffbbcc8a
commit
f7d0edd2ec
@@ -35,7 +35,7 @@ type NativeTun struct {
|
||||
name string // name of interface
|
||||
errors chan error // async error handling
|
||||
events chan Event // device related events
|
||||
nopi bool // the device was pased IFF_NO_PI
|
||||
nopi bool // the device was passed IFF_NO_PI
|
||||
netlinkSock int
|
||||
netlinkCancel *rwcancel.RWCancel
|
||||
hackListenerClosed sync.Mutex
|
||||
|
Reference in New Issue
Block a user