Explorar el Código

Correct a typo in port.go

Felix Yan hace 6 años
padre
commit
b94e3ced7a
Se han modificado 1 ficheros con 1 adiciones y 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)
 }