fix: misspell (#1667)

This commit is contained in:
mlboy
2020-05-30 00:49:22 +08:00
committed by GitHub
parent 0d88650511
commit 15d5142d9b
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ func Extract(addr string) (string, error) {
for _, iface := range ifaces {
ifaceAddrs, err := iface.Addrs()
if err != nil {
// ignore error, interface can dissapear from system
// ignore error, interface can disappear from system
continue
}
if iface.Flags&net.FlagLoopback != 0 {