commit 54ef5d6fe41af4b6430bcb9b956143485cfdaec5 Author: David Fifield david@bamsoftware.com Date: Wed May 7 19:26:15 2014 -0700
Fix a variable name in doc comment. --- pt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pt.go b/pt.go index cb9b42f..92bb0f5 100644 --- a/pt.go +++ b/pt.go @@ -15,7 +15,7 @@ // if err != nil { // return err // } -// // do something with conn and or. +// // do something with conn and remote. // return nil // } // func acceptLoop(ln *pt.SocksListener) error {
tor-commits@lists.torproject.org