Explorar el Código

go.net/proxy: fix typo

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/7301052
Mikio Hara hace 13 años
padre
commit
1509ba553c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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