Rod Hynes 10 лет назад
Родитель
Сommit
338716c08b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      psiphon/httpProxy.go

+ 1 - 1
psiphon/httpProxy.go

@@ -91,7 +91,7 @@ func NewHttpProxy(
 		return DialTCP(addr, untunneledDialConfig)
 	}
 
-	// TODO: could HTTP proxy share a tunneled transort with URL proxy?
+	// TODO: could HTTP proxy share a tunneled transport with URL proxy?
 	// For now, keeping them distinct just to be conservative.
 	httpProxyTunneledRelay := &http.Transport{
 		Dial:                  tunneledDialer,