tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 4e3ea6d5c8b81d195101d09478d362ab09da66fb
parent 615dbdb0e094d4ef0b1982d06e62a8058463a28a
Author: Roger Dingledine <arma@torproject.org>
Date:   Mon, 22 May 2017 20:06:38 -0400

fix minor grammar error in comment

Diffstat:
Msrc/or/directory.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/directory.c b/src/or/directory.c @@ -3889,7 +3889,7 @@ allowed_anonymous_connection_compression_method(compress_method_t method) return 0; } -/** Log a warning when a remote server have send us a document using a +/** Log a warning when a remote server has sent us a document using a * compression method that is not allowed for anonymous directory requests. */ STATIC void warn_disallowed_anonymous_compression_method(compress_method_t method)