Explorar o código

Correct a typo in port.go

Felix Yan %!s(int64=6) %!d(string=hai) anos
pai
achega
b94e3ced7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/net/port.go

+ 1 - 1
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)
 }