Pārlūkot izejas kodu

go.net/proxy: fix typo

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/7301052
Mikio Hara 13 gadi atpakaļ
vecāks
revīzija
1509ba553c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      proxy/per_host.go

+ 1 - 1
proxy/per_host.go

@@ -9,7 +9,7 @@ import (
 	"strings"
 )
 
-// A PerHost directs connections to a default Dailer unless the hostname
+// A PerHost directs connections to a default Dialer unless the hostname
 // requested matches one of a number of exceptions.
 type PerHost struct {
 	def, bypass Dialer