diff options
author | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-11-29 21:12:09 +0100 |
---|---|---|
committer | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-11-29 21:12:09 +0100 |
commit | 479a6f240e37aacc449e3718d3853fa04c598ef4 (patch) | |
tree | c2400b291d078d9d55c1c1998faa4ae8d061bab4 /src/tun_linux.go | |
parent | 471f7ff08e897a6b4f2779e10d28aeb0a5b9e0e4 (diff) |
Fixed typos
Diffstat (limited to 'src/tun_linux.go')
-rw-r--r-- | src/tun_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tun_linux.go b/src/tun_linux.go index 81f1bbb..8a5d53b 100644 --- a/src/tun_linux.go +++ b/src/tun_linux.go @@ -62,7 +62,7 @@ func (tun *NativeTun) File() *os.File { } func (tun *NativeTun) RoutineHackListener() { - /* This is needed for the detection to work accross network namespaces + /* This is needed for the detection to work across network namespaces * If you are reading this and know a better method, please get in touch. */ fd := int(tun.fd.Fd()) |