commit 5eeb8439d64c36971da3717b4163c8220f74a164
Author: David Fifield <da...@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() {

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to