[tor-commits] [meek/turbotunnel-kcp] Comment typo.

dcf at torproject.org dcf at torproject.org
Sun May 30 07:13:50 UTC 2021


commit 9fd2e507b302cc5f4f81ed5fe6e09091bbcb3cc3
Author: David Fifield <david at bamsoftware.com>
Date:   Sun May 30 01:13:28 2021 -0600

    Comment typo.
---
 meek-client/turbotunnel.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meek-client/turbotunnel.go b/meek-client/turbotunnel.go
index 952278e..17202b4 100644
--- a/meek-client/turbotunnel.go
+++ b/meek-client/turbotunnel.go
@@ -192,7 +192,7 @@ func (c *PollingPacketConn) Close() error {
 // LocalAddr returns this connection's random Client ID.
 func (c *PollingPacketConn) LocalAddr() net.Addr { return c.clientID }
 
-// LocalAddr returns the remoteAddr value that was passed to
+// RemoteAddr returns the remoteAddr value that was passed to
 // NewPollingPacketConn.
 func (c *PollingPacketConn) RemoteAddr() net.Addr { return c.remoteAddr }
 



More information about the tor-commits mailing list