Skip to content

Commit 619d9da

Browse files
committed
cmd/bootnode: alternate -> alternative
1 parent 732d2f7 commit 619d9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bootnode/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func doPortMapping(natm nat.Interface, ln *enode.LocalNode, addr *net.UDPAddr) *
180180
if p != uint16(extaddr.Port) {
181181
extaddr.Port = int(p)
182182
log = newLogger(extaddr.Port, intport)
183-
log.Info("NAT mapped alternate port")
183+
log.Info("NAT mapped alternative port")
184184
} else {
185185
log.Info("NAT mapped port")
186186
}

0 commit comments

Comments
 (0)