Skip to content

Commit 1509ba5

Browse files
committed
go.net/proxy: fix typo
R=golang-dev, dave CC=golang-dev https://golang.org/cl/7301052
1 parent 10d81ae commit 1509ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/per_host.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"strings"
1010
)
1111

12-
// A PerHost directs connections to a default Dailer unless the hostname
12+
// A PerHost directs connections to a default Dialer unless the hostname
1313
// requested matches one of a number of exceptions.
1414
type PerHost struct {
1515
def, bypass Dialer

0 commit comments

Comments
 (0)