chore: fix typos (#2608)

Co-authored-by: Sukun <sukunrt@gmail.com>
This commit is contained in:
shuoer86
2023-11-18 20:03:52 +08:00
committed by GitHub
parent 50cf207b14
commit 3089ac3061
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -542,7 +542,7 @@ func (h *BasicHost) background() {
h.updateLocalIpAddr()
}
// Request addresses anyways because, technically, address filters still apply.
// The underlying AllAddrs call is effectivley a no-op.
// The underlying AllAddrs call is effectively a no-op.
curr := h.Addrs()
emitAddrChange(curr, lastAddrs)
lastAddrs = curr