[tor-commits] [meek/master] Oops, stdin, not stdout.

dcf at torproject.org dcf at torproject.org
Wed Apr 9 05:56:57 UTC 2014


commit 5eeb8439d64c36971da3717b4163c8220f74a164
Author: David Fifield <david at bamsoftware.com>
Date:   Tue Apr 8 01:43:12 2014 -0700

    Oops, stdin, not stdout.
---
 meek-client-torbrowser/main.go |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meek-client-torbrowser/main.go b/meek-client-torbrowser/main.go
index b00cc34..f7d96f2 100644
--- a/meek-client-torbrowser/main.go
+++ b/meek-client-torbrowser/main.go
@@ -151,7 +151,7 @@ func main() {
 	// On Windows, we don't get a SIGINT or SIGTERM, rather we are killed
 	// without a chance to clean up our subprocesses. When run inside
 	// processterminate-buffer, it is instead processterminate-buffer that
-	// is killed, and we can detect that event by that our stdout gets
+	// is killed, and we can detect that event by that our stdin gets
 	// closed.
 	// https://trac.torproject.org/projects/tor/ticket/9330
 	go func() {





More information about the tor-commits mailing list