[tor-commits] [meek/utls_3] Comment typo spotted by cohosh.
dcf at torproject.org
dcf at torproject.org
Thu Feb 14 18:08:30 UTC 2019
commit dd26d797b15b8a05262209e07846f7204420e81a
Author: David Fifield <david at bamsoftware.com>
Date: Thu Feb 14 11:04:34 2019 -0700
Comment typo spotted by cohosh.
https://bugs.torproject.org/29077#comment:22
---
meek-client/utls.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meek-client/utls.go b/meek-client/utls.go
index 171b28a..66b1a93 100644
--- a/meek-client/utls.go
+++ b/meek-client/utls.go
@@ -18,7 +18,7 @@
// on the wrapper, we initiate a uTLS connection (bootstrapConn), then peek at
// the ALPN-negotiated protocol: if "h2", create an internal http2.Transport;
// otherwise, create an internal http.Transport. In either case, set DialTLS on
-// the created Transport do a function that dials using uTLS As a special case,
+// the created Transport to a function that dials using uTLS. As a special case,
// the first time the DialTLS callback is called, it reuses bootstrapConn (the
// one made to peek at the ALPN), rather than make a new connection.
//
More information about the tor-commits
mailing list