]> Cypherpunks repositories - gostls13.git/commitdiff
net: fix typo in parsePort documentation
authorTobias Klauser <tklauser@distanz.ch>
Tue, 21 Nov 2017 07:21:11 +0000 (08:21 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 21 Nov 2017 17:31:56 +0000 (17:31 +0000)
Change-Id: Ia302d9018690cd26890f874c70bd0c429a4b51f0
Reviewed-on: https://go-review.googlesource.com/78975
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/port.go

index 9016a19831214c34994185e21f404723b372f628..32e76286193c23ca2a196e9ddceaab33b7f0f5ac 100644 (file)
@@ -4,7 +4,7 @@
 
 package net
 
-// parsePort parses service as a decimal interger and returns the
+// parsePort parses service as a decimal integer and returns the
 // corresponding value as port. It is the caller's responsibility to
 // parse service as a non-decimal integer when needsLookup is true.
 //