diff --git a/common/net/port.go b/common/net/port.go index 69368509..e5f5cd34 100644 --- a/common/net/port.go +++ b/common/net/port.go @@ -33,7 +33,7 @@ func PortFromString(s string) (Port, error) { return PortFromInt(uint32(val)) } -// Value return the correspoding uint16 value of a Port. +// Value return the corresponding uint16 value of a Port. func (p Port) Value() uint16 { return uint16(p) }