[tor-commits] [goptlib/master] Fix a copy-paste doc error.

dcf at torproject.org dcf at torproject.org
Fri Jan 31 05:41:56 UTC 2014


commit 957e6cc08cb37190f0bae71a46d774ad23c3cde3
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Jan 30 21:41:47 2014 -0800

    Fix a copy-paste doc error.
---
 pt.go |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pt.go b/pt.go
index 1e85f8d..cb9b42f 100644
--- a/pt.go
+++ b/pt.go
@@ -344,8 +344,8 @@ type ClientInfo struct {
 
 // Check the client pluggable transports environment, emitting an error message
 // and returning a non-nil error if any error is encountered. star is the list
-// of method names to use in case "*" is requested by Tor. Resolves the various
-// Returns a ClientInfo struct.
+// of method names to use in case "*" is requested by Tor. Returns a ClientInfo
+// struct.
 func ClientSetup(star []string) (info ClientInfo, err error) {
 	ver, err := getManagedTransportVer()
 	if err != nil {



More information about the tor-commits mailing list