net/http: fix typo in comment

Change-Id: Ibb21c12bf67b2648eb7606bee8ec1b54e6c70dd5
Reviewed-on: https://go-review.googlesource.com/115237
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
This commit is contained in:
Tobias Klauser 2018-05-30 10:15:56 +02:00 committed by Tobias Klauser
parent 7d704a9760
commit e023d5b0ac
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ const (
socksAuthMethodNotRequired socksAuthMethod = 0x00 // no authentication required
socksAuthMethodUsernamePassword socksAuthMethod = 0x02 // use username/password
socksAuthMethodNoAcceptableMethods socksAuthMethod = 0xff // no acceptable authetication methods
socksAuthMethodNoAcceptableMethods socksAuthMethod = 0xff // no acceptable authentication methods
socksStatusSucceeded socksReply = 0x00
)