We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d81ae commit 1509ba5Copy full SHA for 1509ba5
proxy/per_host.go
@@ -9,7 +9,7 @@ import (
9
"strings"
10
)
11
12
-// A PerHost directs connections to a default Dailer unless the hostname
+// A PerHost directs connections to a default Dialer unless the hostname
13
// requested matches one of a number of exceptions.
14
type PerHost struct {
15
def, bypass Dialer
0 commit comments